3.8.84 • Published 10 months ago

@taktikorg/eos-veniam-cumque v3.8.84

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

@taktikorg/eos-veniam-cumque 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('@taktikorg/eos-veniam-cumque');

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

fastcopyes7Setbanner.gitignoreansiassertses2015directorypackage.jsontypewaapiprivate databufferjestmapreducereact-hooksenumerablebundlerES7callbindcompareiterateprototypeselfvalidatorObject.keyscryptsharedinvariantidentifiersreal-timesignalsafechineseaccessorsqslibphonenumberloadingchaimakesyntaxspecregular-expressionArray.prototype.includeszodcommanderautoprefixeres-abstractcloudformationyamlaccessibilitycolumnsES2020l10njQuerypolyfillcachepredictablechildMapxtermrulescurriedbufferswarningfetchbyteuploadexittostringtagdefinesymbolstateregexphasheslintescapesetterstablees-shimstransportbcryptcharacters3airbnbtsES8ArrayBufferschemefile systemquerystringES2015managerprivateconsumetypeofes2018hardlinkshasdeterministictacitflagswhatwgincludesArray.prototype.findLastnopeObject.entriesexecfilepicomatchgloballengthglobal this valuetestingsymbolsworkspace:*fast-cloneconcatgetPrototypeOfback-endpruneignorefantasy-landclass-validatorawesomesauceHyBiutil.inspecthotstringshebangamazoncolorswindownegative zerosigintelmtoobject__proto__mkdirReactiveExtensionsES5setPrototypeOfoperating-systemspinnermapebsmobilelinkgetternativees8patchhelperstoolsObject.definePropertyrangeerrorbundlingroute53match$.extendremoveSymbolextraperformancei18nspringString.prototype.trimiamargvclientconfigfunctionaloutputconsolepropstyleguidestarterInt8ArraytypesafeserializerdeepcopyStyleSheet_.extendisasciiopensslgradients css3fast-deep-clonelessforEachwhichomites-shim APIcomputed-typeschannelcreateTypedArrayjsdiffdefinePropertycss lessharmonydirUint8ClampedArrayshellredux-toolkittraversearraybufferInt32ArrayPushsubprocessclassnameloggerspeedYAMLnodemkdirscssES2019sortWebSocketspathmomentvalidatefunction.lengthcss nestingworkflowcompile lessfull-widthentriestrimRighttslibbabel-coreArrayBuffer.prototype.slicebeanstalkUint32ArrayoptimisthttpkeysecmascriptFunction.prototype.nameserverauthenticationArray.prototype.flatMapObject.getPrototypeOfglobal objectrfc9562json-schemanodejsjsdomcopyvaluescommandtrimlazyECMAScript 6uuid6to5routingflagmockingtimeoffsetkoreanscheme-validationfunctionsprogressredacttouchconfigurablesignedfileform-validationfindproxyflattencloudtrailobjObject.assignsharedarraybufferlastECMAScript 2018mrureact animationweakmapintrinsicinstallerawsperformantenvironmentsReflect.getPrototypeOftyped arrayUint8ArrayslicehooksdropprotocallbackIteratorhasOwnPropertyarraymixinsexec-0inxhrelbtoSortedviewFloat64Arrayhas-owncorefilterreadablewafreuseBigInt64Arraysymlinkinputglobframermoduleinternalfast-copyfast-deep-copyequalpreprocessores2017mergeencryptiontoArrayWeakSetesajvgesturesemrqsspinnersUint16ArrayreactcurlArrayfront-endfastramdaeast-asian-widthless.jsutilsconstsyntaxerrorfullefficientnamestyled-componentsStreamoptionwaitrouteequalitydatastructureECMAScript 2021findLastdayjsreact-componentgitignoremodulesdragECMAScript 2015handlersloadbalancingES2022gdpreffect-tsvalidECMAScriptArray.prototype.flattendiffqueuepyyamlbyteOffsetboundTypeBoxmatchAllES6settingsnegativecall-boundvestECMAScript 2022importexporttrimStarteventEmitterdependencieshttpsdom-testing-libraryArray.prototype.findLastIndexAsyncIteratorredirectglobalsjsonschemaelasticacheRxJSjoijsonlistenersiterationartRFC-6455japaneseES3descriptorsstoragegatewayoncecallruntimelocalstringifierstreamsECMAScript 2016es6package managereventDispatchershamgroupByvarECMAScript 3io-tscolumnapitypeerrorreduceryupslotqueueMicrotaskenvironmentendpointshrinkwrapgetoptuninstallspawnrdsletsigtermcertificatesindicatorerrorObject.iskinesisJSON-Schemautilreact poseregexString.prototype.matchAllbyteLengthvalidationstylingsequencewritabletc39autoscalinghigher-orderlockfilereverseinternal slotargument.envfastifyresolveinferenceenvjshintCSSStyleDeclarationwidthpostcssasyncdeletetextObservablesreplayless cssexpressguidpropertiesasterisksFloat32ArrayhasOwnsesstylesfnmatchcontainsdescriptorsomeanimationdeep-copyquotebinaryrfc4122npmassertsuperstructvpcsuperagentprocessless compilerdescriptionfluxsameValueZerohandlerfindLastIndexrobustdataViewutilitylesscsswindowsprettytrimLeftSymbol.toStringTagbindReactiveXcommand-linebabelsnsgettestassignajaxcolorcloudwatchcryptothreedataviewcallbounda11ydom256hookformfastclonearktypeinstallformESweaksetObservableURLfstakeserviceES2023genericszeroclassesstringifyECMAScript 7authcollectionObject.fromEntriesmacosobjectprefixlanguagecircularpreserve-symlinkseventsArray.prototype.flaterror-handlingsignalsmonoreporeduxUnderscoreeslintconfigcss variablecolourtypedarraysStreamscore-js
3.8.84

10 months ago

3.8.83

10 months ago

3.8.82

10 months ago

3.8.81

10 months ago

3.8.80

10 months ago

3.8.79

11 months ago

3.8.78

11 months ago

3.7.78

11 months ago

3.7.77

11 months ago

3.7.76

11 months ago

3.7.75

11 months ago

3.6.75

11 months ago

3.6.74

11 months ago

3.6.73

11 months ago

3.6.72

11 months ago

3.6.71

11 months ago

3.6.70

11 months ago

3.6.69

11 months ago

3.6.68

11 months ago

3.6.67

11 months ago

3.6.66

11 months ago

3.6.65

11 months ago

3.6.64

11 months ago

3.6.63

11 months ago

3.6.62

11 months ago

2.6.62

11 months ago

2.6.61

11 months ago

2.6.60

11 months ago

2.6.59

11 months ago

2.6.58

11 months ago

2.6.57

11 months ago

2.6.56

11 months ago

2.6.55

11 months ago

2.6.54

11 months ago

2.6.53

11 months ago

2.5.53

12 months ago

1.5.53

12 months ago

1.5.52

12 months ago

1.5.51

12 months ago

1.4.51

12 months ago

1.4.50

12 months ago

1.4.49

12 months ago

1.4.48

12 months ago

1.4.47

12 months ago

1.4.46

12 months ago

1.4.45

12 months ago

1.4.44

12 months ago

1.4.43

12 months ago

1.4.42

12 months ago

1.4.41

12 months ago

1.4.40

12 months ago

1.4.39

12 months ago

1.4.38

12 months ago

1.4.37

12 months ago

1.4.36

12 months ago

1.4.35

1 year ago

1.4.34

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

1 year ago

1.4.25

1 year ago

1.4.24

1 year ago

1.4.23

1 year ago

1.4.22

1 year ago

1.4.21

1 year ago

1.4.20

1 year ago

1.4.19

1 year ago

1.4.18

1 year ago

1.4.17

1 year ago

1.4.16

1 year ago

1.4.15

1 year ago

1.4.14

1 year ago

1.4.13

1 year ago

1.4.12

1 year ago

1.4.11

1 year ago

1.4.10

1 year ago

1.4.9

1 year ago

1.4.8

1 year ago

1.3.8

1 year ago

1.3.7

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago