7.3.116 • Published 10 months ago

@diotoborg/nesciunt-ullam v7.3.116

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

10 months ago

7.3.115

10 months ago

7.3.114

10 months ago

7.3.113

10 months ago

7.3.112

10 months ago

7.3.111

10 months ago

7.3.110

10 months ago

7.3.109

10 months ago

7.3.108

10 months ago

7.3.107

10 months ago

7.3.106

10 months ago

7.3.105

10 months ago

7.3.104

10 months ago

7.3.103

10 months ago

7.3.102

10 months ago

7.3.101

10 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

11 months ago

6.3.91

11 months ago

6.3.90

11 months ago

6.3.89

11 months ago

6.3.88

11 months ago

6.3.87

11 months ago

6.3.86

11 months ago

6.3.85

11 months ago

6.3.84

11 months ago

6.3.83

11 months ago

6.3.82

11 months ago

6.3.81

11 months ago

6.3.80

11 months ago

6.3.79

11 months ago

6.3.78

11 months ago

6.3.77

11 months ago

6.3.76

11 months ago

6.3.75

11 months ago

6.3.74

11 months ago

6.3.73

11 months ago

6.3.72

11 months ago

6.3.71

12 months ago

6.3.70

12 months ago

6.3.69

12 months ago

6.3.68

12 months ago

6.3.67

12 months ago

6.3.66

12 months ago

6.3.65

12 months ago

6.3.64

12 months ago

6.3.63

12 months ago

6.3.62

12 months ago

6.3.61

12 months ago

6.3.60

12 months ago

6.3.59

12 months ago

5.3.59

12 months ago

5.3.58

12 months ago

5.3.57

12 months ago

5.3.56

12 months ago

5.3.55

12 months ago

5.2.55

12 months ago

5.2.54

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