5.10.81 • Published 1 year ago

@hishprorg/consequatur-aliquam v5.10.81

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

@hishprorg/consequatur-aliquam 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('@hishprorg/consequatur-aliquam');

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

dom-testing-librarycommandArray.prototype.includesmruvpctoolsRegExp.prototype.flagslookramdaeventEmitterchromiumsimpledbconfigurableeveryquerystringreadableawesomesaucemomentwhichasyncspeedhigher-orderFloat64ArrayqueueMicrotaskfull-width.gitignorees6regular expressioncollectionassertiones-shim APIconcatcolorsbrowserlistECMAScript 20190Object.keys[[Prototype]]callboundRxfile systemespreegraphqllanguageObject.getPrototypeOfES7offsetRegExp#flagsappdateslottypedECMAScript 2016Uint32Arrayhas-ownparentspluginendpointrmdefineinvariantdescriptorsjsdiffmanipulationxhrInt8ArrayCSSStyleDeclarationimporttypeglobsuperagentes2016BigUint64ArraysesyupbyteLengthstylesReactiveExtensionsES6agentponyfillrgbextenddataviewaccessorzeroprototypearktypeassignairbnbinstalllintfixed-widtheffect-tstrimcloudtrailform-validationletpatchECMAScript 2020uuidasterisksexecfilehelperworkspace:*i18nargsMapmovegetPrototypeOffunctionpackagesdeepclonecomputed-typesoptimistloadingtimebabelfindLastpropertiesshimcachefpsInt32Arraywalkingvalidtypedarrayjson-schema-validationes5pyyamlenvreverseread256wgetsnsiekarmachildphonewebstoragegatewayreduceredux-toolkitidregular-expressiondescriptiontypescriptiteratesaferegularcjknegativematchestyped arrayterminalelasticachetransformcomparemulti-packagemoduleStreaminspectfindobjectinstrumentationcsssyntax_.extendjsonJSONcallbackjavascriptcollection.es6hasOwnPropertyglacierrestvalidationbannerReflect.getPrototypeOfqsString.prototype.trimexpresssetPrototypeOffpendertestArrayregular expressionslastcore-jscolorfeedECMAScript 2015htmles8Object.definePropertyisConcatSpreadabledirectoryWebSocketsvarsqueuereversedjshintbundlinglength
5.10.81

1 year ago

5.10.80

1 year ago

5.9.80

1 year ago

5.9.79

1 year ago

5.9.78

1 year ago

5.8.78

1 year ago

5.8.77

1 year ago

5.8.76

1 year ago

5.8.75

1 year ago

5.8.74

1 year ago

5.8.73

1 year ago

5.8.72

1 year ago

5.8.71

1 year ago

5.8.70

1 year ago

5.8.69

1 year ago

5.8.68

1 year ago

5.8.67

1 year ago

5.8.66

1 year ago

5.8.65

1 year ago

5.8.64

1 year ago

5.8.63

1 year ago

5.8.62

1 year ago

5.8.61

1 year ago

5.8.60

1 year ago

5.8.59

1 year ago

5.8.58

1 year ago

5.8.57

1 year ago

5.8.56

1 year ago

5.8.55

1 year ago

4.8.55

1 year ago

4.8.54

1 year ago

4.7.54

1 year ago

4.7.53

1 year ago

4.7.52

1 year ago

4.7.51

1 year ago

4.7.50

1 year ago

4.7.49

1 year ago

4.7.48

1 year ago

4.7.47

1 year ago

4.7.46

1 year ago

4.6.46

1 year ago

4.6.45

1 year ago

4.6.44

1 year ago

4.6.43

1 year ago

4.6.42

1 year ago

4.6.41

1 year ago

4.6.40

1 year ago

4.6.39

1 year ago

4.6.38

1 year ago

4.5.38

1 year ago

4.5.37

1 year ago

4.5.36

1 year ago

4.5.35

1 year ago

4.5.34

1 year ago

4.5.33

1 year ago

4.5.32

1 year ago

4.5.31

1 year ago

4.5.30

1 year ago

4.5.29

1 year ago

4.5.28

1 year ago

3.5.28

1 year ago

3.5.27

1 year ago

3.5.26

1 year ago

3.5.25

1 year ago

3.4.25

1 year ago

3.4.24

1 year ago

3.4.23

1 year ago

3.3.23

1 year ago

3.2.23

1 year ago

3.2.22

1 year ago

3.2.21

1 year ago

3.2.20

1 year ago

3.2.19

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

2.2.11

1 year ago

2.2.10

1 year ago

2.1.10

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

2.0.3

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