7.9.80 • Published 10 months ago

@taktikorg/cum-quia-repudiandae v7.9.80

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months 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

10 months ago

7.9.79

10 months ago

7.9.78

10 months ago

7.9.77

10 months ago

7.9.76

10 months ago

7.9.75

11 months ago

7.9.74

11 months ago

7.9.73

11 months ago

7.9.72

11 months ago

6.9.72

11 months ago

6.9.71

11 months ago

6.9.70

11 months ago

6.9.69

11 months ago

6.9.68

11 months ago

6.9.67

11 months ago

6.8.67

11 months ago

6.8.66

11 months ago

6.8.65

11 months ago

6.8.64

11 months ago

6.8.63

11 months ago

6.7.63

11 months ago

6.7.62

11 months ago

6.7.61

11 months ago

6.7.60

11 months ago

6.7.59

11 months ago

6.6.59

11 months ago

6.6.58

11 months ago

6.6.57

11 months ago

6.6.56

11 months ago

6.6.55

11 months ago

6.6.54

11 months ago

6.6.53

11 months ago

6.6.52

11 months ago

6.6.51

11 months ago

6.6.50

11 months ago

6.6.49

12 months ago

6.6.48

12 months ago

6.6.47

12 months ago

6.6.46

12 months ago

6.6.45

12 months ago

6.6.44

12 months ago

6.6.43

12 months ago

6.6.42

12 months ago

6.6.41

12 months ago

6.6.40

12 months ago

6.6.39

12 months ago

6.6.38

12 months ago

6.6.37

12 months ago

6.6.36

12 months ago

6.6.35

12 months ago

5.6.35

12 months ago

5.6.34

12 months ago

5.6.33

12 months ago

5.6.32

12 months ago

5.6.31

12 months 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