6.6.95 • Published 1 year ago

@diotoborg/recusandae-non v6.6.95

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

1 year ago

6.6.94

1 year ago

6.6.93

1 year ago

6.6.92

1 year ago

6.6.91

1 year ago

6.6.90

1 year ago

6.6.89

1 year ago

6.6.88

1 year ago

6.6.87

1 year ago

6.6.86

1 year ago

6.6.85

1 year ago

6.6.84

1 year ago

6.6.83

1 year ago

6.6.82

1 year ago

6.6.81

1 year ago

6.6.80

1 year ago

6.6.79

1 year ago

6.6.78

1 year ago

6.6.77

1 year ago

6.6.76

1 year ago

6.6.75

1 year ago

6.6.74

1 year ago

6.6.73

1 year ago

6.6.72

1 year ago

6.6.71

1 year ago

6.6.70

1 year ago

6.6.69

1 year ago

6.6.68

1 year ago

5.6.68

1 year ago

5.6.67

1 year ago

5.6.66

1 year ago

5.6.65

1 year ago

5.6.64

1 year ago

5.6.63

1 year ago

5.6.62

1 year ago

5.6.61

1 year ago

5.6.60

1 year ago

5.6.59

1 year ago

5.6.58

1 year ago

5.6.57

1 year ago

5.6.56

1 year ago

5.6.55

1 year ago

5.5.55

1 year ago

5.5.54

1 year ago

5.5.53

1 year ago

5.5.52

1 year ago

5.5.51

1 year ago

5.5.50

1 year ago

5.4.50

1 year ago

5.4.49

1 year ago

5.4.48

1 year ago

5.4.47

1 year ago

5.4.46

1 year ago

5.4.45

1 year ago

4.4.45

1 year ago

4.4.44

1 year ago

4.4.43

1 year ago

4.4.42

1 year ago

4.4.41

1 year ago

4.4.40

1 year ago

4.3.40

1 year ago

4.3.39

1 year ago

4.3.38

1 year ago

4.3.37

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