7.3.116 • Published 11 months ago

@diotoborg/nesciunt-ullam v7.3.116

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@diotoborg/nesciunt-ullam 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('@diotoborg/nesciunt-ullam');

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

form-validationimportrgbqueueMicrotasktrimLeftjson-schema-validatorjshintSettranspilettytoolkitECMAScript 2020jsdiffframeworkdiffvarsasciidotenvio-tszeroWebSockettoArraybufferidlecallboundentriesstructuredClonebytewritableequalitygetPrototypeOfprogressargumentdeep-cloneintrinsicSystem.globalpushnopedirectorytrimRightappcollection.es6promiseAsyncIteratorpostcss-plugincloudwatchreal-timeredactdeep-copycomparerobustmomentl10nbundlerflatMapbundlingxmljsdomhas-ownelbparentfast-deep-copyassertspinohtmlwriteclassnamesdependenciesjapanesehttpgdprenvspawnArrayBufferinstalllocationschemeviewglobalinternalerrortestinmetadataJSON-SchemaCSSStyleDeclarationclassesjson-schemaslicedataViewroutercoverageFloat32Arrayutil.inspectInt32Arrayquery$.extendBigUint64ArraybinobjectarrayECMAScript 7redux-toolkitcolourserializerwidthasteriskstc39Object.isdebuglookdebuggerredirectES2018.gitignoreSymbolnpmcachetraversetextES2017ES8columnfullresolveeslintmergeObject.assignsorteddataviewregexboundjson-schema-validationstylesES2022calles2016readabledynamodbmodulesfastifynpmignoreecmascriptReactiveExtensionsreact-hooksfindupRFC-6455propquoteJSONesmatchAllsuperstructvestkoreanstringifygitignoreunicodeURLSearchParamscollectionconsolebannermonorepourlutilsettingsprivateatomisConcatSpreadablelink-0getintrinsicforkObject.definePropertyreadbrowservarObject.getPrototypeOfconcatMapuuidmocharestObjectavaglobal objectcolumnsmruawsrouteargses-shimsES3reversedES6Object.entriesenumerableWeakSetshimschemaformattingmatchesutilities6to5preprocessorTypeBoxTypeScriptespreefast-clonewarningSymbol.toStringTagreactrmdirjssinatraruntimeRxJSdragstyled-componentsvpccoercibleObject.fromEntriespicomatchexecebsESnextfull-widthrequireCSSserializetrimStartRegExp#flagsgenericsspringsnsECMAScript 2015YAMLpackage managerarrayssesECMAScript 2018bdddom-testing-libraryanimationStreamapolloweaksetmulti-packagepruneECMAScriptdescriptorsidperformantcontainsfindLastIndexutilseventsponyfillisdependency managerpipenamesmatchi18ndeletebyteOffsetchannelconcatObject.valuesestreeformattestingcallbindrangeerrorMicrosoftpackagespatchrulessetImmediatepropertyES5symbolsroutingsettoolsec2spinnerECMAScript 2023typeoffullwidthgroupfigletfromprefixsidejsxlrureworkswfArray.prototype.findLastIndex256transpilercodesassertionsharedspinnersvaluetimeindicatorposeextraglobal this valueyamlES2021dominvariantregular-expressionwindowArray.prototype.flattenflagsworkspace:*a11ycurlvariablesrssnamehigher-orderdeepcopyhooksreact poseautoscalingzxArray.prototype.findLastrfc4122zodspeedcloudtrailreduceECMAScript 2022validateeslintpluginES2020ES2023hardlinksjasminesearches2018querystringyupcore-jsvisuales7Rxflattenassigninstallerimmerremoveoptimist0protoes-abstractrandomFunction.prototype.namearraybufferharmonygetoptartcolorselasticacheparselibphonenumberglacierstreambeanstalkinferencetypestsexpressionairbnbgetOwnPropertyDescriptorloadingfeed@@toStringTagcheckshebangcurriedsymbol[[Prototype]]regexppathloadbalancingclassnamees8mkdirspecchildtransportFloat64ArrayECMAScript 2017dayjscss-in-jsshellWeakMapajvchromekeysmake dirnodejsInt16ArrayhelpersbrowserlistStreamsbabel-coretoSortedhookformsharedarraybufferimmutableuser-streamscallbackECMAScript 3regular expressioncommand-linetypedarrayslook-uprestfulstylingfixed-widthfunction.lengthchromiumhasOwnArray.prototype.containsroute53getterlockfilefunctionsrecursiveHyBiPromiseefficientmapstyleasyncbrowserslistES2016mkdirpprettyajaxnegativereduxinstrumentationMapshamclass-validatorwhichObject.keyshasOwnPropertyincludesoptionStyleSheetdatelogtoobjectprotocol-buffersutilityURLeventDispatcherowncore.envtypedarrayes5package.jsontransformsortsqskarmaautoprefixertypescriptqueuetoStringTaghash3dramdasyntaxerroremojicolorendpointselfinspectoutputfunctionalenvironmentslintECMAScript 5stringterminaloncesetterUnderscorepopmotionWebSocketsescapearktypecomputed-typessafe__proto__mapreducestartercircularPushfast-deep-cloneawesomesaucecliECMAScript 2021
7.3.116

11 months ago

7.3.115

11 months ago

7.3.114

11 months ago

7.3.113

11 months ago

7.3.112

11 months ago

7.3.111

11 months ago

7.3.110

11 months ago

7.3.109

11 months ago

7.3.108

11 months ago

7.3.107

11 months ago

7.3.106

11 months ago

7.3.105

11 months ago

7.3.104

11 months ago

7.3.103

11 months ago

7.3.102

11 months ago

7.3.101

11 months ago

7.3.100

11 months ago

7.3.99

11 months ago

6.3.99

11 months ago

6.3.98

11 months ago

6.3.97

11 months ago

6.3.96

11 months ago

6.3.95

11 months ago

6.3.94

11 months ago

6.3.93

11 months ago

6.3.92

12 months ago

6.3.91

12 months ago

6.3.90

12 months ago

6.3.89

12 months ago

6.3.88

12 months ago

6.3.87

12 months ago

6.3.86

12 months ago

6.3.85

12 months ago

6.3.84

12 months ago

6.3.83

12 months ago

6.3.82

12 months ago

6.3.81

12 months ago

6.3.80

12 months ago

6.3.79

12 months ago

6.3.78

12 months ago

6.3.77

12 months ago

6.3.76

12 months ago

6.3.75

12 months ago

6.3.74

12 months ago

6.3.73

12 months ago

6.3.72

1 year ago

6.3.71

1 year ago

6.3.70

1 year ago

6.3.69

1 year ago

6.3.68

1 year ago

6.3.67

1 year ago

6.3.66

1 year ago

6.3.65

1 year ago

6.3.64

1 year ago

6.3.63

1 year ago

6.3.62

1 year ago

6.3.61

1 year ago

6.3.60

1 year ago

6.3.59

1 year ago

5.3.59

1 year ago

5.3.58

1 year ago

5.3.57

1 year ago

5.3.56

1 year ago

5.3.55

1 year ago

5.2.55

1 year ago

5.2.54

1 year ago

5.2.53

1 year ago

5.1.53

1 year ago

5.1.52

1 year ago

5.1.51

1 year ago

5.1.50

1 year ago

5.1.49

1 year ago

5.1.48

1 year ago

5.1.47

1 year ago

5.1.46

1 year ago

5.1.45

1 year ago

5.1.44

1 year ago

5.1.43

1 year ago

5.1.42

1 year ago

5.1.41

1 year ago

5.1.40

1 year ago

5.1.39

1 year ago

5.1.38

1 year ago

5.1.37

1 year ago

5.1.36

1 year ago

5.1.35

1 year ago

5.1.34

1 year ago

5.1.33

1 year ago

4.1.33

1 year ago

4.1.32

1 year ago

4.1.31

1 year ago

4.1.30

1 year ago

4.1.29

1 year ago

4.1.28

1 year ago

4.1.27

1 year ago

4.1.26

1 year ago

4.1.25

1 year ago

4.1.24

1 year ago

4.1.23

1 year ago

4.1.22

1 year ago

4.1.21

1 year ago

4.1.20

1 year ago

4.0.20

1 year ago

4.0.19

1 year ago

4.0.18

1 year ago

4.0.17

1 year ago

3.0.17

1 year ago

3.0.16

1 year ago

3.0.15

1 year ago

3.0.14

1 year ago

3.0.13

1 year ago

3.0.12

1 year ago

3.0.11

1 year ago

2.0.11

1 year ago

2.0.10

1 year ago

2.0.9

1 year ago

2.0.8

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

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago