3.8.84 • Published 12 months ago

@taktikorg/eos-veniam-cumque v3.8.84

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

12 months ago

3.8.83

12 months ago

3.8.82

12 months ago

3.8.81

12 months ago

3.8.80

12 months ago

3.8.79

12 months ago

3.8.78

12 months ago

3.7.78

1 year ago

3.7.77

1 year ago

3.7.76

1 year ago

3.7.75

1 year ago

3.6.75

1 year ago

3.6.74

1 year ago

3.6.73

1 year ago

3.6.72

1 year ago

3.6.71

1 year ago

3.6.70

1 year ago

3.6.69

1 year ago

3.6.68

1 year ago

3.6.67

1 year ago

3.6.66

1 year ago

3.6.65

1 year ago

3.6.64

1 year ago

3.6.63

1 year ago

3.6.62

1 year ago

2.6.62

1 year ago

2.6.61

1 year ago

2.6.60

1 year ago

2.6.59

1 year ago

2.6.58

1 year ago

2.6.57

1 year ago

2.6.56

1 year ago

2.6.55

1 year ago

2.6.54

1 year ago

2.6.53

1 year ago

2.5.53

1 year ago

1.5.53

1 year ago

1.5.52

1 year ago

1.5.51

1 year ago

1.4.51

1 year ago

1.4.50

1 year ago

1.4.49

1 year ago

1.4.48

1 year ago

1.4.47

1 year ago

1.4.46

1 year ago

1.4.45

1 year ago

1.4.44

1 year ago

1.4.43

1 year ago

1.4.42

1 year ago

1.4.41

1 year ago

1.4.40

1 year ago

1.4.39

1 year ago

1.4.38

1 year ago

1.4.37

1 year ago

1.4.36

1 year 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