4.8.85 • Published 10 months ago

@erboladaiorg/culpa-dolorem v4.8.85

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

@erboladaiorg/culpa-dolorem Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ES2017 spec-compliant Object.values shim. Invoke its "shim" method to shim Object.values 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 values = require('@erboladaiorg/culpa-dolorem');

var obj = { a: 1, b: 2, c: 3 };
var expected = [1, 2, 3];

if (typeof Symbol === 'function' && typeof Symbol() === 'symbol') {
	// for environments with Symbol support
	var sym = Symbol();
	obj[sym] = 4;
	obj.d = sym;
	expected.push(sym);
}

assert.deepEqual(values(obj), expected);

if (!Object.values) {
	values.shim();
}

assert.deepEqual(Object.values(obj), expected);

Tests

Simply clone the repo, npm install, and run npm test

vestargvformattingexit-codeio-tsiterationtoStringTagtypedarraysvalidUint8Arrayefficientmaptouchobjimmutableponyfillgdprjsworkspace:*datastructureenveventDispatcherHyBiutilrouteformRegExp.prototype.flagsindicatorES7stringifysetPrototypeOfreadreact-testing-librarycommandterminalsigintcss variablefindLastutil.inspectweakmaplibphonenumberstableFloat32ArraydeleteenvironmenttypeerrorarrayArray.prototype.findLastIndexwindowsqsmomentfastcopyRxresolverdsmonorepojsdomRFC-6455awesomesauceutilitiesajvdeepclonelanguagetestingcssgetidleWebSocketsbusyartignorecolorschannelfpcurriedfantasy-landes8slotPushdayjsmatchespostcssdragArrayBufferstarterReactiveXhotmatchAlleslintconfigtyped array.envES5ES2020file systemomitArray.prototype.flatMapschememruECMAScript 3elbreactString.prototype.trimdeepcopyautoprefixerjshintgraphqlcallboundstreams$.extendfront-endArray.prototype.findLastprefixStreamregularreal-timepopmotionperformanceObject.assignmulti-packageroute53dependenciesRegExp#flagsserviceawsarktypepreserve-symlinksletpinoArray.prototype.filterterminterruptscall-bindansihashreadableloggercoerciblejsdiffshrinkwrapJSONcolumndescriptordefinegetPrototypeOfmkdirssigtermES2018descriptionfssignalssafeargumentserializationeslintieapiECMAScript 2019exitECMAScript 6class-validatorqueueemitminimalemrapollobannerpersistentfindLastIndexglobal this valueforkperformantjoimockObject.keysvaluescore-jsutilitycheckwarningvalidateseskeysproploggingfunctionalwhichlockfilemetadata6to5accessibilityfrom-0typanioncss-in-jssideString.prototype.matchAllspinnerswalkmkdirpmakeexecfileconcatBigUint64ArraymacosObservabletranspilejQueryimmerbyteLengthIteratorES2022buffersCSSinternal slotES2019outputhaslocaldiffECMAScript 2016higher-orderurlshamsetterspeedECMAScript 2018pathbcryptStreamsoperating-systemclientvalidatorhttpsECMAScript 5electrondirbootstrap cssObject.isclassnamesviewprocesses-shim APIECMAScript 7flagspringframertimeencryptionthreequotewidthhandlerroutingchaiexecutees-shimsebsasyncprotobufzerocloudwatchentriesnopenegativedotenvchineseflagsbinfull-widthObservablestraverseimportMapdom-testing-libraryweaksetfastReflect.getPrototypeOftypedarrayinfpswgetlintsortauthshellextendfast-cloneArray.prototype.includesutilsgroupByinternalglobeast-asian-widthxtermsharedarraybufferfluxesgetintrinsices2018consoleposeyamlreusecolumnsgradients cssflatMapprivate dataoptimistfast-deep-copypackage managerrobustmatch__proto__ECMAScript 2015transportassertsjsonconfigurablejapaneseassertioncryptkinesispropertyagentyupcss lessjson-schematrimLeftharmonymoduleses2017Float64Array256openssl3dbinariesrgbInt16ArrayoptimizerrangeerrorreplayoptionES2021expressionURLSearchParamsBigInt64Arrayclinamecontainsasciischeme-validationsuperagentdataviewwritefastcloneredux-toolkitmake dir0pyyamlless.jsdeterministicstylingtscertificatesdomtakecollection.es6sqspushhookformlessstyleguideUint16Arraynativeglobal objectArrayBuffer.prototype.slicePromisemanagercachepnpm9argsMicrosoftwaapiprunemobilepasswordFunction.prototype.namenumbercopysequenceES6serializerrecursiveES2023globalsregular expressiondatekeyhasOwndefinePropertybabelInt32Arrayback-endvariablessliceextratranspilertoolkittypescriptserializeredux_.extendsimpledbrequirees5zodremovefast-deep-clonecloneincludessignedxhrgetopteventEmitterfetchWeakSetnested csspluginauthenticationenumerableserverInt8Arrayi18nArray.prototype.flatES8Array.prototype.flattenhardlinkscommanderstyleclassnameiambundlerdropsubprocesspromisefastifypositiveTypedArraytostringtagshimhelpersexecbrowsereffect-tsownuninstallsyntaxecmascriptpicomatchObject.getPrototypeOflruautoscalingAsyncIteratortslibhandlersttychromeinputjsonschemaexpressintrinsicjwtlistenerspredictableregexpsymlinksglobalThisanimationTypeBoxlaststatuses-abstractCSSStyleDeclarationnodevpcwritabletoArrayamazonbrowserslistnpmignoreredirect[[Prototype]]json-schema-validatorcoloures2015waiterrorcompilermixinsnpmdatasignalArrayBuffer#slicecallbinditerateeventsregular-expressionURLl10ncloudsearchcollectionnodejsworkflowfilterpoint-freecompile lessreact posees6classespolyfillESendpointWebSocketkoreancloudfrontprettymovefunctionssameValueZerogetOwnPropertyDescriptorObjectjestcall-boundboundhas-ownJSON-Schemaredactwhatwghelpercreatea11yconsumepipeunicodebundlingelmfullfunction.lengthschemaphonechildisConcatSpreadablefindvarspostcss-plugin@@toStringTagcircularloadbalancingmkdirmergelazyprototypedirectorytypedtypesharedcolorsetfixed-widthacornreact-hook-formreducerECMAScriptESnexttoSortedtypesafeES2016estreeless mixinss3specreact animationtypescallec2inspectreact-component
4.8.85

10 months ago

4.8.84

10 months ago

4.8.83

10 months ago

4.8.82

10 months ago

4.8.81

10 months ago

4.8.80

11 months ago

4.8.79

11 months ago

4.8.78

11 months ago

4.8.77

11 months ago

3.8.77

11 months ago

3.8.76

11 months ago

3.8.75

11 months ago

3.8.74

11 months ago

3.8.73

11 months ago

3.8.72

11 months ago

3.8.71

11 months ago

3.8.70

11 months ago

3.7.70

11 months ago

3.7.69

11 months ago

3.7.68

11 months ago

3.7.67

11 months ago

3.7.66

11 months ago

3.7.65

11 months ago

3.7.64

11 months ago

3.7.63

11 months ago

3.7.62

11 months ago

3.7.61

11 months ago

3.7.60

11 months ago

3.7.59

11 months ago

3.7.58

11 months ago

3.7.57

11 months ago

3.7.56

11 months ago

3.7.55

11 months ago

3.7.54

11 months ago

3.7.53

11 months ago

3.7.52

12 months ago

3.7.51

12 months ago

3.7.50

12 months ago

3.7.49

12 months ago

3.7.48

12 months ago

3.7.47

12 months ago

3.7.46

12 months ago

3.7.45

12 months ago

3.7.44

12 months ago

2.7.44

12 months ago

2.7.43

12 months ago

2.7.42

12 months ago

2.6.42

12 months ago

2.6.41

12 months ago

2.6.40

12 months ago

2.6.39

12 months ago

2.6.38

12 months ago

2.6.37

12 months ago

2.6.36

12 months ago

2.6.35

12 months ago

2.6.34

1 year ago

2.5.34

1 year ago

2.5.33

1 year ago

2.5.32

1 year ago

2.5.31

1 year ago

2.5.30

1 year ago

2.5.29

1 year ago

2.5.28

1 year ago

2.5.27

1 year ago

2.5.26

1 year ago

2.5.25

1 year ago

2.5.24

1 year ago

2.5.23

1 year ago

2.5.22

1 year ago

2.5.21

1 year ago

2.5.20

1 year ago

2.5.19

1 year ago

2.4.19

1 year ago

2.4.18

1 year ago

2.4.17

1 year ago

2.3.17

1 year ago

2.3.16

1 year ago

2.3.15

1 year ago

2.3.14

1 year ago

2.3.13

1 year ago

2.3.12

1 year ago

2.2.12

1 year ago

2.1.12

1 year ago

2.1.11

1 year ago

2.1.10

1 year ago

2.1.9

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago