1.6.88 • Published 10 months ago

@taktikorg/ducimus-vitae-sequi v1.6.88

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

@taktikorg/ducimus-vitae-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('@taktikorg/ducimus-vitae-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

dependenciestypesafebufferpersistentvalidatedynamodbexecuteeast-asian-widthframerassignastconcatsetPrototypeOfenvironmentsstoragegateway.gitignorepatchchineseless.jsreact-hooksworker$.extendpreserve-symlinkspostcssairbnbsafeworkflowgetterfull-widthsyntaxerrorassertrobustmaphasless compilerwriteECMAScript 2023fixed-widthebscss variablereduceopensslcollection.es6stylingprototypedescriptors.envtranspileglobalThisjson-schemaroutecss-in-jsfastcopyclassesxtermpropspeedworkspace:*varseslintpluginchromiumsimpledboptimizera11y3dtoArraystringifytransportpolyfillclassnameenvironmentreact-hook-formgetPrototypeOfformsregularinputpushcolorsexpressECMAScript 2017estreecomparewindowsString.prototype.matchAllcss nestingzodoperating-systemtoReversedReactiveExtensionsJSONutilfluxequalbabelString.prototype.trimforEachprettysidedeterministicdescriptorflagsvariablesES2017installargumentreadablestreammodulestypedarrayswindowjson-schema-validatortsUint8ArraycurriedArray0package managerinterruptsnativepreprocessorBigInt64ArraymetadatabusyintrinsicgetmkdirpRegExp.prototype.flagsutilitiesECMAScript 5ES2015i18nquotestyled-componentshookformvaluequeueMicrotaskMapautoprefixerbyteLengthArray.prototype.findLastIndexObject.assigndiffIteratorreal-timemapreduceObservablestringtypeerrorimportexportstablejsdompruneArrayBuffer.prototype.slicesharedidletrimRighteslintconfigdropgesturesArray.prototype.includesbabel-coreslotes-abstractRxJS[[Prototype]]WebSocketreusebundlerargsless csspasswordstreamCSSStyleDeclarationsome
1.6.88

10 months ago

1.6.87

10 months ago

1.6.86

10 months ago

1.6.85

10 months ago

1.6.84

10 months ago

1.6.83

10 months ago

1.6.82

10 months ago

1.6.81

11 months ago

1.6.80

11 months ago

1.6.79

11 months ago

1.6.78

11 months ago

1.6.77

11 months ago

1.6.76

11 months ago

1.6.75

11 months ago

1.6.74

11 months ago

1.6.73

11 months ago

1.6.72

11 months ago

1.6.71

11 months ago

1.6.70

11 months ago

1.6.69

11 months ago

1.6.68

11 months ago

1.6.67

11 months ago

1.6.66

11 months ago

1.6.65

11 months ago

1.5.65

11 months ago

1.5.64

11 months ago

1.5.63

11 months ago

1.5.62

11 months ago

1.5.61

11 months ago

1.5.60

11 months ago

1.5.59

11 months ago

1.5.58

11 months ago

1.5.57

11 months ago

1.5.56

11 months ago

1.5.55

11 months ago

1.5.54

11 months ago

1.5.53

11 months ago

1.5.52

12 months ago

1.5.51

12 months ago

1.5.50

12 months ago

1.5.49

12 months ago

1.5.48

12 months ago

1.5.47

12 months ago

1.5.46

12 months ago

1.5.45

12 months ago

1.5.44

12 months ago

1.5.43

12 months ago

1.5.42

12 months ago

1.5.41

12 months ago

1.4.41

12 months ago

1.4.40

12 months ago

1.4.39

12 months ago

1.3.39

12 months ago

1.3.38

12 months ago

1.3.37

12 months ago

1.3.36

12 months ago

1.3.35

12 months ago

1.3.34

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

1 year ago

1.1.23

1 year ago

1.1.22

1 year ago

1.1.21

1 year ago

1.1.20

1 year ago

1.1.19

1 year ago

1.1.18

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

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

1.0.5

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