5.6.125 • Published 10 months ago

@patrtorg/hic-ex-deserunt v5.6.125

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

@patrtorg/hic-ex-deserunt Version Badge

github actions coverage License Downloads

npm badge

ES2015-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.

Essentially, Object.is returns the same value as === - but true for NaN, and false for -0 and +0.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec.

Example

Object.is = require('@patrtorg/hic-ex-deserunt');
var assert = require('assert');

assert.ok(Object.is());
assert.ok(Object.is(undefined));
assert.ok(Object.is(undefined, undefined));
assert.ok(Object.is(null, null));
assert.ok(Object.is(true, true));
assert.ok(Object.is(false, false));
assert.ok(Object.is('foo', 'foo'));

var arr = [1, 2];
assert.ok(Object.is(arr, arr));
assert.equal(Object.is(arr, [1, 2]), false);

assert.ok(Object.is(0, 0));
assert.ok(Object.is(-0, -0));
assert.equal(Object.is(0, -0), false);

assert.ok(Object.is(NaN, NaN));
assert.ok(Object.is(Infinity, Infinity));
assert.ok(Object.is(-Infinity, -Infinity));

Tests

Simply clone the repo, npm install, and run npm test

validatesuperagentcommanderFloat64ArraytypanionURLSearchParamscolumnsielogES2023ECMAScript 7execjsdommkdirsdiffwalkingreact-hook-formdefinequerystringchildparentsES2017Function.prototype.namelimitedstyleguidees2015es2018WeakMapcollectionoptionTypeScriptshebangcontainsgetPrototypeOflruchromecheckdeepcopybddfullomitECMAScript 2015batchoutputtermsymboldebuggerarrayapolloprefixbeanstalkoptimistframertoobjectpackage.jsonimmutable-0fastclonephoneWeakSetreadabledayjsjasmineanimation$.extendfiltertsenvironmentsArray.prototype.includesescapesetImmediateincludesextendxmlwritevariablesec2css-in-jsstylingArrayBufferObject.isupzod__proto__Rxrangeerrorsetwaapitypeofpreserve-symlinksnamesJSONenvironmentmergecode pointsquotecorerouteisequalcloudfrontcallboundelasticachejapanesebincloneinspectes-shimssafetddtesterwrapInt32ArrayschemasetterObjectlook-upmimesharedgetintrinsicStreamsmoduleMicrosoftassignfixed-widthsortfullwidthrdsIteratorastkeysubprocessrmdirfindLastawesomesaucemetadatataplinewrapparseeventDispatcherarktypefromcall-boundmanipulationansidatatypedarrayscloudwatchprivate dataES6call-bindtc39URLeventsspecdom-testing-libraryObject.keysinstallergenericsmobilegetOwnPropertyDescriptorautoprefixeridlereworkspinnersaccessibilityjavascriptECMAScript 6zeronumbermoveArray.prototype.findLast@@toStringTagArrayBuffer.prototype.sliceoptimizerprivategraphqlintrinsicFloat32ArrayfindLastIndexcoerciblestructuredClonegdprtapeESnextconcurrencygesturesprotobufawsReflect.getPrototypeOfHyBilibphonenumberprototypeagentsearchamazonconsolelengthcolumnsharedarraybufferemitttytransformWebSocketspyyamlprototrimiamqueueendpointbrowserslistbufferexpresspluginchaiECMAScript 2018settingsdropmonorepohooksArray.prototype.containschinesekeyshashinternalgroupiteratesymlinkdependenciesthroatES2018walkdeep-copyestreejsdiffworkflowES2016stringstdlibguidtranspilercommandhasOwnPropertyObservablepackagesconfigurableeast-asian-widthlocalsymbolsdeterministicbrowserlazyreduxpicomatchUnderscorexhrefficienthelpertypesvpcfastisConcatSpreadableArray.prototype.flatMapstyled-componentstoolstostringtagposeajvhascharactersfolderinvariantkinesisspawndeepcloneES5globfunctionalformsignoreargsinstallcreatelimitlastutilitieses5flatMapidentifiersroute53removeformatparsingstreamswget0MapebsObject.entriesclass-validatordeepregexpcallargumentvalidationtelephonetypescriptrssawaitnativetrimStartReactiveExtensionsairbnbclisyntaxerrorArray.prototype.findLastIndexregular-expressionyupconcatMapwidthes8graphql-clientrapidbinaryrequirerandomloggingratelimitruntimetestparserbyteOffsetPusheventEmitterapisqsString.prototype.trimpersistentObject.valuesdatefunctionbinariesECMAScript 2020ECMAScript 5trimRightcloudtrail_.extendatomsomees6getoptnopeES2021regexchromiumPromisestyleTypedArraycloudsearcharraybufferglobal[[Prototype]]proxyshellerrorasterisksfsserializationuuids3reuseshimJSON-SchemasideformattingconcateslintconfiglanguageschemetouchmapreduceserializeexpressionredactCSSStyleDeclarationformmatchvisualmruprogressSymbol.toStringTagshamworkerbluebirdio-tsi18npostcssECMAScript 2022spinnerfastcopyboundintoSortedelbinputl10njQuerydeletefindupclientzxbannercommand-lineprocesswhatwgfnmatchmime-dbavareadablestreamsyntaxtraverseES7lookasyncvalidserializersameValueZeropropertyredirectshrinkwrapArrayBuffer#sliceeslint-pluginregularreact-hooksECMAScript 3assertiterationcolorses2017robustrequestsliceBigUint64Arraynamees2016higher-orderpromisesemrnpmunicoderfc4122bytedebugjshintflagshookformsortedgetmkdirextracloudformationperformanceRegExp#flagsfile systemajaxforkjest
5.4.72

12 months ago

5.4.73

12 months ago

3.1.50

1 year ago

3.1.52

1 year ago

3.1.51

1 year ago

3.1.53

1 year ago

5.5.101

11 months ago

5.5.102

11 months ago

5.4.78

12 months ago

5.4.79

12 months ago

5.4.76

12 months ago

5.4.77

12 months ago

5.4.74

12 months ago

5.4.75

12 months ago

3.0.12

1 year ago

3.0.13

1 year ago

3.0.10

1 year ago

3.0.11

1 year ago

3.0.16

1 year ago

3.0.17

1 year ago

3.0.14

1 year ago

3.0.15

1 year ago

5.6.122

10 months ago

5.6.123

10 months ago

5.6.124

10 months ago

5.6.125

10 months ago

5.5.95

11 months ago

3.1.45

1 year ago

5.5.96

11 months ago

5.5.93

11 months ago

3.1.47

1 year ago

5.5.94

11 months ago

3.1.46

1 year ago

5.5.91

11 months ago

3.1.49

1 year ago

5.5.92

11 months ago

3.1.48

1 year ago

5.5.90

11 months ago

5.5.100

11 months ago

4.3.60

1 year ago

4.3.62

12 months ago

4.3.61

1 year ago

5.5.99

11 months ago

5.5.97

11 months ago

5.5.98

11 months ago

5.6.108

10 months ago

5.5.84

11 months ago

3.0.45

1 year ago

5.6.109

10 months ago

5.5.85

11 months ago

5.5.82

11 months ago

3.0.43

1 year ago

5.5.83

11 months ago

3.0.44

1 year ago

5.6.102

11 months ago

5.6.103

11 months ago

5.6.104

11 months ago

3.0.41

1 year ago

5.6.105

11 months ago

3.0.42

1 year ago

5.6.106

11 months ago

5.6.107

11 months ago

3.0.40

1 year ago

4.4.65

12 months ago

4.4.64

12 months ago

4.4.63

12 months ago

4.4.62

12 months ago

4.4.69

12 months ago

4.4.68

12 months ago

4.4.67

12 months ago

5.6.110

10 months ago

4.4.66

12 months ago

5.5.88

11 months ago

5.5.89

11 months ago

5.5.86

11 months ago

5.5.87

11 months ago

5.6.119

10 months ago

5.6.111

10 months ago

5.6.112

10 months ago

5.6.113

10 months ago

5.6.114

10 months ago

5.6.115

10 months ago

5.6.116

10 months ago

5.6.117

10 months ago

5.6.118

10 months ago

5.6.120

10 months ago

5.6.121

10 months ago

3.0.23

1 year ago

3.0.24

1 year ago

3.0.21

1 year ago

3.0.22

1 year ago

3.0.27

1 year ago

3.0.28

1 year ago

3.0.25

1 year ago

3.0.26

1 year ago

3.0.20

1 year ago

4.2.60

1 year ago

3.0.18

1 year ago

3.0.19

1 year ago

3.2.57

1 year ago

3.0.34

1 year ago

3.2.56

1 year ago

3.0.35

1 year ago

5.4.81

11 months ago

3.0.32

1 year ago

5.4.82

11 months ago

3.2.58

1 year ago

3.0.33

1 year ago

3.0.38

1 year ago

5.4.80

11 months ago

3.0.39

1 year ago

3.0.36

1 year ago

3.0.37

1 year ago

4.4.72

12 months ago

3.2.53

1 year ago

3.0.30

1 year ago

4.4.71

12 months ago

3.0.31

1 year ago

4.4.70

12 months ago

3.2.55

1 year ago

3.2.54

1 year ago

3.0.29

1 year ago

4.2.58

1 year ago

4.2.59

1 year ago

3.0.9

1 year ago

3.0.8

1 year ago

3.0.7

1 year ago

2.0.6

1 year ago

3.0.6

1 year ago

2.0.5

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