5.10.81 • Published 2 years ago

@hishprorg/consequatur-aliquam v5.10.81

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

2 years ago

5.10.80

2 years ago

5.9.80

2 years ago

5.9.79

2 years ago

5.9.78

2 years ago

5.8.78

2 years ago

5.8.77

2 years ago

5.8.76

2 years ago

5.8.75

2 years ago

5.8.74

2 years ago

5.8.73

2 years ago

5.8.72

2 years ago

5.8.71

2 years ago

5.8.70

2 years ago

5.8.69

2 years ago

5.8.68

2 years ago

5.8.67

2 years ago

5.8.66

2 years ago

5.8.65

2 years ago

5.8.64

2 years ago

5.8.63

2 years ago

5.8.62

2 years ago

5.8.61

2 years ago

5.8.60

2 years ago

5.8.59

2 years ago

5.8.58

2 years ago

5.8.57

2 years ago

5.8.56

2 years ago

5.8.55

2 years ago

4.8.55

2 years ago

4.8.54

2 years ago

4.7.54

2 years ago

4.7.53

2 years ago

4.7.52

2 years ago

4.7.51

2 years ago

4.7.50

2 years ago

4.7.49

2 years ago

4.7.48

2 years ago

4.7.47

2 years ago

4.7.46

2 years ago

4.6.46

2 years ago

4.6.45

2 years ago

4.6.44

2 years ago

4.6.43

2 years ago

4.6.42

2 years ago

4.6.41

2 years ago

4.6.40

2 years ago

4.6.39

2 years ago

4.6.38

2 years ago

4.5.38

2 years ago

4.5.37

2 years ago

4.5.36

2 years ago

4.5.35

2 years ago

4.5.34

2 years ago

4.5.33

2 years ago

4.5.32

2 years ago

4.5.31

2 years ago

4.5.30

2 years ago

4.5.29

2 years ago

4.5.28

2 years ago

3.5.28

2 years ago

3.5.27

2 years ago

3.5.26

2 years ago

3.5.25

2 years ago

3.4.25

2 years ago

3.4.24

2 years ago

3.4.23

2 years ago

3.3.23

2 years ago

3.2.23

2 years ago

3.2.22

2 years ago

3.2.21

2 years ago

3.2.20

2 years ago

3.2.19

2 years ago

3.2.18

2 years ago

3.2.17

2 years ago

3.2.16

2 years ago

3.2.15

2 years ago

3.2.14

2 years ago

3.2.13

2 years ago

3.2.12

2 years ago

3.2.11

2 years ago

2.2.11

2 years ago

2.2.10

2 years ago

2.1.10

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago