7.9.80 • Published 1 year ago

@taktikorg/cum-quia-repudiandae v7.9.80

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@taktikorg/cum-quia-repudiandae Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ES2017 spec-compliant Object.entries shim. Invoke its "shim" method to shim Object.entries if it is unavailable or noncompliant.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec.

Most common usage:

var assert = require('assert');
var entries = require('@taktikorg/cum-quia-repudiandae');

var obj = { a: 1, b: 2, c: 3 };
var expected = [['a', 1], ['b', 2], ['c', 3]];

if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
	// for environments with Symbol support
	var sym = Symbol();
	obj[sym] = 4;
	obj.d = sym;
	expected.push(['d', sym]);
}

assert.deepEqual(entries(obj), expected);

if (!Object.entries) {
	entries.shim();
}

assert.deepEqual(Object.entries(obj), expected);

Tests

Simply clone the repo, npm install, and run npm test

global objectpredictableisflagsbabel-coreflatReflect.getPrototypeOfsigintsettersqsperformantSetString.prototype.trimhooksRegExp.prototype.flagsdefinePropertyliveprotoschemaperformancereversepicomatchterminalsyntaxjson-schemadatastructureObject.valuesendervaluefast-deep-copyUnderscorecolumnES2021streamseffect-tsjavascriptECMAScript 3equalityreplayStreamstddES6emr256fullpopmotionstatusclientsymbolsBigUint64ArrayutilsFunction.prototype.namehigher-orderArray.prototype.includesdataviewES5toolsWebSocketshandlersvariablesvaluesl10nTypeScriptdropasteriskstoSortedfiletermoperating-systemroutingmatchAllcollection.es6react-hooksregularmergechromiumreadproxyamazonbusyJSON-Schemaserializerirqapitc39varObject.keysprototypemapreducefast-copyEStypanionbyteLengthtslibhashmacosinternalesprocessfpsless.jsStyleSheetrgbPromiseproparraysprotocol-buffersgenericspyyamlcommand-lineObservablesRegExp#flagsvariables in cssyupObject.isfluxdirectoryconstuser-streamslocalawsremoveenvironmentlinki18nES3route53computed-typesoptionentriesswfbundlingeslintpluginlruwalkmatchesmkdirsauthreact-componentglobalspureObject.getPrototypeOfprogress.gitignoretimearktypeguidutilloadingwritefindLastBigInt64ArraywritablecliRxTypedArraywindowmodulespawnframerxtermstringifyimmerflattenformattoolkitrdsenumerablekinesisfromeventskoreanes2016colourhastypesafe.envfastifybufferdependenciestesterexpressionES2020es2018negative zerologelasticachesafeerror-handlingsignalCSSStyleDeclarationtostringtagvpcwhatwgreversedfindponyfillECMAScript 6CSSstatesetImmediatevisualform-validationfastcopyagentanimationpatchinvariantfantasy-landcharacterweakmapcloudwatcheast-asian-widtheventEmitterqsUint32ArraySymbolArray.prototype.findLastIndexcloudformationebsdataViewgradients cssshebangsubprocessinternal slotmobilesomeECMAScript 2017nativeiebootstrap lessES2023util.inspectargvdeep-copylastECMAScript 7_.extendURLSearchParamsbrowserless compilerescapecss variableinferenceastpinoharmonyminimalArray.prototype.flatMapdeepclonenegativeobjectfull-widthes2017toStringTagwgeta11ytextinspectes-shimsArray.prototype.findLastextendes8typescriptcolumnsstylingcompile lessWeakMapObject.fromEntriesyamlrobustloadbalancingTypeBoxbrowserlistArrayJSONsortparsees7binariespropertiesvestownsuperstructmake dirES2015descriptorsfunctionsjsdompromiseidentifiersmaketoArraycryptenvironmentsplugintakecallbackrfc4122postcsstypedarraysrequestio-tsajvrfc9562dotenvtelephonecheckweaksetcachedeterministiccensorpushviewes-shim APIawesomesauceextraRxJSECMAScript 2023monorepogetreal-timeserializeworkeroptimisttoReversedcollectioninstallpositivecloneargsArrayBuffer#slicecall-bindoutputpostcss-plugintacitbddstyled-componentsforEachchromeObservablehothttpsignalsspecsignedserializationmetadataresolvematchassertscircularjsonpreprocessordependency managerphonesettingsopensslvalidateclassnamesObjectfastclonesharedarraybufferfilterjshintelmArray.prototype.flattenpolyfillmoveglobalThisspeedtypedlinuxReactiveXgdprexecjapanesejsonschemaobjcurlpreserve-symlinksjson-schema-validationendpointES2019call-boundfast-deep-clonemapvalidimportexportloggerpackage managerreducerelberrorbabelreadablestreamglobalstableruntimeiterateencryptionnpmECMAScript 2016keystringramdaspinnerecmascriptwidthiterationimmutablecommandershimbcryptmomentfunctionajaxtouchiteratorhas-ownbindec2argumentpipees6trimreducecopyECMAScript 2019envregular expressionReactiveExtensionstestrulescss-in-jsMicrosoftglacieronceInt16Arraykeysfigletregular-expressionflatMapshrinkwrapArrayBuffer.prototype.sliceES2018gradients css3global this valuereact posereacthttpsPushurlsequencepersistentchineseprotobufredactmulti-packagerapidjsxexecfilecreatedayjsuploadreusedeepsymlinkECMAScript 2015Uint8ArraywindowsletcoerciblecoredomrangeerrorfnmatchchaiarraybufferdeletelengthparsercloudtrailjQuerytrimRightcss nestingiamdeep-clonewarningrecursivedirless cssconfigurablespringlazyfpansilesscssdeepcopyuninstalldiffmrureact-hook-formexitcontainsUint8ClampedArraynpmignorecss lesseslintconfigzxasciiclass-validatorsliceIteratorMapstructuredCloneArray.prototype.flatexpress__proto__tsequalestreestylestranspilenodeless mixinsnopeboundfastjwtInt32ArrayunicodeArray.prototype.containsttyfast-cloneartacornscheme-validationbeanstalkoffsetconsumetypeofsidegetterconfiglintES2016accessorbuffersmanagercommandtrimEndSymbol.toStringTagroutepackage.jsonsuperagentjsdiffgroupByomits3number[[Prototype]]queueMicrotaskES7URLjsparsingObject.entriesstatelesszeroFloat32Arrayjson-schema-validatorhasOwnbundlertyped arrayassertionfetchindicatorquotebannergetPrototypeOfESnext
7.9.80

1 year ago

7.9.79

1 year ago

7.9.78

1 year ago

7.9.77

1 year ago

7.9.76

1 year ago

7.9.75

1 year ago

7.9.74

1 year ago

7.9.73

1 year ago

7.9.72

1 year ago

6.9.72

1 year ago

6.9.71

1 year ago

6.9.70

1 year ago

6.9.69

1 year ago

6.9.68

1 year ago

6.9.67

1 year ago

6.8.67

1 year ago

6.8.66

1 year ago

6.8.65

1 year ago

6.8.64

1 year ago

6.8.63

1 year ago

6.7.63

1 year ago

6.7.62

1 year ago

6.7.61

1 year ago

6.7.60

1 year ago

6.7.59

1 year ago

6.6.59

1 year ago

6.6.58

1 year ago

6.6.57

1 year ago

6.6.56

1 year ago

6.6.55

1 year ago

6.6.54

1 year ago

6.6.53

1 year ago

6.6.52

1 year ago

6.6.51

1 year ago

6.6.50

1 year ago

6.6.49

1 year ago

6.6.48

1 year ago

6.6.47

1 year ago

6.6.46

1 year ago

6.6.45

1 year ago

6.6.44

1 year ago

6.6.43

1 year ago

6.6.42

1 year ago

6.6.41

1 year ago

6.6.40

1 year ago

6.6.39

1 year ago

6.6.38

1 year ago

6.6.37

1 year ago

6.6.36

1 year ago

6.6.35

1 year ago

5.6.35

1 year ago

5.6.34

1 year ago

5.6.33

1 year ago

5.6.32

1 year ago

5.6.31

1 year ago

5.6.30

1 year ago

5.5.30

1 year ago

5.5.29

1 year ago

4.5.29

1 year ago

4.5.28

1 year ago

4.5.27

1 year ago

4.5.26

1 year ago

4.5.25

1 year ago

4.5.24

1 year ago

4.4.24

1 year ago

4.4.23

1 year ago

4.4.22

1 year ago

4.3.22

1 year ago

4.3.21

1 year ago

4.3.20

1 year ago

4.3.19

1 year ago

3.3.19

1 year ago

3.3.18

1 year ago

3.2.18

1 year ago

3.2.17

1 year ago

3.2.16

1 year ago

3.2.15

1 year ago

3.2.14

1 year ago

3.2.13

1 year ago

3.2.12

1 year ago

3.2.11

1 year ago

3.1.11

1 year ago

3.0.11

1 year ago

3.0.10

1 year ago

3.0.9

1 year ago

3.0.8

1 year ago

3.0.7

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago