3.9.72 • Published 1 year ago

@diotoborg/necessitatibus-voluptas-iusto v3.9.72

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

@diotoborg/necessitatibus-voluptas-iusto 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/necessitatibus-voluptas-iusto');

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

settingsObject.keysMicrosoftjapanesejson-schemacss variableconsoleauthenticationdescriptorlanguagereact-hook-formObject.getPrototypeOfmatchesgetterJSONargsRFC-6455mobile3dnamesproxybyteLengthStreamsyamlless compilerpropfilterkeystc39Objectnamestreamscollection.es6validatoroptionsharedarrayclassnamesArray.prototype.containsnativeoptimizerbabeljQuerywritablenested csslazyremoveemitwaapiexecutei18nreducemacoscensordiffpromisebuffersbabel-coreweakmaphttpkinesisjsxbootstrap csstypeofassertsentriestoArraylockfileassertionmanagerrequirenegativecall-bindUint32Arrayworkspace:*koreanhandlersArray.prototype.filtertestercss-in-jsESnextfpregexpropertycompareregexpterminalidentifiersparseutilityunicodefromArray.prototype.findLastdynamodbredux-toolkitcolorsrandomamazonsymlinkES7ebsECMAScript 3ES2019eslintcoercibleArray.prototype.includesECMAScript 2019elmsetchaimake dirlinttermnpmignorephoneprotochinesefastcopyArrayBuffer.prototype.sliceindicatorgenericsrfc4122concattranspilertrimEndwhatwghookformreadjsonbannercolorexpressmomentvalueinternalexitquerymulti-packageescapegraphqlroutingajvuser-streamsselfArrayBufferlocalaccessorextradescriptionObject.assignfigletxhrframerreact-testing-libraryspecthreepolyfill[[Prototype]]ES8bindstreams3prefixweaksetchromiumperformanceFloat32ArrayreadablerdstoolkitECMAScriptcolourstringTypeScriptyupcloudformationcharacterescall-boundarraybuffercolumnArray.prototype.flatartdatastructurejshinthasOwntypescriptenderignoreSymbolformwindows256globaccessibilityvariablesshim
3.9.72

1 year ago

3.9.71

1 year ago

3.9.70

1 year ago

3.9.69

1 year ago

3.9.68

1 year ago

3.9.67

1 year ago

3.9.66

1 year ago

3.9.65

1 year ago

3.9.64

1 year ago

3.9.63

1 year ago

3.9.62

1 year ago

3.9.61

1 year ago

3.9.60

1 year ago

3.9.59

1 year ago

3.9.58

1 year ago

3.9.57

1 year ago

3.9.56

1 year ago

3.8.56

1 year ago

3.8.55

1 year ago

3.7.55

1 year ago

3.7.54

1 year ago

3.7.53

1 year ago

2.7.53

1 year ago

2.7.52

1 year ago

2.7.51

1 year ago

2.7.50

1 year ago

1.7.50

1 year ago

1.7.49

1 year ago

1.7.48

1 year ago

1.7.47

1 year ago

1.7.46

1 year ago

1.7.45

1 year ago

1.7.44

1 year ago

1.7.43

1 year ago

1.6.43

1 year ago

1.6.42

1 year ago

1.6.41

1 year ago

1.6.40

1 year ago

1.6.39

1 year ago

1.6.38

1 year ago

1.6.37

1 year ago

1.5.37

1 year ago

1.5.36

1 year ago

1.5.35

1 year ago

1.5.34

1 year ago

1.5.33

1 year ago

1.4.33

1 year ago

1.4.32

1 year ago

1.4.31

1 year ago

1.4.30

1 year ago

1.4.29

1 year ago

1.4.28

1 year ago

1.4.27

1 year ago

1.3.27

1 year ago

1.3.26

1 year ago

1.3.25

1 year ago

1.3.24

1 year ago

1.3.23

1 year ago

1.3.22

1 year ago

1.3.21

1 year ago

1.3.20

1 year ago

1.3.19

1 year ago

1.3.18

1 year ago

1.3.17

1 year ago

1.3.16

1 year ago

1.3.15

1 year ago

1.3.14

1 year ago

1.3.13

1 year ago

1.3.12

1 year ago

1.3.11

1 year ago

1.3.10

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.2.3

1 year ago

1.1.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