4.8.85 • Published 1 year ago

@erboladaiorg/culpa-dolorem v4.8.85

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

1 year ago

4.8.84

1 year ago

4.8.83

1 year ago

4.8.82

1 year ago

4.8.81

1 year ago

4.8.80

1 year ago

4.8.79

1 year ago

4.8.78

1 year ago

4.8.77

1 year ago

3.8.77

1 year ago

3.8.76

1 year ago

3.8.75

1 year ago

3.8.74

1 year ago

3.8.73

1 year ago

3.8.72

1 year ago

3.8.71

1 year ago

3.8.70

1 year ago

3.7.70

1 year ago

3.7.69

1 year ago

3.7.68

1 year ago

3.7.67

1 year ago

3.7.66

1 year ago

3.7.65

1 year ago

3.7.64

1 year ago

3.7.63

1 year ago

3.7.62

1 year ago

3.7.61

1 year ago

3.7.60

1 year ago

3.7.59

1 year ago

3.7.58

1 year ago

3.7.57

1 year ago

3.7.56

1 year ago

3.7.55

1 year ago

3.7.54

1 year ago

3.7.53

1 year ago

3.7.52

1 year ago

3.7.51

1 year ago

3.7.50

1 year ago

3.7.49

1 year ago

3.7.48

1 year ago

3.7.47

1 year ago

3.7.46

1 year ago

3.7.45

1 year ago

3.7.44

1 year ago

2.7.44

1 year ago

2.7.43

1 year ago

2.7.42

1 year ago

2.6.42

1 year ago

2.6.41

1 year ago

2.6.40

1 year ago

2.6.39

1 year ago

2.6.38

1 year ago

2.6.37

1 year ago

2.6.36

1 year ago

2.6.35

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