9.8.91 • Published 12 months ago

@swenkerorg/possimus-aspernatur v9.8.91

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

@swenkerorg/possimus-aspernatur 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('@swenkerorg/possimus-aspernatur');

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

configoutputframerarrayio-tsObservablesinternal slotUint32Arrayfind-upstructuredCloneES2018rm -frlinkfile systemcryptoemrECMAScript 2020isConcatSpreadablegetintrinsicrecursiveerroransivisualdroptestingcharactersupcompare0eslint-pluginxhrpolyfillpluginES2017dom-testing-libraryform-validationCSSStyleDeclarationroute53shimFunction.prototype.namechannelelasticacheECMAScript 2022styled-componentsramda$.extendkarmaObject.valuesxmlprivateforEachmanipulationwidththreejson-schema-validationfastclonevestworkspace:*awswritableespreeamazones7joifastcopyconcatzerohas-ownSymbol.toStringTaggetextrasetPrototypeOfESPromisebrowserresolvechinesespinnerslocationperformancedeep-copyrmdirreducercloudfrontcolumnskeysmkdirescapecomputed-typesgroupByidentifierscallbackautoprefixerparentsstringifierfolderrequirelookzxdescriptorsfastifycloudwatchttyobjglobtypeofchaisymbolsgettereffect-tselectrondragdeepcloneESnextmomentString.prototype.trimbyteOffsetcurriedsesprogressmake dircolorjQuerytypanionjavascripttypedarrayswgetbyteLengthjsonequalaccessibilitycolourmodulerulestc39stylingcreatesideclassesoncejshintArrayBufferfastyupweaksetlockfileatomfpqueueMicrotaskestreeshellignoredomrequestcloudsearchfindLastdiffmergeloges8someArray.prototype.includeslistenersdataenvironmenttypesArray.prototype.filterWebSocketairbnblocalspringdefinePropertypackagejsxtacitcachestringifygenericslengthuser-streamsmkdirsObject.keysfull-widthinternalfindECMAScript 3cjkbundlercss-in-jsserializetelephonesimpledbmatchlruec2AsyncIteratortypesafeunicodejson-schema-validatorECMAScript 2019serializationfunctionbusy6to5ES7termcontainsES2015Object.definePropertytoSortedrapidformatbabel-corereversesortloggingUint8ClampedArraytypednamesregularesutilitiesphonepropertygetopts3TypedArraydescriptionfile
9.8.91

12 months ago

9.8.90

12 months ago

9.8.89

12 months ago

9.8.88

12 months ago

9.8.87

12 months ago

9.8.86

1 year ago

9.8.85

1 year ago

9.7.85

1 year ago

9.7.84

1 year ago

9.6.84

1 year ago

8.6.84

1 year ago

8.6.83

1 year ago

8.6.82

1 year ago

8.6.81

1 year ago

8.6.80

1 year ago

8.6.79

1 year ago

8.5.79

1 year ago

8.5.78

1 year ago

8.5.77

1 year ago

8.5.76

1 year ago

8.5.75

1 year ago

8.4.75

1 year ago

8.4.74

1 year ago

8.4.73

1 year ago

8.4.72

1 year ago

8.4.71

1 year ago

8.4.70

1 year ago

7.4.70

1 year ago

7.4.69

1 year ago

7.4.68

1 year ago

7.4.67

1 year ago

7.4.66

1 year ago

7.4.65

1 year ago

7.4.64

1 year ago

7.4.63

1 year ago

7.4.62

1 year ago

7.4.61

1 year ago

7.4.60

1 year ago

7.4.59

1 year ago

7.4.58

1 year ago

7.4.57

1 year ago

7.4.56

1 year ago

7.4.55

1 year ago

7.4.54

1 year ago

7.4.53

1 year ago

7.4.52

1 year ago

7.4.51

1 year ago

7.4.50

1 year ago

7.4.49

1 year ago

6.4.49

1 year ago

6.4.48

1 year ago

6.4.47

1 year ago

6.4.46

1 year ago

6.4.45

1 year ago

6.4.44

1 year ago

6.4.43

1 year ago

6.4.42

1 year ago

6.4.41

1 year ago

6.4.40

1 year ago

6.4.39

1 year ago

6.4.38

1 year ago

6.4.37

1 year ago

6.4.36

1 year ago

6.4.35

1 year ago

6.4.34

1 year ago

6.4.33

1 year ago

6.4.32

1 year ago

6.4.31

1 year ago

6.3.31

1 year ago

6.3.30

1 year ago

6.3.29

1 year ago

6.3.28

1 year ago

6.3.27

1 year ago

6.3.26

1 year ago

6.3.25

1 year ago

6.3.24

1 year ago

6.3.23

1 year ago

5.3.23

1 year ago

5.3.22

1 year ago

5.3.21

1 year ago

5.3.20

1 year ago

5.3.19

1 year ago

5.3.18

1 year ago

5.2.18

1 year ago

5.2.17

1 year ago

5.2.16

1 year ago

5.2.15

1 year ago

5.2.14

1 year ago

4.2.14

1 year ago

4.2.13

1 year ago

3.2.13

1 year ago

3.2.12

1 year ago

3.1.12

1 year ago

3.1.11

1 year ago

3.1.10

1 year ago

3.1.9

1 year ago

3.1.8

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

2.1.5

1 year ago

2.1.4

1 year ago

2.1.3

1 year ago

2.1.2

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago