1.2.2 • Published 13 days ago

@teamteanpm2024/voluptatem-consequatur-assumenda v1.2.2

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

@teamteanpm2024/voluptatem-consequatur-assumenda Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

Truly private storage, akin to the JS spec’s concept of internal slots.

Uses a WeakMap when available; a Map when not; and a regular object in even older engines. Performance and garbage collection behavior will reflect the environment’s capabilities accordingly.

Example

var SLOT = require('@teamteanpm2024/voluptatem-consequatur-assumenda');
var assert = require('assert');

var o = {};

assert.throws(function () { SLOT.assert(o, 'foo'); });

assert.equal(SLOT.has(o, 'foo'), false);
assert.equal(SLOT.get(o, 'foo'), undefined);

SLOT.set(o, 'foo', 42);

assert.equal(SLOT.has(o, 'foo'), true);
assert.equal(SLOT.get(o, 'foo'), 42);

assert.doesNotThrow(function () { SLOT.assert(o, 'foo'); });

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.

mixinscodescorscryptoregular expressions0asciiwarningflagconcatMaputilityinternal slotAsyncIteratorjestcss lessless csstestingless mixinsvestReflect.getPrototypeOfRxJSencryptionenvironmenthookformstructuredClonereadsyntaxquoteES2015StreamsbreakgroupBy_.extenddefinestyled-componentsharmonywalkString.prototype.matchAlltoolsclassesrgbhttpsemitequalframerieconnectrandomchildredactfromexebytefastclonestatusInt8Arrayrapidflatregular expressionslotlastarktypemiddlewaremkdirsviewlinuxstyleguideESnextpositivesequencebcryptfullutilsdependency managerargsimmercall-bindpolyfillreal-timedeepcloneTypeScriptphonejavascriptcharactersstabledataviewcopyforEachargparsevarelectroncompilerresolveawesomesauceprocesscharactertranspilerdomwatchES5sortedtslibjasmineregexptrimLeftdefinePropertydescriptorsaccessorgroupES2023autoprefixerclientpyyamljson-schema-validationqueuepushunicodeECMAScript 2022modulesaccessibilitycommanderoptimizershrinkwrapform-validationrequiresortbufferscomputed-typesdiffpipedatefindupES2020assertserializationauthtrimEndchromiumworkerObjectintrinsicnopeopensextrastringifierlintWebSocketssidebindqueueMicrotaskefficientpromiseprettynodejsbrowserlistvalidxdgexit-codelockfileECMAScript 2020ECMAScript 2021writablejapanesedayjswatchingiterationnegativeclass-validatorclonexhrhelpersargvfind-upnativecommandxssasyncECMAScript 2017stringscheme-validationchaipropInt32Arrayurlscjkgetterio-tspreprocessortacitRegExp.prototype.flagsmimetypesnamejsdiffinvariantmulti-packagedatastructurefast-copyenderjson-schema-validatorArrayBufferidfetchtypedarraysexecfast-deep-cloneIteratorstyleterminaltrimStartpackagepruneassignshebangcoerciblethrottledebugkeyswebargumentsUint8ClampedArrayArray.prototype.flatMapcss-in-jstypedarrayparseres-abstractratelengthgdprECMAScript 2016TypedArraycommand-linetrimRightPushbundlingUnderscorecheckES2021lookiteratorregulardeepbrowserspinnerinternalttycreatefile systemrm -rfstringifypopmotionstarteslintspawntypesfastrfc4122dependencieshigher-orderfindconsolemergebrowserslistthroatObject.entrieshttpgetOwnPropertyDescriptorconstpicomatchcallprotobufbddinspectES7i18njsonmodulegradients cssrmArray.prototype.findLasttextUint16ArraytaskcolumnssharedboundReactiveXreact-hooksreduxinstallchineseformattingopenstylesheetcssparentsnpmgetintrinsicloadingpackage.jsonstatelessworkspace:*objectflagsvalidatorisConcatSpreadabledeep-copyArray.prototype.findLastIndexfolderfunctionmkdirpgetPrototypeOfes7functionalinputyamljsdomclassnamesescapetddspinnersqs.envoncelazyserializerglobjwtlogwrapmatchECMAScript 5mime-dbxtermpassworddirectorybusytestobjfastifysigtermhooksbyteLengthweaksetpersistentvaluesWeakMapoffsetfindLastIndexwebsitepluginarraysuser-streamsurleventEmitterimporttsanimationshamJSONtypeerrorlibphonenumberfilepurereact animationdefaultECMAScript 2015Rxfiglet
1.2.0

15 days ago

1.2.2

13 days ago

1.2.1

14 days ago

1.1.0

16 days ago

1.0.0

16 days ago