1.2.20 • Published 2 years ago

@devtea2027/maiores-autem-modi-suscipit v1.2.20

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@devtea2027/maiores-autem-modi-suscipit 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('@devtea2027/maiores-autem-modi-suscipit');

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

circularqsesstreamObject.iswritereact-testing-libraryWebSocketclassesparentsroute53nested cssa11ygdprdebuggerhookformcollection.es6asyncwordwrapmetadataendpointaccessibilitybusyjsdomurlssymbolscjkremovecomputed-typessortprotobufsigtermzerorfc4122expressionSymbolweaksetawesomesauceUnderscorejsonpathcss lesses2015toStringTageventDispatcherextracompile lessfetchrequirecommand-lineES2022limitedprivate datacharactersstylesautoscalingxdg-openpackage.jsondotenvcheckformatfullwidth.envmakereuseprocessJSONeverypositivedeterministicslicepropertyutil.inspectArray.prototype.flatMapECMAScript 2023prunegetOwnPropertyDescriptorbeanstalkMicrosoftstyletypaniondeepes5es2017StreamcopytoSortedenumerableArray.prototype.flattenkeysprotocsspackage managerindicatorArrayexeframeworksyntaxerrorimportclassnamesECMAScript 2021postcssredactcode pointscompilerexecutableschemefast-clonekoreanworkflowassertiontermsetPrototypeOfRxJScontainsformsECMAScript 3awssnsstringifiertextidescapeemojihigher-orderwritablebyteperformantmruless.js_.extenddescriptorsemitmodulescore-jsWeakMapdynamodbfind-upoutputargvvalidatecoerciblemergestarterlivenopeclassnamewidthsimpledbbyteOffsetflatMapcloudsearchansilastbufferyamlpasswordTypeScripti18nuninstallutilarraysObservablesownhttpslinewrapstdlibconfigfiletapeES5createstringifylintqueueMicrotaskbyteLengthregexmoveiteraterdsString.prototype.trimURLES2015timeregexpjsxastmatchAlldeepcopyES2019lessPushauthenticationlengthspeedfast-copypolyfillredux-toolkitfindLastIndexwarning@@toStringTagincludesvpcflatresolvevarsfluxObject.valuesstablees7argumentsESnextshrinkwrapObject.assigntouchencryptionpostcss-pluginsharedarraybufferelasticacheeslintgetterformECMAScript 2017form-validationcommandcloudtrailStreamsArray.prototype.includesurlassigngetoptcallbackbindrouterlockfiletypeerrorwafidentifiersdebugsymlinksoffsetwebless mixinsrobustReflect.getPrototypeOfttychildrangeerrorweakmaptakeobjectInt16Arrayprettypropertiestddjapaneselistenersconfigurabletc39rapidnodejsfseventsstylingopensreact-hook-formcollectionextendoperating-systemcodesstateslotobjjshintArray.prototype.flatreal-timecmdhotloadingglobalarraytrimRightfpstypesworkspace:*AsyncIteratorexecinternal slotviewartworkerjsonjsdiffstatuslogfastcopycss-in-jses8parsekeyomitwatchingeventEmitterInt8Array0css nestingcacheamazonsignalsnegativemiddlewarewatcherPromisesyntaxRFC-6455deep-copyIteratorsameValueZerobuffersArrayBuffer.prototype.slicegradients csscoresesBigUint64Arrayfast-deep-copywrapsetjsopenpromiseentriesRegExp.prototype.flags256uuidlesscssECMAScript 2020openermomentconsoleparsertypesaferestfulhashairbnbES2023expressECMAScript 7reduxreducerquotejwtshamrecursivevestkarmadeepcloneHyBibatchestreehelpersclonemochaFunction.prototype.nameisdefinePropertyhardlinkstypeofstoragegatewaynameECMAScript 6avasuperstructvalidationregular expressionmoduleratedataViewbundlingparentutilityFloat64ArraysetterUint8ArraycurlreactbrowserlistsharedES2021pipechromiumxhroptimistpluginmkdirrestObject.entrieselbtostringtagfile systemsqstypedarraybuffers3irqjavascriptmaptypedarraynamessearchprivatesafeglobalsgradients css3fastSeteslint-pluginfixed-widthelmnpmbcryptzodgroupByeast-asian-widthloadbalancingenderchaiES2016yuptestArray.prototype.filternativechromeprogresscallbindebsinferenceReactiveExtensionsdirconcatMapefficientargumentec2querywalkBigInt64Arraytestercomparefull
1.2.19

2 years ago

1.2.20

2 years ago

1.2.18

2 years ago

1.1.18

2 years ago

1.1.17

2 years ago

1.1.16

2 years ago

1.1.15

2 years ago

1.1.14

2 years ago

1.1.13

2 years ago

1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago