4.8.100 • Published 10 months ago

@diotoborg/sit-illo v4.8.100

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

@diotoborg/sit-illo Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Helper package to shim a method into Array.prototype[Symbol.unscopables]

Example

const assert = require('assert');

const shimUnscopables = require('@diotoborg/sit-illo');

let copyWithin;
let concat;
with ([]) {
    assert.equal(concat, Array.prototype.concat);
    assert.notEqual(copyWithin, Array.prototype.copyWithin);
}

shimUnscopables('concat');

with ([]) {
    assert.notEqual(concat, Array.prototype.concat);
    assert.notEqual(copyWithin, Array.prototype.copyWithin);
}

Tests

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

Security

Please email @ljharb or see https://tidelift.com/security if you have a potential security vulnerability to report.

loadingcss-in-jshelpertsresolvesignaljshintequalcharacterchromiumweaksethashnested cssansifunctionfast-deep-copynamejsdomnpmignorestablekoreanspawnString.prototype.trimletnopeReactiveXdrag_.extendserverless.jswgettc39Int8Arrayimportargvquerystringstyled-componentsredirectlinuxpersistentreduxcertificatestestinges2017readabletrimRightutilshas-owntypaniontyped arrayes-shim APIstatelesschaihasOwnPropertyeslanguageroutefast-cloneartwindowsparsercomputed-typeschromeentrieshas0robustsliceES2022fastcopymulti-package$.extendbinarraysdomtoolkitiees2015japanesejavascriptoptimistpatchObject.valuesECMAScript 2015WeakMapbinariesonceprefixobjectconsumeindicatorform-validationReactiveExtensionspropnumbertypedarraysinternaldom-testing-libraryarraybufferpostcssserializepredictablestylewalkstylescallboundmonorepoRxfastcloneeveryrecursivegetOwnPropertyDescriptorRegExp.prototype.flagscompareemitroutingignoreObject.definePropertycallmomentbufferjwteslintplugindataconfigurableprunewafjsonschemastatusgroupmergeoptionfastifyasciiexpressionhardlinksprocessnativebindES6s3fpcurriedvalidationvariables in csslivesyntaxmobiledataviewapollodeep-copyidleforkbrowserslistpreserve-symlinksObservablesstringifierregular expressionECMAScript 2016matchES2017lazyCSScloudformationsequenceSystem.globalpolyfilltostringtagtouchrapidbabel-corecollectionreact-componentassertsES3setterurlECMAScriptECMAScript 2017linkkinesislastgdprclass-validatorbyteLengthmake diriteratorreactobjcirculares-shimscss nestingmockArrayeffect-tsnegative zerozeroprotocol-buffersiamwidthlogginghasOwnunicodecopyArray.prototype.flatfunction.lengthclienteslint-pluginformArray.prototype.containssymlinksyntaxerrorpicomatchsqslessschemeroute53swfimportexportSymboldatastructurecompilershamURLSearchParamsstoragegatewayrgbstreamUnderscoreArray.prototype.findLastIndexhttpsES2015i18nstateregexjsdiffutil.inspectBigUint64Arrayminimalttylogassertionespreesuperstructincludescore-jsdynamodbjsonuser-streamsgesturessetImmediateextendObject.entriesserializationcache__proto__removerdsECMAScript 2021macosidentifierschanneldescriptorsRegExp#flagskeyslesscssObservableWeakSetkeytesterwhichsomeec2bcryptexecuteoffsetwindowvpctrimEndrequireArray.prototype.includesclielb@@toStringTagObjectpure[[Prototype]]toolstranspilerECMAScript 3findqueueMicrotaskES2021findLastjoifullwidthutilityquerycloudtraildescriptorUint8ArraythreeclassnamesregularcolorsglobalThistypeddifftoStringTagArray.prototype.findLaststreamshandlersprettycolumnssidereusejestECMAScript 2020mapiterationl10nomitcorefunctionaltrimstylingassignECMAScript 2018sortgetwhatwgexitfromintrinsicES2018io-tsbytemodulesspecESregexplockfileuploadawsES2016reducetypescriptpromisebundlingInt32Arraynpmmetadatabootstrap lesstoSortedargumentsuperagenthotfunctionsSymbol.toStringTagsimpledbfast-deep-cloneimmerserviceFloat64Arraycss lesses2018WebSocket-0mapreducedirectorychildnodejsECMAScript 2023isConcatSpreadablebufferstransportreplayelasticache
4.8.100

10 months ago

4.8.99

10 months ago

4.8.98

10 months ago

4.8.97

10 months ago

4.8.96

10 months ago

4.8.95

10 months ago

4.7.95

10 months ago

4.7.94

10 months ago

4.7.93

10 months ago

4.7.92

10 months ago

3.7.92

10 months ago

3.7.91

11 months ago

3.7.90

11 months ago

3.7.89

11 months ago

3.7.88

11 months ago

3.7.87

11 months ago

3.7.86

11 months ago

3.7.85

11 months ago

3.7.84

11 months ago

3.7.83

11 months ago

3.7.82

11 months ago

3.7.81

11 months ago

3.7.80

11 months ago

3.7.79

11 months ago

3.7.78

11 months ago

3.7.77

11 months ago

3.7.76

11 months ago

3.7.75

11 months ago

3.7.74

11 months ago

3.7.73

11 months ago

3.7.72

11 months ago

3.7.71

11 months ago

3.7.70

11 months ago

3.7.69

11 months ago

3.7.68

11 months ago

3.7.67

11 months ago

3.7.66

11 months ago

3.7.65

11 months ago

3.7.64

11 months ago

3.7.63

11 months ago

3.7.62

11 months ago

3.7.61

12 months ago

3.6.61

12 months ago

3.6.60

12 months ago

3.6.59

12 months ago

3.6.58

12 months ago

3.5.58

12 months ago

3.5.57

12 months ago

3.5.56

12 months ago

3.5.55

12 months ago

3.5.54

12 months ago

3.5.53

12 months ago

3.5.52

12 months ago

3.5.51

12 months ago

3.5.50

12 months ago

3.5.49

12 months ago

3.4.49

12 months ago

3.4.48

12 months ago

3.4.47

12 months ago

3.4.46

12 months ago

3.4.45

12 months ago

3.4.44

1 year ago

3.4.43

1 year ago

3.4.42

1 year ago

3.3.42

1 year ago

3.3.41

1 year ago

3.3.40

1 year ago

3.3.39

1 year ago

3.3.38

1 year ago

3.3.37

1 year ago

3.2.37

1 year ago

3.2.36

1 year ago

3.2.35

1 year ago

3.2.34

1 year ago

3.2.33

1 year ago

3.2.32

1 year ago

3.2.31

1 year ago

3.2.30

1 year ago

3.2.29

1 year ago

3.2.28

1 year ago

3.2.27

1 year ago

3.1.27

1 year ago

3.1.26

1 year ago

3.1.25

1 year ago

3.1.24

1 year ago

3.1.23

1 year ago

3.1.22

1 year ago

3.1.21

1 year ago

3.1.20

1 year ago

3.1.19

1 year ago

2.1.19

1 year ago

2.1.18

1 year ago

2.1.17

1 year ago

2.1.16

1 year ago

2.1.15

1 year ago

2.1.14

1 year ago

2.1.13

1 year ago

2.1.12

1 year ago

2.1.11

1 year ago

2.1.10

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

2.1.5

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago