6.6.95 • Published 10 months ago

@diotoborg/recusandae-non v6.6.95

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

@diotoborg/recusandae-non Version Badge

github actions coverage License Downloads

npm badge

ES Proposal spec-compliant shim for Set.prototype.isSubsetOf. Invoke its "shim" method to shim Set.prototype.isSubsetOf 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 proposed spec. When shimmed, it uses es-set to shim the Set implementation itself if needed.

Most common usage:

var assert = require('assert');
var isSubsetOf = require('@diotoborg/recusandae-non');

var set1 = new Set([1, 2]);
var set2 = new Set([2, 3]);
var set3 = new Set([1]);

assert.equal(isSubsetOf(set1, set2), false);
assert.equal(isSubsetOf(set2, set1), false);
assert.equal(isSubsetOf(set3, set1), true);

isSubsetOf.shim();

assert.equal(set1.isSubsetOf(set2), false);
assert.equal(set2.isSubsetOf(set1), false);
assert.equal(set3.isSubsetOf(set1), true);

Tests

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

Set Method Packages

npmtaketestingcollectionwindowsshellfromcloudformationtestsymlinksfixed-widthmake dirdeepreact poseECMAScript 6emitinless mixinsUint16ArraytddobjFloat32Arrayreact-componentelectronrecursivesetImmediateperformantjQuerynodeforEachopensslsimpledb.envfileECMAScript 2016urlreducerECMAScript 2019effect-tstrimRightwarningisConcatSpreadablecallbindsameValueZerobeanstalksettingsglobal this valueselfdomReflect.getPrototypeOfgettercreatepropertyuploadObservablesimmutablefantasy-landchromiumserializerawesomesaucehttpsortedsafeemrauthcolumnsdateschemecontainsES7sortless.jsObject.getPrototypeOfform-validationroutingFloat64ArrayefficientschemaIteratorkeyshelperconsolehasstringifierslicetelephoneglacierhttpsSetcolumnamazonsharedlazymixinsES2020expressionarraybufferinstallsymbolvaluesBigInt64ArrayponyfillhandlertouchArrayES2021Observableaccessorjson-schema-validationeslintconfigreadabletypeerrorworkspace:*executefullwidthyupcheckeverycallespreeidlebddclientECMAScript 2015nativeremove[[Prototype]]byteLengthstructuredClone6to5deepcopyspinnerincludeslessairbnbexecwhatwgcss lessmobileObject.definePropertyarrayfindLastReactiveExtensionsglobalfastclonevisualclassnamecensorruntimepackage manageroutputservercurriedclass-validatorstyled-componentsStream-0predictableES2015mapequalityjavascriptloggingless cssweaksetclassesMapcirculardirectoryreduxgitignoreoperating-systemgetintrinsicextrafindLastIndexdeep-copypromisemulti-packageArrayBuffer#slicedeepclonexhrshebangses256syntaxdatastructurepasswordminimalcolourpackage.jsonprocessoffsetpatchreact-hook-formcolorscall-boundcss nestingredux-toolkitcommandString.prototype.trimzxenvtoStringTagjsonschemafull-widthloadbalancingjwtbusycloudwatchpicomatchsymlinkrobustregexeventEmitterregexpajaxUnderscoretoolkitqueueMicrotasksymbolswidthbabelqsinternaldescriptionfsparserpostcssReactiveXbinarydynamodbes-abstractfast-deep-cloneRFC-6455cssjsones7i18nreact-testing-librarya11ybyteOffsetnopespinnersshrinkwraphelpersJSON-Schemaflagshimprogresses2017fetchmergesetdependenciesPromiseisCSSStyleDeclarationutilsdataviewsqsES5rapidECMAScript 2021dayjsgenericspureindicatorscheme-validationpositiveESECMAScript 2017phoneiergbmrufront-endrulesFunction.prototype.namefast-copycjkimportexportcertificatesmoveURLcollection.es6ES2017iteratelasttypanionmockObject.valuesservicerangeerroranimationes8fast0clonewaffindargumentexitArray.prototype.includesiterationvalidationpusheslint-pluginback-endmacostypeofautoscalingsometoolsajvHyBisetPrototypeOfgradients css3pluginTypedArrays3getoptInt8Arrayredactfile systemfunctionalconcatMapmakereplaycss variabledraghas-ownhotreadablestreamtrimEndArray.prototype.filterdependency managerdefinemkdirsflagsroute53dataomitloadingbrowserslistoptimistgetlistenersjsdiffl10nArray.prototype.containsvariables in cssviewstringifytrimhandlersloggerbrowserlistES2019writeArray.prototype.flattransportspawnchaiObject.iswaapipropconstpreserve-symlinksroutecompilercommanderassertcacheutilitiescloudsearchwaitAsyncIteratorobjectoptimizerargvendpointserializereact-hookstacitpropertiesimmerUint8ClampedArraynodejsserializationdescriptor_.extendweakmapstreamsacornstylesheetECMAScripttranspilees5hashgetPrototypeOfpopmotionmomentproxyes6bufferbuffersObject.fromEntrieschinesespectypecliinternal slotbundlergdprRegExp.prototype.flagsexecfileglobObject.keysbytefastifytc39hardlinksjsdombounderror-handlingesclassnamesES6String.prototype.matchAllmatchesarktypeES2016WebSocketsfigletlinkmkdirperformancesuperstructmetadatahooksenvironmentsformsvarschanneljestfunctionsflatMaplocalECMAScript 7vestRegExp#flagstoobjectasciicharacterpersistentRxrequireinstallerECMAScript 2018zerolesscssglobalsownreadharmonytrimLefttypedarraysresolvespeedECMAScript 2023private dataprotoutilitysyntaxerrorerroreslintlinuxkoreanstyleguidesetterentriesnested cssdirredirectstatelessinterruptsESnextexpresssubprocessvariableselbpyyamlmanagerbundlinglogInt16Arraynegativeformfunction.lengthWeakSetBigUint64Arraypnpm9curlramdabinduser-streamspolyfillprotocol-bufferslanguageapolloES2018timeglobalThisfpSymbol.toStringTagasteriskscoercibleinferencemapreduceCSSreact animationlockfilesignalsqueuearraysio-tsescapelintArray.prototype.findLastIndexcallboundUint8ArraydeleteStreamsjsxgroupByquerytypedarrayiamjoicloudfrontposepathdropdeterministiccolorArrayBuffer.prototype.slicesuperagenttypedstatuscss-in-jstermlocationcompareSymbol
6.6.95

10 months ago

6.6.94

10 months ago

6.6.93

10 months ago

6.6.92

10 months ago

6.6.91

10 months ago

6.6.90

10 months ago

6.6.89

10 months ago

6.6.88

10 months ago

6.6.87

10 months ago

6.6.86

10 months ago

6.6.85

10 months ago

6.6.84

10 months ago

6.6.83

10 months ago

6.6.82

10 months ago

6.6.81

11 months ago

6.6.80

11 months ago

6.6.79

11 months ago

6.6.78

11 months ago

6.6.77

11 months ago

6.6.76

11 months ago

6.6.75

11 months ago

6.6.74

11 months ago

6.6.73

11 months ago

6.6.72

11 months ago

6.6.71

11 months ago

6.6.70

11 months ago

6.6.69

11 months ago

6.6.68

11 months ago

5.6.68

11 months ago

5.6.67

11 months ago

5.6.66

11 months ago

5.6.65

11 months ago

5.6.64

11 months ago

5.6.63

11 months ago

5.6.62

11 months ago

5.6.61

11 months ago

5.6.60

11 months ago

5.6.59

11 months ago

5.6.58

11 months ago

5.6.57

11 months ago

5.6.56

11 months ago

5.6.55

11 months ago

5.5.55

11 months ago

5.5.54

11 months ago

5.5.53

12 months ago

5.5.52

12 months ago

5.5.51

12 months ago

5.5.50

12 months ago

5.4.50

12 months ago

5.4.49

12 months ago

5.4.48

12 months ago

5.4.47

12 months ago

5.4.46

12 months ago

5.4.45

12 months ago

4.4.45

12 months ago

4.4.44

12 months ago

4.4.43

12 months ago

4.4.42

12 months ago

4.4.41

12 months ago

4.4.40

12 months ago

4.3.40

12 months ago

4.3.39

12 months ago

4.3.38

12 months ago

4.3.37

12 months ago

4.3.36

1 year ago

3.3.36

1 year ago

3.3.35

1 year ago

3.3.34

1 year ago

3.3.33

1 year ago

3.3.32

1 year ago

3.3.31

1 year ago

3.3.30

1 year ago

2.3.30

1 year ago

2.3.29

1 year ago

2.3.28

1 year ago

2.3.27

1 year ago

2.3.26

1 year ago

2.3.25

1 year ago

2.3.24

1 year ago

2.3.23

1 year ago

2.3.22

1 year ago

2.2.22

1 year ago

2.2.21

1 year ago

2.2.20

1 year ago

2.2.19

1 year ago

2.2.18

1 year ago

2.2.17

1 year ago

2.2.16

1 year ago

2.2.15

1 year ago

2.2.14

1 year ago

2.2.13

1 year ago

2.2.12

1 year ago

2.2.11

1 year ago

2.2.10

1 year ago

2.2.9

1 year ago

2.1.9

1 year ago

2.1.8

1 year ago

2.1.7

1 year ago

2.1.6

1 year ago

1.1.6

1 year ago

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

1.0.0

1 year ago