4.10.113 • Published 12 months ago

@devtea2026/blanditiis-placeat-id-ipsum v4.10.113

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

@devtea2026/blanditiis-placeat-id-ipsum 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('@devtea2026/blanditiis-placeat-id-ipsum');

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

telephoneprocessemojiwritedefinenopecloudsearchrmnegative zerowidthcolorjestworkflowstreamsrdsiteratoriteratedom-testing-librarystringifieres2018ratelimitrequirelogefficientxdg-openomit__proto__cryptoffsetnamescommandstreams2zodstylesvestES8sesfull-widthsymlinkspositivecorsfile systemmatchesyupwalkJSONcacheAsyncIteratorsequenceauthcloudfronttypeerrorwebhooksreactjwtless.jswatchsomepasswordwatcherECMAScript 2018oncedependency managerbusykeylinktermuuidArrayBuffer#sliceworkspace:*ECMAScript 7commanderwhatwgoutputcode pointsdiffisECMAScript 2017Array.prototype.flattenstyleguidecall-bindmobileuninstallelbagentObject.definePropertyelmsignalscallbackES2020eslintconfigtyped arraylrustructuredClonelastirqbreakcores3genericsdescriptori18nprogresslook-uptraversesyntaxerrorArray.prototype.containsclassnamesnameglaciertestingdeepcopycodesregex[[Prototype]]Reflect.getPrototypeOfeslintpluginshamrecursiverouterfindLastIndexcommand-linetrimRightimmutablethroatES2015typanionwordbreakutilitiesbannerrandomes-shimshas-ownartdomebsReactiveExtensionsappcall-bounddeterministicreadablestreamserializeremovewordwrapsettingsopenreal-timeObject.valuesreducerlibphonenumberes7zerofast-clonesnsprettyemitpropertyMapchildcloudtrailmiddlewareaccessorwatchFilecmdbufferscontainsargvdayjspreprocessor_.extendInt32Arraysiginttoolsjoilimitedprotobufconfigurableregular expressionsflattenstarterescapeES5trimLefturlsdeep-copytslibautoprefixerexpressajaxredactfindupqueuearktypechromeESauthenticationparsercss lessRxparsingWebSocketsincludesFloat64Arraymkdirsidlevaluevaluesutilityprivatedataviewvarscryptoarraysrm -rfgetoptinrateCSSStyleDeclarationtypeses6openertaskasyncasciiinstaller$.extendfindcloudwatchecmascriptfullwidthviewshimtoArraybeanstalkbundlereventEmitterspawnstringifysigtermlengthJSON-SchemaswfprototypesharedarraybuffersharedconfigargparsesqsES2017getintrinsicES3cloudformationStreamsrestspecsearchencryptiongetPrototypeOfECMAScript 2022robustschemedatarfc4122toSortedcurlwindowshotmrumacoses8ObservablejsduplexhttpswatchingIteratorlinewrapoptimistnodejsES7forEacheventDispatcherformatsliceECMAScript 2023Setcsscss variablecollectionflagsfilterpredictableemrendereventsUint8ClampedArrayflagbrowserslistkarmaES2023bootstrap lesspromiseObject.entrieslimites-abstractelasticachestatelesssidebrowserformsbytephonedeletepluginfastcopysuperstructcircularargumentTypeBoxkinesiscoerciblepatchStreamfpsvpcrm -frmapreduceenvironmentsreusesetImmediatedescriptiongradients css3fast-deep-clonelookes5takestylesheetboundcallbindassignFunction.prototype.nameurlframeworkconcatreact-hookshigher-orderdroppackagesmergestylefastifyqsiamopensString.prototype.trimastcolorsES2021formjsdiffnegativejQuerytypedarraysjapanesemapcopyclassnamelesscsswgetwarningtddstreamchromiumRFC-6455ArraymkdirpmomentlockfileexechasObject.keyspostcss-pluginReactiveXelectroncolourexitwaitsyntaxrmdirnodeequalityinternal slotamazontestObject.assigndependenciesfluxautoscalingbindObject.getPrototypeOffind-upPromisetimemoduleutil.inspectprivate dataes2016flatinvariantidentifiers@@toStringTaggradients cssruntimenumbercolumnssameValueZerojsxUint16ArrayawesomesauceObject.fromEntriesESnextWeakSetprotobootstrap cssobjsymlinkansiwritablecallenumerableObjectbyteOffsetsetWeakMapdotenvkoreanweaksetdeepvalidateerror-handlingECMAScript 6replayArrayBuffer.prototype.slicedefinePropertypushSymbol.toStringTaginspectArray.prototype.flatMapbyteLengthimmergroupByimportexportTypeScriptES2016Int8ArrayspinnertoStringTagString.prototype.matchAllcollection.es6guidintrinsicslotcreateendpointutilsinatrastoragegatewayroute53prefixequalcolumnserializerfromchannelECMAScript 5pruneSymbolbddspeedterminalfast-deep-copypyyaml256promisesresolvemime-dbpicomatchqueueMicrotaskiesortedglobalsless mixinsenvironmentaccessibilityshrinkwrapjavascriptstyled-componentsairbnbdescriptorsform-validationtrimStartgroupformattingBigUint64Arrayfullinferenceregular expressionindicatordataViewreact-hook-formRxJSl10nerrorspinnerstscomparelintsortio-tstextoperating-system
4.10.113

12 months ago

4.10.112

12 months ago

4.10.111

12 months ago

4.10.110

12 months ago

4.10.109

12 months ago

4.10.108

12 months ago

4.10.107

12 months ago

4.10.106

12 months ago

4.9.102

12 months ago

4.9.103

12 months ago

4.9.104

12 months ago

4.9.105

12 months ago

4.9.101

12 months ago

4.7.96

1 year ago

4.7.97

1 year ago

4.7.94

1 year ago

4.7.95

1 year ago

4.6.48

1 year ago

1.4.20

1 year ago

4.6.49

1 year ago

4.6.46

1 year ago

1.4.22

1 year ago

4.6.47

1 year ago

1.4.21

1 year ago

1.4.24

1 year ago

1.4.23

1 year ago

1.4.25

1 year ago

4.10.105

12 months ago

4.6.62

1 year ago

4.6.63

1 year ago

4.6.60

1 year ago

4.6.61

1 year ago

4.6.66

1 year ago

4.6.67

1 year ago

4.6.64

1 year ago

4.6.65

1 year ago

4.6.68

1 year ago

4.6.69

1 year ago

4.6.51

1 year ago

4.6.52

1 year ago

4.6.50

1 year ago

4.6.55

1 year ago

2.4.29

1 year ago

4.6.56

1 year ago

2.4.28

1 year ago

4.6.53

1 year ago

4.6.54

1 year ago

4.6.59

1 year ago

2.4.25

1 year ago

4.6.57

1 year ago

2.4.27

1 year ago

4.6.58

1 year ago

2.4.26

1 year ago

1.4.19

1 year ago

4.6.80

1 year ago

4.6.81

1 year ago

4.6.84

1 year ago

4.6.85

1 year ago

4.6.82

1 year ago

4.6.83

1 year ago

4.8.101

12 months ago

4.6.88

1 year ago

4.6.89

1 year ago

4.6.86

1 year ago

4.8.100

12 months ago

4.6.87

1 year ago

4.5.36

1 year ago

4.5.37

1 year ago

2.4.35

1 year ago

2.4.32

1 year ago

2.4.31

1 year ago

4.5.38

1 year ago

2.4.34

1 year ago

4.5.39

1 year ago

2.4.33

1 year ago

2.4.30

1 year ago

1.3.19

1 year ago

4.6.70

1 year ago

4.6.73

1 year ago

4.6.74

1 year ago

4.8.98

12 months ago

4.6.71

1 year ago

4.8.97

1 year ago

4.6.72

1 year ago

4.6.77

1 year ago

4.8.99

12 months ago

4.6.78

1 year ago

4.6.75

1 year ago

4.6.76

1 year ago

4.6.79

1 year ago

3.5.36

1 year ago

4.6.91

1 year ago

4.6.92

1 year ago

4.6.90

1 year ago

4.5.40

1 year ago

4.6.93

1 year ago

4.6.94

1 year ago

4.5.43

1 year ago

4.5.44

1 year ago

4.5.41

1 year ago

4.5.42

1 year ago

2.5.36

1 year ago

4.5.45

1 year ago

4.5.46

1 year ago

2.5.35

1 year ago

1.3.18

1 year ago

1.2.18

1 year ago

1.2.16

1 year ago

1.2.17

1 year ago

1.2.15

1 year ago

1.1.15

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago