6.12.108 • Published 1 year ago

@devtea2026/distinctio-odio-tempora-perferendis v6.12.108

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

@devtea2026/distinctio-odio-tempora-perferendis 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('@devtea2026/distinctio-odio-tempora-perferendis');

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

watchFilejavascripttypescheme-validationdescriptorwordwrapsymlinksreusepromisefastclonereal-timeshamreducefigletJSON-SchemacallboundlesscssSymbol.toStringTagES2020arraybufferglobaljshintasyncformatting.envdatastructureflagbootstrap lesstsgradients csscore-jspackages__proto__readworkersigtermsignalsobjectparentscolorsfull-widtherrorroute53typeerrorfindLastIndexbyteOffsetencryptioncjkECMAScript 6beanstalkpostcss-pluginglobalsCSSStyleDeclarationconnectformatfindupes2018rmdirstableObject.valuesmimetypesObject.fromEntriescss nestingpicomatchjasmineconcatMapi18noptimistassertsflattencloudfrontstyleguidecolumnsthroatArray.prototype.flattencommandercommandec2hookformendpointdayjstimebrowsersliststatusmatchreadablestreamcss lesslinkfunctionalfseventscoerciblefindLastUnderscorecharacterMapFloat32ArrayhandlerseventEmitterbootstrap csswatcherslottrimStartcmdStyleSheetiteratorclonetrimeventDispatcherjsonreacttypedarrayInt16ArrayargumenttermjQueryReactiveExtensionscryptoReactiveXenvironmentsresolvefsES2019tc39rgbString.prototype.matchAlleslintplugindeepclonegetoptsetPrototypeOfxdg-opencolumnpreprocessoropensvisuallinewrapmochautilitiesintrinsicsharedmrujestargparseArraycloudwatchinferencelruTypeBoxhotbatchESstoragegatewaytoolkitdependency managerstartspinnersdirectoryES2015escode pointskoreanRegExp#flagscolortelephoneisrandomdataviewtestdotenvargsbundlerfpsenvironmentObject.definePropertytypedloadingschemagroupPromisedeepcopycallbindansicensorless mixinswritableserializeES2018assignassertiontakeforEachavaprivatequeuelimitedfast-deep-clonecloudsearchregular expressionairbnbpnpm9prefixvaluetslibes6loadbalancingpostcsspyyamlmapreducesequenceworkspace:*quoteeventsECMAScript 2021Uint32ArrayArrayBuffer#slicechromiumshimcalltapekeysautoprefixermake dirdefaultdefinefastcopyquerystringvalidinstallglaciersetpredictabletoolsstringifierremoveObject.entriesObject.assignreadableexecutablefetchutil.inspectprogressincludespushES2017higher-orderbytedatanamesECMAScript 2022asciitostringtagcreateratelimitawaitmatchAllprocessviewapiRxJSunicodees2016cloudformationrm -frreplaylookInt8Arrayexpresspatchtester_.extendstreams2validationrecursivesideescapepropprettyemojisimpledbwriteclassesWebSocketsemrgetJSONsqstrimEndperformancequeueMicrotasktypanioncodesappES3artYAMLuuidrdsvariablesinternalwebownyupObject.ismodulenopesignalObservableES8websitetrimLeftArray.prototype.flatECMAScript 2018pathprunestarterinspectassertaccessibilityString.prototype.trimvariables in cssbusylogES2023irqfilterES5efficientbuffersmiddlewareindicatorxdgelectron@@toStringTaggetPrototypeOfequalityhasspawnsigintconfigurableauthenticationstyled-componentsless compilermkdirsetterrestES2021bindfunctionsglobstatelessfaststylestreamsymbolless cssprotopolyfilllinuxparserdomwalkwafimportexportnativeinterruptstypesoutputdeep-copycompareextensiondynamodbes2017childes-shim APIchinesegradients css3bluebirdURLarraynumberArray.prototype.findLastloggingwordbreaktypesafehttpfromflagsdescriptionpackage managerauthwidthSetawesomesaucesorteslintlimittestingmomenthasOwneast-asian-widthinvariantfluxmixinss3Int32ArraygroupByreact-testing-librarytyped arrayeslint-pluginawsdateRegExp.prototype.flagsttydescriptorslengthArrayBuffer.prototype.slicefastifyUint8Arraymobilewraptypeofwaitreact-hooksqsjwthelpersargumentsponyfillgetOwnPropertyDescriptorexesharedarraybufferextrapositivelazytypescriptprivate dataelblessguidebspackage.jsonsyntaxreact-hook-formkeycssconsumemulti-packagewatchinglastnodejscomputed-typesfolderECMAScript 2016entriesratecss-in-jsweakmapbyteLengthperformantoffset-0whicheslintconfigjsxlibphonenumberECMAScript 2023boundjsdiffnegativepropertysearchdebugzerormReflect.getPrototypeOfdom-testing-librarytasknodecollectionimmutablebreakpipedeterministiccorssameValueZerodataViewHyBielasticacheObservablesspinnerswfes2015whatwgsymbolsWeakMapflatMaprobustlook-upproxylintastparsingaccessoryamlexit-code
6.12.108

1 year ago

6.12.107

1 year ago

6.12.106

1 year ago

6.12.105

1 year ago

6.12.104

1 year ago

6.12.103

1 year ago

6.12.102

1 year ago

6.12.101

1 year ago

4.6.48

1 year ago

4.6.49

1 year ago

4.6.46

1 year ago

4.6.47

1 year ago

3.5.25

1 year ago

3.5.24

1 year ago

3.5.23

1 year ago

3.5.22

1 year ago

3.5.21

1 year ago

3.5.20

1 year ago

3.5.29

1 year ago

3.5.28

1 year ago

3.5.27

1 year ago

3.5.26

1 year ago

4.8.56

1 year ago

4.8.55

1 year ago

5.9.64

1 year ago

5.9.65

1 year ago

5.9.66

1 year ago

5.9.67

1 year ago

5.9.60

1 year ago

5.9.61

1 year ago

5.9.62

1 year ago

5.9.63

1 year ago

6.9.71

1 year ago

6.9.70

1 year ago

2.4.17

1 year ago

6.10.84

1 year ago

2.4.16

1 year ago

6.9.79

1 year ago

6.9.78

1 year ago

6.9.77

1 year ago

6.9.76

1 year ago

6.9.75

1 year ago

5.9.68

1 year ago

6.9.74

1 year ago

5.9.69

1 year ago

6.9.73

1 year ago

6.9.72

1 year ago

6.9.69

1 year ago

4.6.50

1 year ago

6.12.98

1 year ago

6.12.99

1 year ago

6.12.97

1 year ago

5.9.57

1 year ago

5.9.58

1 year ago

5.9.59

1 year ago

4.7.52

1 year ago

4.7.53

1 year ago

4.7.50

1 year ago

4.7.51

1 year ago

4.7.54

1 year ago

4.7.55

1 year ago

6.9.82

1 year ago

2.5.18

1 year ago

6.9.81

1 year ago

2.5.19

1 year ago

6.9.80

1 year ago

2.5.17

1 year ago

6.9.84

1 year ago

6.9.83

1 year ago

3.5.36

1 year ago

3.5.35

1 year ago

3.5.34

1 year ago

3.5.33

1 year ago

3.5.32

1 year ago

3.5.31

1 year ago

3.5.30

1 year ago

6.11.92

1 year ago

6.11.91

1 year ago

6.11.90

1 year ago

3.5.39

1 year ago

3.5.38

1 year ago

3.5.37

1 year ago

6.11.97

1 year ago

6.11.96

1 year ago

6.11.95

1 year ago

6.11.94

1 year ago

6.11.93

1 year ago

5.8.56

1 year ago

5.8.57

1 year ago

2.5.20

1 year ago

3.5.43

1 year ago

3.5.42

1 year ago

3.5.41

1 year ago

3.5.40

1 year ago

6.11.89

1 year ago

4.5.43

1 year ago

6.11.88

1 year ago

4.5.44

1 year ago

6.12.100

1 year ago

6.11.87

1 year ago

6.11.86

1 year ago

6.11.85

1 year ago

6.11.84

1 year ago

4.5.45

1 year ago

4.5.46

1 year ago

2.4.15

1 year ago

2.4.14

1 year ago

2.4.13

1 year ago

2.4.12

1 year ago

2.4.11

1 year ago

2.4.10

1 year ago

2.4.9

1 year ago

2.4.8

1 year ago

2.3.8

1 year ago

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

1.1.4

1 year ago