7.6.92 • Published 1 year ago

@patrtorg/quae-dolor-sequi v7.6.92

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@patrtorg/quae-dolor-sequi 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('@patrtorg/quae-dolor-sequi');

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

libphonenumberbrowseres5Object.entriesfull-widthlinuxtoolkitautoscalingpreserve-symlinkslocalasterisksnegative zeroexecuteECMAScript 2021WeakSetasciiimportexportstylingdescriptorsrequirequerystringglaciererrorcolorECMAScript 7$.extendES7bannerprotobufmodulessuperstructECMAScript 3escapetoArrayimmutablesequenceloadbalancingimmerwriteSymbol.toStringTagformatyupsymbolstranspileECMAScript 2017linkMicrosoftRFC-6455requestcurriedequalityjestbabeloffsetplugincopyunicodetakeglobal objectqueueMicrotaskargvbinariesStreamstyled-componentsmkdirseslintletarrayshimform-validationstatelesssymlinkutilitiestypedarraysmobileschemeFloat32Array256trimStart0bindless compilerinvariantreal-timedomfast-deep-clonepruneestreeWebSocketdayjsthreedeepcopyexecelasticachetyped arrayRxboundfigletcryptoawesomesaucepipefastcopyArrayBuffer#slicewafURLSearchParamsairbnbsliceswfsigintprettyArray.prototype.flattenbuffergitignore_.extenduploadreactwaitjsdomwhatwguninstalllockfiledynamodbtc39compilerjavascriptES2018typeglobpasswordjson-schema-validationsnsgraphqlYAMLanimationclient-0util.inspectproxysyntaxnested cssreplayposeargumentInt32ArraydependenciestransportflattenvalueutilenumerableinstallerReactiveXpolyfillajaxnativeeveryArrayBuffer.prototype.sliceutilitydropsameValueZeroterminalRegExp.prototype.flagses2017ielazygradients css3getintrinsicjsonschemaelbsharedarraybuffersymbolregexpmonorepocommanderstringifiervalidateexit-codeTypeScriptsettingsserializationmovejshintreact-hooksrandomtesterwidthagentreusecss-in-jsTypeBoxBigUint64Arraywaapiruntimees2018RxJSES2016ecmascripttestingreact-testing-libraryreduxargstranspilertelephoneES2017globalThiseslint-pluginconcatprotocol-buffersglobalObservablesforkreversedsortedscheme-validationregular-expressionspeedisConcatSpreadablees2016tostringtagUint8ArraysortansisignedjsxObject.valuesgetPrototypeOfselftypescriptomiti18ndeepclonecallbacksetframerparsingeventEmittermulti-packageECMAScript 2023mixinsECMAScript 2016Object.isArray.prototype.flatMapdatacompile lessconcatMapsignalsauthtsbrowserlistES2023callboundparsershebangglobal this valuestreamharmonyjsoncontainsmomentramdaloggingmodulemkdir@@toStringTagdragconsumeECMAScript 5writablerangeerrorbootstrap csstddfullwidthsidehttpstypedarraypnpm9routeobjectbabel-corespecpositiveObject.definePropertygroupBycoerciblejson-schema-validatormake dirfunctionsECMAScript 2020StreamschromeroutingcensorpicomatchInt8Arrayquotenopejapanesecss nestingdeepmruasttypesstarterbyteOffsetObjectfsJSON-Schemaeast-asian-widthstylesheetinputrecursiveoncefpsflatcreatees8pyyamlinternalfast-copyglobalsfast-deep-copybundlerpackagesentriesRegExp#flagsincludeshardlinksinferenceECMAScript 2015kinesistypanionstringifyECMAScriptregular expressiondatastructureemrfunctionignoretoobjectweaksetinspectassertsaccessibilityvalidation[[Prototype]]columnkoreancsstrimimportstructuredCloneECMAScript 2018circulargroupwindowfastcloneautoprefixerarraybuffersimpledbIteratorponyfillec2setterlastio-tsfixed-widthsesfiletoReversedyamlvarinstallindicatoriteratorlesshasOwnes2015getopteventsmatchAllhashvariables in cssessyntaxerrorjsdiffbootstrap lesstrimLefthas-ownfromcharacterhotxtermender6to5deep-copyowncore-js__proto__channelparsezerol10nobjdefinestreamsconfigmanagerpackage managerArray.prototype.flatObject.keyssuperagenttouchoutputurlexecfile.gitignoreArray.prototype.findLastapollovestdeterministicerror-handling3dvarsstyleguidedateenvECMAScript 2019pinominimalaccessorfile systemmatchesclassnamessubprocessSethooksawsbcryptacornECMAScript 6String.prototype.trimvpcInt16Arrayoptioniterateworkertacit
7.6.92

1 year ago

7.6.91

1 year ago

7.6.90

1 year ago

7.6.89

1 year ago

7.6.88

1 year ago

7.6.87

1 year ago

7.6.86

1 year ago

7.6.85

1 year ago

7.6.84

1 year ago

7.6.83

1 year ago

7.6.82

1 year ago

7.5.82

1 year ago

7.5.81

1 year ago

7.5.80

1 year ago

7.5.79

1 year ago

7.5.78

1 year ago

7.5.77

1 year ago

7.5.76

1 year ago

7.5.75

1 year ago

7.5.74

1 year ago

7.5.73

1 year ago

6.5.73

1 year ago

6.5.72

1 year ago

6.5.71

1 year ago

6.5.70

1 year ago

6.5.69

1 year ago

6.5.68

1 year ago

6.5.67

1 year ago

6.5.66

1 year ago

5.5.66

1 year ago

5.5.65

1 year ago

5.5.64

1 year ago

5.5.63

1 year ago

5.5.62

1 year ago

5.5.61

1 year ago

5.5.60

1 year ago

5.4.60

1 year ago

5.4.59

1 year ago

5.4.58

1 year ago

4.4.58

1 year ago

4.4.57

1 year ago

4.4.56

1 year ago

4.4.55

1 year ago

4.4.54

1 year ago

4.4.53

1 year ago

4.4.52

1 year ago

4.4.51

1 year ago

4.4.50

1 year ago

4.4.49

1 year ago

4.4.48

1 year ago

4.4.47

1 year ago

4.4.46

1 year ago

4.4.45

1 year ago

4.4.44

1 year ago

4.4.43

1 year ago

4.4.42

1 year ago

4.4.41

1 year ago

4.4.40

1 year ago

4.4.39

1 year ago

4.4.38

1 year ago

3.4.38

1 year ago

3.4.37

1 year ago

3.4.36

1 year ago

3.3.36

1 year ago

3.3.35

1 year ago

3.3.34

1 year ago

3.3.33

1 year ago

3.3.32

1 year ago

3.3.31

1 year ago

3.3.30

1 year ago

3.3.29

1 year ago

3.3.28

1 year ago

3.3.27

1 year ago

3.3.26

1 year ago

3.3.25

1 year ago

3.2.25

1 year ago

3.2.24

1 year ago

3.2.23

1 year ago

2.2.23

1 year ago

2.2.22

1 year ago

1.2.22

1 year ago

1.2.21

1 year ago

1.2.20

1 year ago

1.2.19

1 year ago

1.1.19

1 year ago

1.1.18

1 year ago

1.1.17

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.14

1 year ago

1.1.13

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago