5.6.125 • Published 11 months ago

@patrtorg/hic-ex-deserunt v5.6.125

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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

1 year ago

5.4.73

1 year 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

1 year ago

5.5.102

1 year ago

5.4.78

1 year ago

5.4.79

1 year ago

5.4.76

1 year ago

5.4.77

1 year ago

5.4.74

1 year ago

5.4.75

1 year 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

12 months ago

5.6.123

12 months ago

5.6.124

11 months ago

5.6.125

11 months ago

5.5.95

1 year ago

3.1.45

1 year ago

5.5.96

1 year ago

5.5.93

1 year ago

3.1.47

1 year ago

5.5.94

1 year ago

3.1.46

1 year ago

5.5.91

1 year ago

3.1.49

1 year ago

5.5.92

1 year ago

3.1.48

1 year ago

5.5.90

1 year ago

5.5.100

1 year ago

4.3.60

1 year ago

4.3.62

1 year ago

4.3.61

1 year ago

5.5.99

1 year ago

5.5.97

1 year ago

5.5.98

1 year ago

5.6.108

12 months ago

5.5.84

1 year ago

3.0.45

1 year ago

5.6.109

12 months ago

5.5.85

1 year ago

5.5.82

1 year ago

3.0.43

1 year ago

5.5.83

1 year ago

3.0.44

1 year ago

5.6.102

1 year ago

5.6.103

1 year ago

5.6.104

12 months ago

3.0.41

1 year ago

5.6.105

12 months ago

3.0.42

1 year ago

5.6.106

12 months ago

5.6.107

12 months ago

3.0.40

1 year ago

4.4.65

1 year ago

4.4.64

1 year ago

4.4.63

1 year ago

4.4.62

1 year ago

4.4.69

1 year ago

4.4.68

1 year ago

4.4.67

1 year ago

5.6.110

12 months ago

4.4.66

1 year ago

5.5.88

1 year ago

5.5.89

1 year ago

5.5.86

1 year ago

5.5.87

1 year ago

5.6.119

12 months ago

5.6.111

12 months ago

5.6.112

12 months ago

5.6.113

12 months ago

5.6.114

12 months ago

5.6.115

12 months ago

5.6.116

12 months ago

5.6.117

12 months ago

5.6.118

12 months ago

5.6.120

12 months ago

5.6.121

12 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

1 year ago

3.0.32

1 year ago

5.4.82

1 year ago

3.2.58

1 year ago

3.0.33

1 year ago

3.0.38

1 year ago

5.4.80

1 year ago

3.0.39

1 year ago

3.0.36

1 year ago

3.0.37

1 year ago

4.4.72

1 year ago

3.2.53

1 year ago

3.0.30

1 year ago

4.4.71

1 year ago

3.0.31

1 year ago

4.4.70

1 year 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