7.6.92 • Published 10 months ago

@patrtorg/quae-dolor-sequi v7.6.92

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

10 months ago

7.6.91

10 months ago

7.6.90

10 months ago

7.6.89

10 months ago

7.6.88

10 months ago

7.6.87

10 months ago

7.6.86

10 months ago

7.6.85

10 months ago

7.6.84

10 months ago

7.6.83

10 months ago

7.6.82

10 months ago

7.5.82

10 months ago

7.5.81

10 months ago

7.5.80

10 months ago

7.5.79

10 months ago

7.5.78

11 months ago

7.5.77

11 months ago

7.5.76

11 months ago

7.5.75

11 months ago

7.5.74

11 months ago

7.5.73

11 months ago

6.5.73

11 months ago

6.5.72

11 months ago

6.5.71

11 months ago

6.5.70

11 months ago

6.5.69

11 months ago

6.5.68

11 months ago

6.5.67

11 months ago

6.5.66

11 months ago

5.5.66

11 months ago

5.5.65

11 months ago

5.5.64

11 months ago

5.5.63

11 months ago

5.5.62

11 months ago

5.5.61

11 months ago

5.5.60

11 months ago

5.4.60

11 months ago

5.4.59

11 months ago

5.4.58

11 months ago

4.4.58

11 months ago

4.4.57

11 months ago

4.4.56

11 months ago

4.4.55

11 months ago

4.4.54

11 months ago

4.4.53

11 months ago

4.4.52

12 months ago

4.4.51

12 months ago

4.4.50

12 months ago

4.4.49

12 months ago

4.4.48

12 months ago

4.4.47

12 months ago

4.4.46

12 months ago

4.4.45

12 months ago

4.4.44

12 months ago

4.4.43

12 months ago

4.4.42

12 months ago

4.4.41

12 months ago

4.4.40

12 months ago

4.4.39

12 months ago

4.4.38

12 months ago

3.4.38

12 months ago

3.4.37

12 months ago

3.4.36

12 months ago

3.3.36

12 months ago

3.3.35

12 months 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