6.6.93 • Published 11 months ago

@patrtorg/unde-saepe-maiores v6.6.93

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

@patrtorg/unde-saepe-maiores 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('@patrtorg/unde-saepe-maiores');
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.

fullwidthpositivecopyObservablespinoassignes6Uint8Arrayvalidateio-tsReflect.getPrototypeOfequaltypedarrayWebSocketsECMAScript 2023harmonytostringtagUnderscoreconstmapreduceless csspropeslint-plugintyped arrayUint8ClampedArraystructuredClonesharedarraybufferarktype-0ES3StyleSheetpyyamljsdompathredux-toolkitbuffereffect-tsgdprzxECMAScriptentriesgroupByBigInt64Arraytakedatemanager__proto__channelrangeerrorvisualuninstallECMAScript 3toStringTagmkdirpfastclonehttpstatelesschineseserializeartpreserve-symlinkspackagessimpledbloadingisnegative zerorequireformates7coreiterateObject.getPrototypeOfqsglobprototypeeventEmitterwaapischemeglobalmatcheslinkpostcss-pluginreactmkdirenvironmentsoptimistscheme-validationtestingtestervariables in cssECMAScript 2018Iteratorreversespinnerbabel-coreSeta11ycolorsjsxlibphonenumberdeepdeepcopycallboundArray.prototype.findLastIndexmake dircontainsspringES7fulleslintconfighashES2021proxyselfclassessuperstruct3dfunction.lengthhelpersxtermBigUint64ArraywhichquerystringstarterPushexit-codequeuefindcollection.es6wgetRegExp.prototype.flagslengthRegExp#flagsStreamssymbolzerogradients css3dragcjknpmjson-schema-validationArray.prototype.includesmkdirslruextendutilityES2015functionali18nprogresswarningInt16Arrayefficientidlereduceowndotenvspecbabelcss-in-jsmatchkoreanstreamlistenersstringifyES2018toReversedarraybufferconfigamazoncloudformationflagworkflowtc39lesslastreduxsharedschemamergeES2019ES2017globalThisextrapureObject.entriesglacieres-abstractvarsignorecryptoimmutableacornsideinvariantless mixinswindowstrimomithardlinkstoSortedremovetrimEndinferencebuffersquoteloadbalancingpropertieseslintflattentddserializerjwtrfc9562traversejson-schema-validatorchaivpcwidthasserttslibmixinssymlinkseast-asian-widthexecutereact-testing-libraryjshintlockfile@@toStringTagwriteRxwindowarrayspackage.jsonArrayBuffer#sliceflagsconsumeutil.inspectInt32Arrayiterationclientirqroutingfantasy-landbrowserslistStreamtranspilerdependency managercommanderjoisetPrototypeOfequalityflatMapforkjapaneseJSONvalidinternalexeces-shim APIgenericssymlinkTypeScriptes2015RxJSerrorreversedrgbcertificatesgethttpsdataviewtestreducerintrinsicparserresolveairbnbHyBiasterisksrequestmomentthreeAsyncIteratorautoprefixeremitbundlerstateECMAScript 2017variables$.extendinspectletArray.prototype.findLastSymbol.toStringTaglanguagenodejsECMAScript 6busyruntimedatastructureajaxsameValueZerostylesoutputclisuperagentRFC-6455pnpm9picomatchfunctionelasticacheArrayperformancepushstablereal-timeObjectsetImmediatearrayvalidatorinstallhandlersprocessnumberECMAScript 2022termfnmatchargvgetteres2016transportmapfast-clonegetPrototypeOfmulti-packagedirtypesafeclassnames.envless.jsjson-schemaclassnameguidvalidationfunctionsnativemacosexpressjavascriptglobal objectfigletdomdependenciescssdeep-copyReactiveExtensionshookscheckencryptioninterruptstypescriptforEachparsingObject.definePropertyshamuser-streamsgetOwnPropertyDescriptoraccessorjQueryserializationjsweakmapregexrdsl10ntypanionstylesheetgetopttranspilerfc4122uploadincludesstreamssymbolsdayjscensorprettymodulesortEScloudsearchcore-jsfastifyfindLasttimecallprefixreact animationinternal slotfull-widthformattingoncecreateCSSStyleDeclarationWebSocketdirectorycolumnbyteOffsetcommand-linereact-hooksidentifiersrapidSymbolECMAScript 50shrinkwraptoolkitpersistentimportYAMLstringtacittypedarraysstatussetterkeysaccessibilitybinditeratornopewaitObject.keysdefineenvhelperMapcommandjsdiffObservableprotocol-buffers.gitignorepromisefromCSSprivate datafast-deep-clone256argsmobilecss nestingpruneagentJSON-SchemacompareramdaawesomesauceenumerableECMAScript 2021walkendpointcurlcall-bindglobals
6.6.93

11 months ago

6.6.92

11 months ago

6.6.91

11 months ago

6.6.90

11 months ago

6.6.89

11 months ago

6.5.89

11 months ago

6.5.88

11 months ago

6.5.87

11 months ago

6.4.87

11 months ago

6.4.86

11 months ago

6.4.85

11 months ago

6.4.84

11 months ago

6.4.83

11 months ago

6.4.82

11 months ago

6.4.81

11 months ago

6.4.80

11 months ago

6.4.79

11 months ago

6.4.78

11 months ago

6.4.77

11 months ago

6.4.76

12 months ago

6.4.75

12 months ago

6.4.74

12 months ago

5.4.74

12 months ago

5.4.73

12 months ago

5.4.72

12 months ago

5.4.71

12 months ago

5.4.70

12 months ago

5.4.69

12 months ago

5.4.68

12 months ago

5.4.67

12 months ago

4.4.67

12 months ago

4.4.66

12 months ago

4.3.66

12 months ago

4.3.65

12 months ago

4.3.64

12 months ago

4.3.63

12 months ago

4.3.62

12 months ago

4.3.61

12 months ago

4.3.60

12 months ago

4.3.59

1 year ago

4.3.58

1 year ago

4.2.58

1 year ago

4.2.57

1 year ago

4.2.56

1 year ago

4.2.55

1 year ago

4.2.54

1 year ago

4.2.53

1 year ago

4.2.52

1 year ago

4.2.51

1 year ago

4.2.50

1 year ago

4.2.49

1 year ago

4.2.48

1 year ago

4.2.47

1 year ago

4.2.46

1 year ago

4.2.45

1 year ago

3.2.45

1 year ago

3.2.44

1 year ago

3.2.43

1 year ago

3.2.42

1 year ago

3.2.41

1 year ago

3.2.40

1 year ago

3.2.39

1 year ago

3.2.38

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

1 year ago

3.1.32

1 year ago

3.1.31

1 year ago

3.1.30

1 year ago

2.1.30

1 year ago

2.1.29

1 year ago

2.1.28

1 year ago

2.1.27

1 year ago

2.1.26

1 year ago

2.1.25

1 year ago

2.1.24

1 year ago

2.1.23

1 year ago

2.1.22

1 year ago

2.1.21

1 year ago

2.1.20

1 year ago

2.1.19

1 year ago

2.1.18

1 year ago

2.0.18

1 year ago

2.0.17

1 year ago

2.0.16

1 year ago

2.0.15

1 year ago

2.0.14

1 year ago

2.0.13

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

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