1.0.4 • Published 14 days ago

@teamteanpm2024/delectus-voluptatum-earum v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days ago

@teamteanpm2024/delectus-voluptatum-earum 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('@teamteanpm2024/delectus-voluptatum-earum');

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.

react animationrmdirreduxtslibtypesECMAScript 2016deepcopyextensionapollopolyfillwaapilistenersstreamArrayBuffer.prototype.slicethrottlejsdiffpushES2023encryptiontestinges6equalityobjectmomentshebangjavascriptArray.prototype.containsstructuredClonecurleditorfast-clonereact-hookslaunchdragintrinsiccommand-linechannellazykeypackageinternal slotjsoncollectiondiffArray.prototype.flatparentsstylesheetharmonyoptionfsworkspace:*buffersgetcryptooutputfindLastIndexeslintObject.keysES2019StreamsruntimepicomatchmovevalidatepipepruneaccessorfunctionalargscopyloggingUint16ArrayinstallenveslintpluginexpressionES2015toolsratesymlinkfullwidthReactiveXsuperstructopensRxstartertypesafeextraunicodeyupdescriptionconsoleansimkdirssigintpyyamlphonestyled-componentsstreamscharactersrequeststylingFloat32Arraypnpm9AsyncIteratorpositiveomitbabel-coreserializationl10nconnecti18ncmdbatchsortspecECMAScript 2015computed-typesfunctionsObjectutilses7exit-codeECMAScript 2019__proto__exit_.extendieregexdeterministiceveryreal-timehttpsyamlasynctypeerrorajaxCSSStyleDeclarationstyledatastructurefindupsearchdirectorydirsafevaluescircular0oncestartcolourbootstrap csswatcherrobustdataview.enves2018websitequeuesanitizecorspropertiesenumerableresolveUnderscorejestclass-validatorirqa11ylimitedaccessibilitymatchesvisualsetPrototypeOfschemadeep-clonetesterinterruptssettingsassertwarningastargumentsgenericsdependency managerquotesetImmediatetypedarrayslastwidthuuidconcat@@toStringTagIteratorgetOwnPropertyDescriptorgroupByeventDispatcherpackage managerlinewraprm -rfpreprocessortrimStartmatchAllkoreanrfc4122performancebcrypttimeminimalenvironmenttakedeepWeakSetRxJStypeofinternalwhatwgauthstringifyES3rgbweaksetflagsshelldropes2017preserve-symlinksxtermspringclipluginratelimitmetadatanegativexssObject.getPrototypeOfuninstallgdprtrimEndscheme-validationinstallerreact posekarmabannerstyleguideECMAScript 7debuggercoreemojiformless mixinsprogressviewfulldescriptorwritecharactertermWeakMaphasherror-handlingTypeBoxpatchvalidatorramdaoperating-systemRFC-6455sortedfilecensorCSSmixinsless cssArrayBufferreadmkdirpbundlingthroatfile systemincludestrimES7upfantasy-landstringifiermrupopmotionframeworkArray.prototype.includesinferencewrapWebSocketcss-in-jsUint8ClampedArrayslicecontainscall-bindcommandairbnbes2016chinesepackage.jsonprototypepropuser-streamsvariables in cssInt16ArraysuperagenttrimRightlessReflect.getPrototypeOfStreamdeepcloneserializedefaultchaiArray.prototype.flatMapmulti-packagedebuggradients csssymbolsanimationsetterexpressstatelesskeysjapaneseMapArray.prototype.flattenES6toSortedassignfast-copySymbol.toStringTagendertsmacosdataViewtoStringTagemitstablegettersignalxdges8reuseECMAScript 2017Int32ArrayoptimizerqsclonecurriedURLposeECMAScript 2020urlmapreact-hook-formquerystringECMAScript 2018Object.definePropertyObservablesformattingfindopendayjsboundimportasciispinnerjoiFunction.prototype.namemimenpmcomparefetchhassanitizationquerygradients css3nested cssregexpwaitfast-deep-clonesyntaxeslint-pluginglobassertionmatchdependenciestaprmguidslotvarrecursiveoptimistcallboundcss variablejsxlibphonenumberdomObject.isObservableutil.inspectbabelparentchildmoduleECMAScript 2023find-upinputbindfseventswalkpathloggerJSONlruutilbrowserclasseshttpprivateclientcompilermochalesscsses-shim APIconcurrencyprotobufgraphqlnameserializerwebparsersameValueZeroHyBiformsutilitycodesstringargparseES5callbindpurefigletArrayexecutablepersistentObject.entriescheckRegExp.prototype.flagshandlersfromeventsform-validationjwtavaprefixJSON-SchemaStyleSheetfpnodejsvaluecore-jsremoveeast-asian-widthES2017urlsautoprefixerdescriptorsdefinePropertytestRegExp#flagscacheapiopenerarraysES86to5tc39filterframerfastifywatchingUint32ArrayfunctionbytecallArray.prototype.filterbundlershrinkwrapprotocol-buffersjson-schema-validationECMAScript 5mimetypesrapides5ttyES2020protobootstrap lesscallbackchromiumYAMLcolortapePromisefixed-widthredactnativewalkingmkdirPushargvcolumnsharedarraybufferes$.extendfast-deep-copyfindLastchromebrowserslistcrypthooksbreakhelpersparselimitclassnamemime-dbzerofolderponyfillpostcss-plugines-shimsregularcoerciblemobilelinkthreedotenves-abstracttextxhrrangeerrorwindowswgetidless compilerisConcatSpreadabletoobjectcollection.es6xdg-openfastcopyappforEachtyped arrayBigInt64Arraywordwrapbufferweakmapelectronnumberimmer
1.0.4

14 days ago

1.0.3

15 days ago

1.0.2

16 days ago

1.0.1

17 days ago

1.0.0

17 days ago