3.8.68 • Published 1 year ago

@hishprorg/magnam-vitae-vitae v3.8.68

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

@hishprorg/magnam-vitae-vitae 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/magnam-vitae-vitae');

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

astextendJSON-Schematypesafecss-in-jsnamespackage.jsonjson-schema-validationpatchstatelessnpmextracsseslintplugindefinePropertyshamvariables in cssbcryptES2016optimistfileemittsArray.prototype.flatMapstyleflagsgenericsframerhttpnamevaluesUint8ArraykoreanspringES8tc39.envUint8ClampedArrayhttpsexeclastutilpropertylivemanagerlockfileentriestimeecmascriptcompile lessrequirereact animationfunctionalpropinferencelocalvalidationmkdirstyleguideArrayBuffer#sliceECMAScript 2023iteratequeuereduxbabel-coreartoptimizertrimStartESsuperstructassertfixed-widthconcatMaptypedarraysECMAScript 7serializerArray.prototype.flattenutilitynumberAsyncIteratorbufferspinnertoSortedObject.entriestranspilecomparepackage managerweakmapstringloggingiteratorcss lesspopmotionStreamsprunetypanionjspyyamlhooksbindbinarytoobjecthashschemaansitextreal-timees2017hookformtermECMAScript 5cloudformationredactcore-js[[Prototype]]nativepathvariablesperformancewaitstylesheetPushcontainsglobalgesturesapibootstrap lessObservabledeepcopyfull-widthdatajsoncallboundbuffersloadbalancingreact-componentjwtnested cssbyteLengthrangeerrorTypedArrayefficientreact-hook-formautoprefixerxhrtrimtoolsargstestmodulenegativerulescss variablesameValueZerocommanderassertsminimalmovefilterprivatedefineuninstallhandlersvalidatorwhatwg.gitignoreWebSocketsconsumekinesiscolumngroupjapanesedynamodbwafES2023sequenceclassesterminalenvpostcssdataViewclass-validatorauthArray.prototype.findLastlinkserializationroutedescriptionstoragegatewayObjectfromfunction.lengthcommandfastcloneRegExp.prototype.flagsl10nES2018dom-testing-librarytypedarrayestreeTypeScriptcompilererror-handlingArray.prototype.flatless cssforkjshintgetintrinsicfpsconstURLstylingObject.assignformsebssafeiamelectrones2015busyhigher-ordercurlfantasy-landbyteOffsetdeterministicgradients css3parseES2022superagentimportexportinternalReflect.getPrototypeOfi18ndotenvelmremoveisConcatSpreadableglobpluginArray.prototype.includespropertiesfastifybrowserslistphoneECMAScript 2018classnamesfstostringtagstyled-componentssigneddescriptorhasOwnPropertydatastructurebinprotocol-bufferspredictablespeedtranspilerfast-cloneprivate dataArray.prototype.containsmruObservablesendpointvalidateeast-asian-widthjavascriptArraybundlerformatlengthttyiseslint-plugincolorsfunctionECMAScript 2021symbolsfluxIteratorsymbolselfreact poseflattentyped arraywindowsgetterwindowfastcopycollectionurlhelperes6rapiddirInt16Arraysyntaxerrorcall-bounduuidrequestcircularautoscalingrobustoutputSymbolforEachutilsreact-testing-libraryES2019bootstrap cssworkerieposecoerciblenegative zeroawesomesaucetypeserializereducerMapconfigcurriedreadspawnECMAScript 2020Array.prototype.findLastIndexjestcopysetanimationfnmatchpinoWebSocketguidRFC-6455ECMAScript 2017assertionESnextcodesspinnerseventEmitterdeepgraphqlRxJStoStringTagMicrosoft0rgbbrowserlistcallregularirqboundbabelnopecorecliformattingdragObject.definePropertymapsidelesscssmergeArray.prototype.filterarraysgradients csstransportelasticache3dindicatorstreamswidthyupauthenticationpushiterationchromiumclassnamestarterECMAScript 2015quotepreprocessorECMAScripttypedxtermRxsettingss3ArrayBuffer.prototype.sliceenderlibphonenumbercomputed-typesdatebinaries$.extendstatusreadablestreamsomestructuredCloneexecuteworkspace:*bytevestschemebeanstalkarrayCSSenvironmentlruless.jsdeep-clonesliceURLSearchParamsutil.inspectinstallerform-validationbrowserArrayBuffertraversechromeexecfilerfc4122rfc9562wgetrdseslintomitcloudtrailswfpackagesesslotflatWeakSethardlinksgdprfigletkeytakecommand-linenodepolyfillwritablees-abstractmkdirpsharedarraybufferreadablegetoptes-shim APIthreesortedinvariantoptionprotobufhelpersmatchessetterobjectimportredux-toolkitsetPrototypeOfviewObject.fromEntriesgetopensslasterisksECMAScript 6simpledbkeys__proto__lazychaiec2immutablemobiletoolkitroute53escapeequalityuser-streamsrandomStyleSheetpipeglobal this valuedeepclonediffcjkregular expressionio-tstypescriptglacieres2016Float32Arrayoperating-system6to5apolloES3emrexpressflatMapinspect
3.8.68

1 year ago

3.8.67

1 year ago

2.8.67

1 year ago

2.8.66

1 year ago

2.8.65

1 year ago

2.8.64

1 year ago

2.8.63

1 year ago

2.8.62

1 year ago

2.7.62

1 year ago

2.7.61

1 year ago

2.7.60

1 year ago

2.6.60

1 year ago

2.6.59

1 year ago

1.6.59

1 year ago

1.6.58

1 year ago

1.6.57

1 year ago

1.6.56

1 year ago

1.6.55

1 year ago

1.6.54

1 year ago

1.6.53

1 year ago

1.5.53

1 year ago

1.5.52

1 year ago

1.5.51

1 year ago

1.4.51

1 year ago

1.4.50

1 year ago

1.4.49

1 year ago

1.4.48

1 year ago

1.4.47

1 year ago

1.3.47

1 year ago

1.3.46

1 year ago

1.2.46

1 year ago

1.2.45

1 year ago

1.2.44

1 year ago

1.2.43

1 year ago

1.2.42

1 year ago

1.2.41

1 year ago

1.2.40

1 year ago

1.2.39

1 year ago

1.2.38

1 year ago

1.2.37

1 year ago

1.2.36

1 year ago

1.2.35

1 year ago

1.2.34

1 year ago

1.2.33

1 year ago

1.2.32

1 year ago

1.2.31

1 year ago

1.2.30

1 year ago

1.2.29

1 year ago

1.2.28

1 year ago

1.2.27

1 year ago

1.2.26

1 year ago

1.2.25

1 year ago

1.2.24

1 year ago

1.2.23

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

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

1 year ago

1.2.9

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago