4.8.85 • Published 2 years ago

@erboladaiorg/culpa-dolorem v4.8.85

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

2 years ago

4.8.84

2 years ago

4.8.83

2 years ago

4.8.82

2 years ago

4.8.81

2 years ago

4.8.80

2 years ago

4.8.79

2 years ago

4.8.78

2 years ago

4.8.77

2 years ago

3.8.77

2 years ago

3.8.76

2 years ago

3.8.75

2 years ago

3.8.74

2 years ago

3.8.73

2 years ago

3.8.72

2 years ago

3.8.71

2 years ago

3.8.70

2 years ago

3.7.70

2 years ago

3.7.69

2 years ago

3.7.68

2 years ago

3.7.67

2 years ago

3.7.66

2 years ago

3.7.65

2 years ago

3.7.64

2 years ago

3.7.63

2 years ago

3.7.62

2 years ago

3.7.61

2 years ago

3.7.60

2 years ago

3.7.59

2 years ago

3.7.58

2 years ago

3.7.57

2 years ago

3.7.56

2 years ago

3.7.55

2 years ago

3.7.54

2 years ago

3.7.53

2 years ago

3.7.52

2 years ago

3.7.51

2 years ago

3.7.50

2 years ago

3.7.49

2 years ago

3.7.48

2 years ago

3.7.47

2 years ago

3.7.46

2 years ago

3.7.45

2 years ago

3.7.44

2 years ago

2.7.44

2 years ago

2.7.43

2 years ago

2.7.42

2 years ago

2.6.42

2 years ago

2.6.41

2 years ago

2.6.40

2 years ago

2.6.39

2 years ago

2.6.38

2 years ago

2.6.37

2 years ago

2.6.36

2 years ago

2.6.35

2 years ago

2.6.34

2 years ago

2.5.34

2 years ago

2.5.33

2 years ago

2.5.32

2 years ago

2.5.31

2 years ago

2.5.30

2 years ago

2.5.29

2 years ago

2.5.28

2 years ago

2.5.27

2 years ago

2.5.26

2 years ago

2.5.25

2 years ago

2.5.24

2 years ago

2.5.23

2 years ago

2.5.22

2 years ago

2.5.21

2 years ago

2.5.20

2 years ago

2.5.19

2 years ago

2.4.19

2 years ago

2.4.18

2 years ago

2.4.17

2 years ago

2.3.17

2 years ago

2.3.16

2 years ago

2.3.15

2 years ago

2.3.14

2 years ago

2.3.13

2 years ago

2.3.12

2 years ago

2.2.12

2 years ago

2.1.12

2 years ago

2.1.11

2 years ago

2.1.10

2 years ago

2.1.9

2 years ago

2.1.8

2 years ago

2.1.7

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago