4.7.71 • Published 11 months ago

@hishprorg/tempore-enim v4.7.71

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

@hishprorg/tempore-enim 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('@hishprorg/tempore-enim');

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

concatMapreduceRegExp#flagsString.prototype.trimcurriedglobal objectwritestringifierregulardateECMAScript 6routeeslintenvironmenttoStringTagWebSocketredirecthasOwnstatergbeslint-pluginworkflowl10ndependenciesObject.fromEntriessignedclassnamereact posefpstatusmatchObject.definePropertyfullwidthrequestArray.prototype.findLastbootstrap csstimelintclonepackagesreact-hooksexit-codematchAllBigUint64ArraycolorsfsPushbundlerchannelpackage.jsonimmutabletoolkitpromisegettertesttoArraybufferdataViewzeroES3fast-deep-copyio-tsoptionSymbol.toStringTagsqsefficientarraypipestyled-componentsfront-endvarlogger$.extendtypeerrorunicodeglobcallbackArrayBufferignoreebssharedarraybufferstylesheetkeyprotocol-buffersiamoncebytecharacterindicatorsetcomputed-typesthreeformattingexecfileclassesasciiECMAScript 2017expressionpolyfilltypedUint16ArrayvalidObject.getPrototypeOfauthelbjson-schema-validatorES2015class-validatorextendSystem.globalECMAScript 2015typesafestoragegatewayUint32ArrayMicrosoftencryptionjsworkspace:*trimEndpicomatchObservablelrumergeinternalrulesclassnamesbindInt16ArraysortedposetrimStartInt8ArrayregexbeanstalkArray.prototype.filtercore-jscodesbrowserlisteslintconfigvariables in cssparsercloudfrontes7TypedArraytypedarraystranspileeveryhandlersubprocessgetintrinsicautoprefixerspeedless compilerdeep-copytyperedux-toolkitfullcommand-linesettermkdirsmake dirECMAScript 2020dotenvi18nforEachnegative zeromockingstatelessdiffoptimistsomeESnextairbnbkeysArray.prototype.includesassertiondataviewYAMLtranspilerURLSearchParamssigtermiterationwhiches2016coercibleproxyfetchtouchdomprotoreplay.gitignorebabelsyntaxurlpoint-freejoiTypeBoxyamlslotless.jsapollohandlersmapenvObject.assignasteriskselectrontsphone.envdragincludeswaftypanionES2019inferencepreserve-symlinksforkarraysscheme-validationimportaccessorpersistentdescriptorsspawnURLhookssetImmediatetoSortedArrayBuffer.prototype.slicemockFunction.prototype.nameinterruptsdeepcopyes-shim APIhelperslogtransportapiArrayes8gesturesstyleRFC-6455deep-clonecolourdefinePropertyjsdomequalitytrimpreprocessorfastcopysymlinksstringnativejestgetOwnPropertyDescriptortraverseboundarktypewarningglobal this valuerdsfigleteslintpluginajaximmerchromiumcensor_.extendpropertyflatMapeventDispatcherfast-deep-cloneCSSBigInt64ArrayreduxECMAScript 7workertextweaksetperformancerequire@@toStringTagless mixinsstyleguidecolorfunctionsvariablespostcss-pluginmobilevalueshebangdynamodbRxJSmonorepoendpointJSON-SchemaquerystringECMAScript 3awesomesauceglobalintrinsicwaapiassertfixed-widthfunction.lengthIteratorcloudsearchminimalconsole3dcryptobrowserslistmruprototypeserverregexpchaittyFloat32Arraywgetshimcloudtraildescriptioninternal slottc39syntaxerrorflagperformantArray.prototype.flattenes5passwordnested cssdatajQueryoffsetnpmignorecjkprogressObject.keysframerstylingECMAScript 2021shellflatten__proto__bundlingfunctionArray.prototype.findLastIndexfindLastlibphonenumbercliconsumecommanderprettyreuseelmformloadingtestingbusyreact-testing-libraryinvariantidentifiers
4.7.71

11 months ago

4.7.70

11 months ago

4.7.69

11 months ago

4.7.68

11 months ago

4.7.67

11 months ago

4.7.66

11 months ago

4.7.65

11 months ago

4.7.64

11 months ago

4.7.63

11 months ago

4.7.62

11 months ago

4.7.61

11 months ago

4.7.60

11 months ago

4.7.59

11 months ago

4.6.59

11 months ago

4.6.58

11 months ago

4.6.57

11 months ago

4.6.56

11 months ago

4.6.55

11 months ago

4.6.54

11 months ago

4.6.53

11 months ago

4.6.52

11 months ago

4.6.51

12 months ago

4.6.50

12 months ago

4.6.49

12 months ago

4.5.49

12 months ago

4.5.48

12 months ago

4.5.47

12 months ago

4.5.46

12 months ago

3.5.46

12 months ago

3.5.45

12 months ago

3.5.44

12 months ago

3.5.43

12 months ago

3.5.42

12 months ago

3.5.41

12 months ago

3.5.40

12 months ago

3.5.39

12 months ago

3.5.38

12 months ago

3.4.38

12 months ago

3.4.37

12 months ago

3.4.36

12 months ago

3.4.35

12 months ago

3.4.34

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.3.24

1 year ago

3.3.23

1 year ago

3.3.22

1 year ago

2.3.22

1 year ago

2.3.21

1 year ago

2.3.20

1 year ago

2.3.19

1 year ago

1.3.19

1 year ago

1.3.18

1 year ago

1.3.17

1 year ago

1.2.17

1 year ago

1.2.16

1 year ago

1.2.15

1 year ago

1.2.14

1 year ago

1.2.13

1 year ago

1.2.12

1 year ago

1.2.11

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.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago