step-node-agent 3.26.4 → 3.26.5-CustomizedJv2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/{has-property-descriptors → call-bind-apply-helpers}/.github/FUNDING.yml +1 -1
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
- package/node_modules/{call-bind → call-bind-apply-helpers}/LICENSE +1 -1
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/call-bound/.eslintrc +13 -0
- package/node_modules/{call-bind → call-bound}/.github/FUNDING.yml +1 -1
- package/node_modules/call-bound/CHANGELOG.md +34 -0
- package/node_modules/{has-property-descriptors → call-bound}/LICENSE +1 -1
- package/node_modules/call-bound/README.md +53 -0
- package/node_modules/call-bound/index.d.ts +13 -0
- package/node_modules/call-bound/index.js +18 -0
- package/node_modules/{call-bind → call-bound}/package.json +27 -23
- package/node_modules/{call-bind/test/callBound.js → call-bound/test/index.js} +1 -1
- package/node_modules/{define-data-property → dunder-proto}/.github/FUNDING.yml +1 -1
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/{has-proto → dunder-proto}/package.json +34 -36
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/test/get.js +34 -0
- package/node_modules/dunder-proto/test/index.js +4 -0
- package/node_modules/dunder-proto/test/set.js +50 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +14 -0
- package/node_modules/es-define-property/index.js +1 -3
- package/node_modules/es-define-property/package.json +12 -12
- package/node_modules/es-define-property/test/index.js +1 -0
- package/node_modules/es-define-property/tsconfig.json +2 -42
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/{set-function-length → es-object-atoms}/.github/FUNDING.yml +1 -1
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/{define-data-property → es-object-atoms}/LICENSE +1 -1
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +80 -0
- package/node_modules/es-object-atoms/test/index.js +38 -0
- package/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/node_modules/express/History.md +10 -1
- package/node_modules/express/package.json +6 -2
- package/node_modules/get-intrinsic/CHANGELOG.md +35 -0
- package/node_modules/get-intrinsic/index.js +39 -21
- package/node_modules/get-intrinsic/package.json +23 -19
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +2 -2
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/{has-proto → get-proto}/.github/FUNDING.yml +1 -1
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/{has-proto → get-proto}/LICENSE +1 -1
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/{has-property-descriptors → get-proto}/package.json +35 -31
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/CHANGELOG.md +20 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +2 -3
- package/node_modules/gopd/package.json +16 -10
- package/node_modules/gopd/test/index.js +2 -1
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +16 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +1 -0
- package/node_modules/has-symbols/package.json +19 -9
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +5 -2
- package/node_modules/has-symbols/test/shams/core-js.js +1 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
- package/node_modules/has-symbols/test/tests.js +4 -2
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/is-core-module/CHANGELOG.md +13 -0
- package/node_modules/is-core-module/core.json +1 -0
- package/node_modules/is-core-module/package.json +3 -3
- package/node_modules/is-core-module/test/index.js +3 -0
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/test/index.js +192 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/node_modules/object-inspect/CHANGELOG.md +8 -0
- package/node_modules/object-inspect/index.js +10 -7
- package/node_modules/object-inspect/package.json +5 -4
- package/node_modules/object-inspect/test/values.js +50 -0
- package/node_modules/path-to-regexp/index.js +13 -3
- package/node_modules/path-to-regexp/package.json +1 -1
- package/node_modules/psl/README.md +7 -14
- package/node_modules/psl/SECURITY.md +13 -0
- package/node_modules/psl/data/rules.js +536 -529
- package/node_modules/psl/dist/psl.cjs +1 -1
- package/node_modules/psl/dist/psl.mjs +726 -715
- package/node_modules/psl/dist/psl.umd.cjs +1 -1
- package/node_modules/psl/index.js +52 -74
- package/node_modules/psl/package.json +10 -7
- package/node_modules/resolve/lib/core.json +4 -0
- package/node_modules/resolve/package.json +12 -9
- package/node_modules/side-channel/.eslintrc +1 -0
- package/node_modules/side-channel/CHANGELOG.md +15 -0
- package/node_modules/side-channel/README.md +60 -1
- package/node_modules/side-channel/index.d.ts +9 -22
- package/node_modules/side-channel/index.js +20 -106
- package/node_modules/side-channel/package.json +20 -19
- package/node_modules/side-channel/test/index.js +76 -55
- package/node_modules/side-channel/tsconfig.json +2 -43
- package/node_modules/side-channel-list/.editorconfig +9 -0
- package/node_modules/side-channel-list/.eslintrc +11 -0
- package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/node_modules/side-channel-list/LICENSE +21 -0
- package/node_modules/side-channel-list/README.md +62 -0
- package/node_modules/side-channel-list/index.d.ts +13 -0
- package/node_modules/side-channel-list/index.js +113 -0
- package/node_modules/side-channel-list/list.d.ts +14 -0
- package/node_modules/side-channel-list/package.json +77 -0
- package/node_modules/side-channel-list/test/index.js +104 -0
- package/node_modules/side-channel-list/tsconfig.json +9 -0
- package/node_modules/side-channel-map/.editorconfig +9 -0
- package/node_modules/side-channel-map/.eslintrc +11 -0
- package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-map/.nycrc +13 -0
- package/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/node_modules/side-channel-map/LICENSE +21 -0
- package/node_modules/side-channel-map/README.md +62 -0
- package/node_modules/side-channel-map/index.d.ts +15 -0
- package/node_modules/side-channel-map/index.js +68 -0
- package/node_modules/side-channel-map/package.json +80 -0
- package/node_modules/side-channel-map/test/index.js +114 -0
- package/node_modules/side-channel-map/tsconfig.json +9 -0
- package/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/node_modules/side-channel-weakmap/README.md +62 -0
- package/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/node_modules/side-channel-weakmap/index.js +84 -0
- package/node_modules/side-channel-weakmap/package.json +87 -0
- package/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/node_modules/yaml/README.md +27 -8
- package/node_modules/yaml/browser/dist/compose/resolve-props.js +1 -1
- package/node_modules/yaml/browser/dist/log.js +1 -4
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +2 -11
- package/node_modules/yaml/browser/dist/util.js +1 -1
- package/node_modules/yaml/dist/compose/compose-collection.d.ts +4 -4
- package/node_modules/yaml/dist/compose/compose-doc.d.ts +6 -6
- package/node_modules/yaml/dist/compose/compose-node.d.ts +7 -7
- package/node_modules/yaml/dist/compose/compose-scalar.d.ts +4 -4
- package/node_modules/yaml/dist/compose/composer.d.ts +7 -6
- package/node_modules/yaml/dist/compose/composer.js +2 -1
- package/node_modules/yaml/dist/compose/resolve-block-map.d.ts +5 -5
- package/node_modules/yaml/dist/compose/resolve-block-scalar.d.ts +5 -5
- package/node_modules/yaml/dist/compose/resolve-block-seq.d.ts +5 -5
- package/node_modules/yaml/dist/compose/resolve-end.d.ts +2 -2
- package/node_modules/yaml/dist/compose/resolve-flow-collection.d.ts +7 -7
- package/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts +4 -4
- package/node_modules/yaml/dist/compose/resolve-props.d.ts +2 -2
- package/node_modules/yaml/dist/compose/resolve-props.js +1 -1
- package/node_modules/yaml/dist/compose/util-contains-newline.d.ts +1 -1
- package/node_modules/yaml/dist/compose/util-empty-scalar-position.d.ts +1 -1
- package/node_modules/yaml/dist/compose/util-flow-indent-check.d.ts +2 -2
- package/node_modules/yaml/dist/compose/util-map-includes.d.ts +3 -3
- package/node_modules/yaml/dist/doc/Document.d.ts +11 -11
- package/node_modules/yaml/dist/doc/anchors.d.ts +2 -2
- package/node_modules/yaml/dist/doc/createNode.d.ts +4 -4
- package/node_modules/yaml/dist/doc/directives.d.ts +1 -1
- package/node_modules/yaml/dist/index.d.ts +21 -18
- package/node_modules/yaml/dist/log.js +4 -2
- package/node_modules/yaml/dist/nodes/Alias.d.ts +9 -8
- package/node_modules/yaml/dist/nodes/Collection.d.ts +4 -4
- package/node_modules/yaml/dist/nodes/Node.d.ts +10 -10
- package/node_modules/yaml/dist/nodes/Pair.d.ts +9 -8
- package/node_modules/yaml/dist/nodes/Scalar.d.ts +4 -3
- package/node_modules/yaml/dist/nodes/YAMLMap.d.ts +10 -10
- package/node_modules/yaml/dist/nodes/YAMLSeq.d.ts +10 -10
- package/node_modules/yaml/dist/nodes/addPairToJSMap.d.ts +3 -3
- package/node_modules/yaml/dist/nodes/identity.d.ts +7 -7
- package/node_modules/yaml/dist/nodes/toJS.d.ts +2 -2
- package/node_modules/yaml/dist/options.d.ts +10 -10
- package/node_modules/yaml/dist/parse/cst-scalar.d.ts +4 -4
- package/node_modules/yaml/dist/parse/cst-stringify.d.ts +1 -1
- package/node_modules/yaml/dist/parse/cst-visit.d.ts +2 -2
- package/node_modules/yaml/dist/parse/cst.d.ts +4 -3
- package/node_modules/yaml/dist/parse/lexer.d.ts +1 -1
- package/node_modules/yaml/dist/parse/parser.d.ts +4 -4
- package/node_modules/yaml/dist/parse/parser.js +2 -1
- package/node_modules/yaml/dist/public-api.d.ts +6 -5
- package/node_modules/yaml/dist/schema/Schema.d.ts +4 -4
- package/node_modules/yaml/dist/schema/common/map.d.ts +1 -1
- package/node_modules/yaml/dist/schema/common/null.d.ts +1 -1
- package/node_modules/yaml/dist/schema/common/seq.d.ts +1 -1
- package/node_modules/yaml/dist/schema/common/string.d.ts +1 -1
- package/node_modules/yaml/dist/schema/core/bool.d.ts +1 -1
- package/node_modules/yaml/dist/schema/core/float.d.ts +1 -1
- package/node_modules/yaml/dist/schema/core/int.d.ts +1 -1
- package/node_modules/yaml/dist/schema/core/schema.d.ts +1 -1
- package/node_modules/yaml/dist/schema/json/schema.d.ts +1 -1
- package/node_modules/yaml/dist/schema/tags.d.ts +2 -2
- package/node_modules/yaml/dist/schema/types.d.ts +8 -8
- package/node_modules/yaml/dist/schema/yaml-1.1/binary.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/binary.js +6 -5
- package/node_modules/yaml/dist/schema/yaml-1.1/bool.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/float.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/int.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/merge.d.ts +3 -3
- package/node_modules/yaml/dist/schema/yaml-1.1/omap.d.ts +11 -17
- package/node_modules/yaml/dist/schema/yaml-1.1/pairs.d.ts +7 -7
- package/node_modules/yaml/dist/schema/yaml-1.1/schema.d.ts +1 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/set.d.ts +9 -9
- package/node_modules/yaml/dist/schema/yaml-1.1/timestamp.d.ts +1 -1
- package/node_modules/yaml/dist/stringify/stringify.d.ts +3 -3
- package/node_modules/yaml/dist/stringify/stringifyCollection.d.ts +2 -2
- package/node_modules/yaml/dist/stringify/stringifyDocument.d.ts +3 -3
- package/node_modules/yaml/dist/stringify/stringifyNumber.d.ts +1 -1
- package/node_modules/yaml/dist/stringify/stringifyPair.d.ts +2 -2
- package/node_modules/yaml/dist/stringify/stringifyString.d.ts +2 -2
- package/node_modules/yaml/dist/util.d.ts +16 -12
- package/node_modules/yaml/dist/util.js +2 -2
- package/node_modules/yaml/dist/visit.d.ts +7 -7
- package/node_modules/yaml/package.json +4 -4
- package/package.json +1 -1
- package/node_modules/call-bind/.eslintignore +0 -1
- package/node_modules/call-bind/CHANGELOG.md +0 -93
- package/node_modules/call-bind/README.md +0 -64
- package/node_modules/call-bind/callBound.js +0 -15
- package/node_modules/call-bind/index.js +0 -35
- package/node_modules/call-bind/test/index.js +0 -80
- package/node_modules/define-data-property/.eslintrc +0 -24
- package/node_modules/define-data-property/CHANGELOG.md +0 -70
- package/node_modules/define-data-property/README.md +0 -67
- package/node_modules/define-data-property/index.d.ts +0 -12
- package/node_modules/define-data-property/index.js +0 -56
- package/node_modules/define-data-property/package.json +0 -106
- package/node_modules/define-data-property/test/index.js +0 -392
- package/node_modules/define-data-property/tsconfig.json +0 -59
- package/node_modules/has-property-descriptors/.eslintrc +0 -13
- package/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
- package/node_modules/has-property-descriptors/README.md +0 -43
- package/node_modules/has-property-descriptors/index.js +0 -22
- package/node_modules/has-property-descriptors/test/index.js +0 -57
- package/node_modules/has-proto/CHANGELOG.md +0 -38
- package/node_modules/has-proto/README.md +0 -38
- package/node_modules/has-proto/index.d.ts +0 -3
- package/node_modules/has-proto/index.js +0 -15
- package/node_modules/has-proto/test/index.js +0 -19
- package/node_modules/has-proto/tsconfig.json +0 -49
- package/node_modules/set-function-length/.eslintrc +0 -27
- package/node_modules/set-function-length/CHANGELOG.md +0 -70
- package/node_modules/set-function-length/LICENSE +0 -21
- package/node_modules/set-function-length/README.md +0 -56
- package/node_modules/set-function-length/env.d.ts +0 -9
- package/node_modules/set-function-length/env.js +0 -25
- package/node_modules/set-function-length/index.d.ts +0 -7
- package/node_modules/set-function-length/index.js +0 -42
- package/node_modules/set-function-length/package.json +0 -102
- /package/node_modules/{call-bind → call-bind-apply-helpers}/.eslintrc +0 -0
- /package/node_modules/{call-bind → call-bind-apply-helpers}/.nycrc +0 -0
- /package/node_modules/{has-property-descriptors → call-bound}/.nycrc +0 -0
- /package/node_modules/{set-function-length → call-bound}/tsconfig.json +0 -0
- /package/node_modules/{has-proto → dunder-proto}/.eslintrc +0 -0
- /package/node_modules/{define-data-property → dunder-proto}/.nycrc +0 -0
- /package/node_modules/{set-function-length → side-channel-list}/.nycrc +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "side-channel",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
7
|
-
"
|
|
8
|
-
".": "./
|
|
7
|
+
".": "./index.js",
|
|
8
|
+
"./package.json": "./package.json"
|
|
9
9
|
},
|
|
10
10
|
"types": "./index.d.ts",
|
|
11
11
|
"scripts": {
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
15
15
|
"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
|
|
16
16
|
"lint": "eslint --ext=js,mjs .",
|
|
17
|
-
"postlint": "tsc -p .",
|
|
17
|
+
"postlint": "tsc -p . && attw -P",
|
|
18
18
|
"pretest": "npm run lint",
|
|
19
19
|
"tests-only": "nyc tape 'test/**/*.js'",
|
|
20
20
|
"test": "npm run tests-only",
|
|
21
|
-
"posttest": "
|
|
21
|
+
"posttest": "npx npm@'>=10.2' audit --production",
|
|
22
22
|
"version": "auto-changelog && git add CHANGELOG.md",
|
|
23
23
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
24
24
|
},
|
|
@@ -42,29 +42,30 @@
|
|
|
42
42
|
"url": "https://github.com/ljharb/side-channel/issues"
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://github.com/ljharb/side-channel#readme",
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"es-errors": "^1.3.0",
|
|
47
|
+
"object-inspect": "^1.13.3",
|
|
48
|
+
"side-channel-list": "^1.0.0",
|
|
49
|
+
"side-channel-map": "^1.0.1",
|
|
50
|
+
"side-channel-weakmap": "^1.0.2"
|
|
51
|
+
},
|
|
45
52
|
"devDependencies": {
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@types/object-inspect": "^1.
|
|
50
|
-
"@types/tape": "^5.6.
|
|
51
|
-
"
|
|
52
|
-
"auto-changelog": "^2.4.0",
|
|
53
|
+
"@arethetypeswrong/cli": "^0.17.1",
|
|
54
|
+
"@ljharb/eslint-config": "^21.1.1",
|
|
55
|
+
"@ljharb/tsconfig": "^0.2.2",
|
|
56
|
+
"@types/object-inspect": "^1.13.0",
|
|
57
|
+
"@types/tape": "^5.6.5",
|
|
58
|
+
"auto-changelog": "^2.5.0",
|
|
53
59
|
"eclint": "^2.8.1",
|
|
60
|
+
"encoding": "^0.1.13",
|
|
54
61
|
"eslint": "=8.8.0",
|
|
55
62
|
"in-publish": "^2.0.1",
|
|
56
63
|
"npmignore": "^0.3.1",
|
|
57
64
|
"nyc": "^10.3.2",
|
|
58
65
|
"safe-publish-latest": "^2.0.0",
|
|
59
|
-
"tape": "^5.
|
|
66
|
+
"tape": "^5.9.0",
|
|
60
67
|
"typescript": "next"
|
|
61
68
|
},
|
|
62
|
-
"dependencies": {
|
|
63
|
-
"call-bind": "^1.0.7",
|
|
64
|
-
"es-errors": "^1.3.0",
|
|
65
|
-
"get-intrinsic": "^1.2.4",
|
|
66
|
-
"object-inspect": "^1.13.1"
|
|
67
|
-
},
|
|
68
69
|
"auto-changelog": {
|
|
69
70
|
"output": "CHANGELOG.md",
|
|
70
71
|
"template": "keepachangelog",
|
|
@@ -4,80 +4,101 @@ var test = require('tape');
|
|
|
4
4
|
|
|
5
5
|
var getSideChannel = require('../');
|
|
6
6
|
|
|
7
|
-
test('
|
|
8
|
-
t.
|
|
9
|
-
|
|
7
|
+
test('getSideChannel', function (t) {
|
|
8
|
+
t.test('export', function (st) {
|
|
9
|
+
st.equal(typeof getSideChannel, 'function', 'is a function');
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
t.ok(channel, 'is truthy');
|
|
13
|
-
t.equal(typeof channel, 'object', 'is an object');
|
|
11
|
+
st.equal(getSideChannel.length, 0, 'takes no arguments');
|
|
14
12
|
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
var channel = getSideChannel();
|
|
14
|
+
st.ok(channel, 'is truthy');
|
|
15
|
+
st.equal(typeof channel, 'object', 'is an object');
|
|
16
|
+
st.end();
|
|
17
|
+
});
|
|
17
18
|
|
|
18
|
-
test('assert', function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
t.test('assert', function (st) {
|
|
20
|
+
var channel = getSideChannel();
|
|
21
|
+
st['throws'](
|
|
22
|
+
function () { channel.assert({}); },
|
|
23
|
+
TypeError,
|
|
24
|
+
'nonexistent value throws'
|
|
25
|
+
);
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
var o = {};
|
|
28
|
+
channel.set(o, 'data');
|
|
29
|
+
st.doesNotThrow(function () { channel.assert(o); }, 'existent value noops');
|
|
29
30
|
|
|
30
|
-
|
|
31
|
-
});
|
|
31
|
+
st.end();
|
|
32
|
+
});
|
|
32
33
|
|
|
33
|
-
test('has', function (
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
t.test('has', function (st) {
|
|
35
|
+
var channel = getSideChannel();
|
|
36
|
+
/** @type {unknown[]} */ var o = [];
|
|
36
37
|
|
|
37
|
-
|
|
38
|
+
st.equal(channel.has(o), false, 'nonexistent value yields false');
|
|
38
39
|
|
|
39
|
-
|
|
40
|
-
|
|
40
|
+
channel.set(o, 'foo');
|
|
41
|
+
st.equal(channel.has(o), true, 'existent value yields true');
|
|
41
42
|
|
|
42
|
-
|
|
43
|
+
st.equal(channel.has('abc'), false, 'non object value non existent yields false');
|
|
43
44
|
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
channel.set('abc', 'foo');
|
|
46
|
+
st.equal(channel.has('abc'), true, 'non object value that exists yields true');
|
|
46
47
|
|
|
47
|
-
|
|
48
|
-
});
|
|
48
|
+
st.end();
|
|
49
|
+
});
|
|
49
50
|
|
|
50
|
-
test('get', function (
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
51
|
+
t.test('get', function (st) {
|
|
52
|
+
var channel = getSideChannel();
|
|
53
|
+
var o = {};
|
|
54
|
+
st.equal(channel.get(o), undefined, 'nonexistent value yields undefined');
|
|
54
55
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
var data = {};
|
|
57
|
+
channel.set(o, data);
|
|
58
|
+
st.equal(channel.get(o), data, '"get" yields data set by "set"');
|
|
58
59
|
|
|
59
|
-
|
|
60
|
-
});
|
|
60
|
+
st.end();
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
t.test('set', function (st) {
|
|
64
|
+
var channel = getSideChannel();
|
|
65
|
+
var o = function () {};
|
|
66
|
+
st.equal(channel.get(o), undefined, 'value not set');
|
|
67
|
+
|
|
68
|
+
channel.set(o, 42);
|
|
69
|
+
st.equal(channel.get(o), 42, 'value was set');
|
|
70
|
+
|
|
71
|
+
channel.set(o, Infinity);
|
|
72
|
+
st.equal(channel.get(o), Infinity, 'value was set again');
|
|
73
|
+
|
|
74
|
+
var o2 = {};
|
|
75
|
+
channel.set(o2, 17);
|
|
76
|
+
st.equal(channel.get(o), Infinity, 'o is not modified');
|
|
77
|
+
st.equal(channel.get(o2), 17, 'o2 is set');
|
|
78
|
+
|
|
79
|
+
channel.set(o, 14);
|
|
80
|
+
st.equal(channel.get(o), 14, 'o is modified');
|
|
81
|
+
st.equal(channel.get(o2), 17, 'o2 is not modified');
|
|
82
|
+
|
|
83
|
+
st.end();
|
|
84
|
+
});
|
|
85
|
+
|
|
86
|
+
t.test('delete', function (st) {
|
|
87
|
+
var channel = getSideChannel();
|
|
88
|
+
var o = {};
|
|
89
|
+
st.equal(channel['delete']({}), false, 'nonexistent value yields false');
|
|
61
90
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
var o = function () {};
|
|
65
|
-
t.equal(channel.get(o), undefined, 'value not set');
|
|
91
|
+
channel.set(o, 42);
|
|
92
|
+
st.equal(channel.has(o), true, 'value is set');
|
|
66
93
|
|
|
67
|
-
|
|
68
|
-
t.equal(channel.get(o), 42, 'value was set');
|
|
94
|
+
st.equal(channel['delete']({}), false, 'nonexistent value still yields false');
|
|
69
95
|
|
|
70
|
-
|
|
71
|
-
t.equal(channel.get(o), Infinity, 'value was set again');
|
|
96
|
+
st.equal(channel['delete'](o), true, 'deleted value yields true');
|
|
72
97
|
|
|
73
|
-
|
|
74
|
-
channel.set(o2, 17);
|
|
75
|
-
t.equal(channel.get(o), Infinity, 'o is not modified');
|
|
76
|
-
t.equal(channel.get(o2), 17, 'o2 is set');
|
|
98
|
+
st.equal(channel.has(o), false, 'value is no longer set');
|
|
77
99
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
t.equal(channel.get(o2), 17, 'o2 is not modified');
|
|
100
|
+
st.end();
|
|
101
|
+
});
|
|
81
102
|
|
|
82
103
|
t.end();
|
|
83
104
|
});
|
|
@@ -1,50 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
+
"extends": "@ljharb/tsconfig",
|
|
2
3
|
"compilerOptions": {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
/* Projects */
|
|
6
|
-
|
|
7
|
-
/* Language and Environment */
|
|
8
|
-
"target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
|
9
|
-
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
|
10
|
-
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
|
|
11
|
-
"useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
|
|
12
|
-
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
|
13
|
-
|
|
14
|
-
/* Modules */
|
|
15
|
-
"module": "commonjs", /* Specify what module code is generated. */
|
|
16
|
-
// "rootDir": "./", /* Specify the root folder within your source files. */
|
|
17
|
-
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
|
|
18
|
-
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
|
19
|
-
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
|
20
|
-
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
|
|
21
|
-
// "typeRoots": ["types"], /* Specify multiple folders that act like `./node_modules/@types`. */
|
|
22
|
-
"resolveJsonModule": true, /* Enable importing .json files. */
|
|
23
|
-
// "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
|
|
24
|
-
|
|
25
|
-
/* JavaScript Support */
|
|
26
|
-
"allowJs": true, /* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */
|
|
27
|
-
"checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
|
|
28
|
-
"maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */
|
|
29
|
-
|
|
30
|
-
/* Emit */
|
|
31
|
-
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
|
32
|
-
"declarationMap": true, /* Create sourcemaps for d.ts files. */
|
|
33
|
-
"noEmit": true, /* Disable emitting files from a compilation. */
|
|
34
|
-
|
|
35
|
-
/* Interop Constraints */
|
|
36
|
-
"allowSyntheticDefaultImports": true, /* Allow `import x from y` when a module doesn't have a default export. */
|
|
37
|
-
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */
|
|
38
|
-
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
|
|
39
|
-
|
|
40
|
-
/* Type Checking */
|
|
41
|
-
"strict": true, /* Enable all strict type-checking options. */
|
|
42
|
-
|
|
43
|
-
/* Completeness */
|
|
44
|
-
// "skipLibCheck": true /* Skip type checking all .d.ts files. */
|
|
4
|
+
"target": "es2021",
|
|
45
5
|
},
|
|
46
6
|
"exclude": [
|
|
47
7
|
"coverage",
|
|
48
|
-
"test/list-exports"
|
|
49
8
|
],
|
|
50
9
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# These are supported funding model platforms
|
|
2
|
+
|
|
3
|
+
github: [ljharb]
|
|
4
|
+
patreon: # Replace with a single Patreon username
|
|
5
|
+
open_collective: # Replace with a single Open Collective username
|
|
6
|
+
ko_fi: # Replace with a single Ko-fi username
|
|
7
|
+
tidelift: npm/side-channel-list
|
|
8
|
+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
+
liberapay: # Replace with a single Liberapay username
|
|
10
|
+
issuehunt: # Replace with a single IssueHunt username
|
|
11
|
+
otechie: # Replace with a single Otechie username
|
|
12
|
+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
|
+
|
|
8
|
+
## v1.0.0 - 2024-12-10
|
|
9
|
+
|
|
10
|
+
### Commits
|
|
11
|
+
|
|
12
|
+
- Initial implementation, tests, readme, types [`5d6baee`](https://github.com/ljharb/side-channel-list/commit/5d6baee5c9054a1238007f5a1dfc109a7a816251)
|
|
13
|
+
- Initial commit [`3ae784c`](https://github.com/ljharb/side-channel-list/commit/3ae784c63a47895fbaeed2a91ab54a8029a7a100)
|
|
14
|
+
- npm init [`07055a4`](https://github.com/ljharb/side-channel-list/commit/07055a4d139895565b199dba5fe2479c1a1b9e28)
|
|
15
|
+
- Only apps should have lockfiles [`9573058`](https://github.com/ljharb/side-channel-list/commit/9573058a47494e2d68f8c6c77b5d7fbe441949c1)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Jordan Harband
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# side-channel-list <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
|
|
2
|
+
|
|
3
|
+
[![github actions][actions-image]][actions-url]
|
|
4
|
+
[![coverage][codecov-image]][codecov-url]
|
|
5
|
+
[![License][license-image]][license-url]
|
|
6
|
+
[![Downloads][downloads-image]][downloads-url]
|
|
7
|
+
|
|
8
|
+
[![npm badge][npm-badge-png]][package-url]
|
|
9
|
+
|
|
10
|
+
Store information about any JS value in a side channel, using a linked list.
|
|
11
|
+
|
|
12
|
+
Warning: this implementation will leak memory until you `delete` the `key`.
|
|
13
|
+
Use [`side-channel`](https://npmjs.com/side-channel) for the best available strategy.
|
|
14
|
+
|
|
15
|
+
## Getting started
|
|
16
|
+
|
|
17
|
+
```sh
|
|
18
|
+
npm install --save side-channel-list
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## Usage/Examples
|
|
22
|
+
|
|
23
|
+
```js
|
|
24
|
+
const assert = require('assert');
|
|
25
|
+
const getSideChannelList = require('side-channel-list');
|
|
26
|
+
|
|
27
|
+
const channel = getSideChannelList();
|
|
28
|
+
|
|
29
|
+
const key = {};
|
|
30
|
+
assert.equal(channel.has(key), false);
|
|
31
|
+
assert.throws(() => channel.assert(key), TypeError);
|
|
32
|
+
|
|
33
|
+
channel.set(key, 42);
|
|
34
|
+
|
|
35
|
+
channel.assert(key); // does not throw
|
|
36
|
+
assert.equal(channel.has(key), true);
|
|
37
|
+
assert.equal(channel.get(key), 42);
|
|
38
|
+
|
|
39
|
+
channel.delete(key);
|
|
40
|
+
assert.equal(channel.has(key), false);
|
|
41
|
+
assert.throws(() => channel.assert(key), TypeError);
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Tests
|
|
45
|
+
|
|
46
|
+
Clone the repo, `npm install`, and run `npm test`
|
|
47
|
+
|
|
48
|
+
[package-url]: https://npmjs.org/package/side-channel-list
|
|
49
|
+
[npm-version-svg]: https://versionbadg.es/ljharb/side-channel-list.svg
|
|
50
|
+
[deps-svg]: https://david-dm.org/ljharb/side-channel-list.svg
|
|
51
|
+
[deps-url]: https://david-dm.org/ljharb/side-channel-list
|
|
52
|
+
[dev-deps-svg]: https://david-dm.org/ljharb/side-channel-list/dev-status.svg
|
|
53
|
+
[dev-deps-url]: https://david-dm.org/ljharb/side-channel-list#info=devDependencies
|
|
54
|
+
[npm-badge-png]: https://nodei.co/npm/side-channel-list.png?downloads=true&stars=true
|
|
55
|
+
[license-image]: https://img.shields.io/npm/l/side-channel-list.svg
|
|
56
|
+
[license-url]: LICENSE
|
|
57
|
+
[downloads-image]: https://img.shields.io/npm/dm/side-channel-list.svg
|
|
58
|
+
[downloads-url]: https://npm-stat.com/charts.html?package=side-channel-list
|
|
59
|
+
[codecov-image]: https://codecov.io/gh/ljharb/side-channel-list/branch/main/graphs/badge.svg
|
|
60
|
+
[codecov-url]: https://app.codecov.io/gh/ljharb/side-channel-list/
|
|
61
|
+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/side-channel-list
|
|
62
|
+
[actions-url]: https://github.com/ljharb/side-channel-list/actions
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare namespace getSideChannelList {
|
|
2
|
+
type Channel<K, V> = {
|
|
3
|
+
assert: (key: K) => void;
|
|
4
|
+
has: (key: K) => boolean;
|
|
5
|
+
get: (key: K) => V | undefined;
|
|
6
|
+
set: (key: K, value: V) => void;
|
|
7
|
+
delete: (key: K) => boolean;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
declare function getSideChannelList<V, K>(): getSideChannelList.Channel<K, V>;
|
|
12
|
+
|
|
13
|
+
export = getSideChannelList;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var inspect = require('object-inspect');
|
|
4
|
+
|
|
5
|
+
var $TypeError = require('es-errors/type');
|
|
6
|
+
|
|
7
|
+
/*
|
|
8
|
+
* This function traverses the list returning the node corresponding to the given key.
|
|
9
|
+
*
|
|
10
|
+
* That node is also moved to the head of the list, so that if it's accessed again we don't need to traverse the whole list.
|
|
11
|
+
* By doing so, all the recently used nodes can be accessed relatively quickly.
|
|
12
|
+
*/
|
|
13
|
+
/** @type {import('./list.d.ts').listGetNode} */
|
|
14
|
+
// eslint-disable-next-line consistent-return
|
|
15
|
+
var listGetNode = function (list, key, isDelete) {
|
|
16
|
+
/** @type {typeof list | NonNullable<(typeof list)['next']>} */
|
|
17
|
+
var prev = list;
|
|
18
|
+
/** @type {(typeof list)['next']} */
|
|
19
|
+
var curr;
|
|
20
|
+
// eslint-disable-next-line eqeqeq
|
|
21
|
+
for (; (curr = prev.next) != null; prev = curr) {
|
|
22
|
+
if (curr.key === key) {
|
|
23
|
+
prev.next = curr.next;
|
|
24
|
+
if (!isDelete) {
|
|
25
|
+
// eslint-disable-next-line no-extra-parens
|
|
26
|
+
curr.next = /** @type {NonNullable<typeof list.next>} */ (list.next);
|
|
27
|
+
list.next = curr; // eslint-disable-line no-param-reassign
|
|
28
|
+
}
|
|
29
|
+
return curr;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
/** @type {import('./list.d.ts').listGet} */
|
|
35
|
+
var listGet = function (objects, key) {
|
|
36
|
+
if (!objects) {
|
|
37
|
+
return void undefined;
|
|
38
|
+
}
|
|
39
|
+
var node = listGetNode(objects, key);
|
|
40
|
+
return node && node.value;
|
|
41
|
+
};
|
|
42
|
+
/** @type {import('./list.d.ts').listSet} */
|
|
43
|
+
var listSet = function (objects, key, value) {
|
|
44
|
+
var node = listGetNode(objects, key);
|
|
45
|
+
if (node) {
|
|
46
|
+
node.value = value;
|
|
47
|
+
} else {
|
|
48
|
+
// Prepend the new node to the beginning of the list
|
|
49
|
+
objects.next = /** @type {import('./list.d.ts').ListNode<typeof value, typeof key>} */ ({ // eslint-disable-line no-param-reassign, no-extra-parens
|
|
50
|
+
key: key,
|
|
51
|
+
next: objects.next,
|
|
52
|
+
value: value
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
/** @type {import('./list.d.ts').listHas} */
|
|
57
|
+
var listHas = function (objects, key) {
|
|
58
|
+
if (!objects) {
|
|
59
|
+
return false;
|
|
60
|
+
}
|
|
61
|
+
return !!listGetNode(objects, key);
|
|
62
|
+
};
|
|
63
|
+
/** @type {import('./list.d.ts').listDelete} */
|
|
64
|
+
// eslint-disable-next-line consistent-return
|
|
65
|
+
var listDelete = function (objects, key) {
|
|
66
|
+
if (objects) {
|
|
67
|
+
return listGetNode(objects, key, true);
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
/** @type {import('.')} */
|
|
72
|
+
module.exports = function getSideChannelList() {
|
|
73
|
+
/** @typedef {ReturnType<typeof getSideChannelList>} Channel */
|
|
74
|
+
/** @typedef {Parameters<Channel['get']>[0]} K */
|
|
75
|
+
/** @typedef {Parameters<Channel['set']>[1]} V */
|
|
76
|
+
|
|
77
|
+
/** @type {import('./list.d.ts').RootNode<V, K> | undefined} */ var $o;
|
|
78
|
+
|
|
79
|
+
/** @type {Channel} */
|
|
80
|
+
var channel = {
|
|
81
|
+
assert: function (key) {
|
|
82
|
+
if (!channel.has(key)) {
|
|
83
|
+
throw new $TypeError('Side channel does not contain ' + inspect(key));
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
'delete': function (key) {
|
|
87
|
+
var root = $o && $o.next;
|
|
88
|
+
var deletedNode = listDelete($o, key);
|
|
89
|
+
if (deletedNode && root && root === deletedNode) {
|
|
90
|
+
$o = void undefined;
|
|
91
|
+
}
|
|
92
|
+
return !!deletedNode;
|
|
93
|
+
},
|
|
94
|
+
get: function (key) {
|
|
95
|
+
return listGet($o, key);
|
|
96
|
+
},
|
|
97
|
+
has: function (key) {
|
|
98
|
+
return listHas($o, key);
|
|
99
|
+
},
|
|
100
|
+
set: function (key, value) {
|
|
101
|
+
if (!$o) {
|
|
102
|
+
// Initialize the linked list as an empty node, so that we don't have to special-case handling of the first node: we can always refer to it as (previous node).next, instead of something like (list).head
|
|
103
|
+
$o = {
|
|
104
|
+
next: void undefined
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
// eslint-disable-next-line no-extra-parens
|
|
108
|
+
listSet(/** @type {NonNullable<typeof $o>} */ ($o), key, value);
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
// @ts-expect-error TODO: figure out why this is erroring
|
|
112
|
+
return channel;
|
|
113
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
type ListNode<T, K> = {
|
|
2
|
+
key: K;
|
|
3
|
+
next: undefined | ListNode<T, K>;
|
|
4
|
+
value: T;
|
|
5
|
+
};
|
|
6
|
+
type RootNode<T, K> = {
|
|
7
|
+
next: undefined | ListNode<T, K>;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export function listGetNode<T, K>(list: RootNode<T, K>, key: ListNode<T, K>['key'], isDelete?: boolean): ListNode<T, K> | undefined;
|
|
11
|
+
export function listGet<T, K>(objects: undefined | RootNode<T, K>, key: ListNode<T, K>['key']): T | undefined;
|
|
12
|
+
export function listSet<T, K>(objects: RootNode<T, K>, key: ListNode<T, K>['key'], value: T): void;
|
|
13
|
+
export function listHas<T, K>(objects: undefined | RootNode<T, K>, key: ListNode<T, K>['key']): boolean;
|
|
14
|
+
export function listDelete<T, K>(objects: undefined | RootNode<T, K>, key: ListNode<T, K>['key']): ListNode<T, K> | undefined;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "side-channel-list",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Store information about any JS value in a side channel, using a linked list",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": "./index.js",
|
|
8
|
+
"./package.json": "./package.json"
|
|
9
|
+
},
|
|
10
|
+
"types": "./index.d.ts",
|
|
11
|
+
"scripts": {
|
|
12
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
13
|
+
"prepublishOnly": "safe-publish-latest",
|
|
14
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
15
|
+
"prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
|
|
16
|
+
"lint": "eslint --ext=js,mjs .",
|
|
17
|
+
"postlint": "tsc -p . && attw -P",
|
|
18
|
+
"pretest": "npm run lint",
|
|
19
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
20
|
+
"test": "npm run tests-only",
|
|
21
|
+
"posttest": "npx npm@'>= 10.2' audit --production",
|
|
22
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
23
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
24
|
+
},
|
|
25
|
+
"repository": {
|
|
26
|
+
"type": "git",
|
|
27
|
+
"url": "git+https://github.com/ljharb/side-channel-list.git"
|
|
28
|
+
},
|
|
29
|
+
"keywords": [],
|
|
30
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
31
|
+
"funding": {
|
|
32
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
33
|
+
},
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": "https://github.com/ljharb/side-channel-list/issues"
|
|
37
|
+
},
|
|
38
|
+
"homepage": "https://github.com/ljharb/side-channel-list#readme",
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"es-errors": "^1.3.0",
|
|
41
|
+
"object-inspect": "^1.13.3"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@arethetypeswrong/cli": "^0.17.1",
|
|
45
|
+
"@ljharb/eslint-config": "^21.1.1",
|
|
46
|
+
"@ljharb/tsconfig": "^0.2.2",
|
|
47
|
+
"@types/object-inspect": "^1.13.0",
|
|
48
|
+
"@types/tape": "^5.6.5",
|
|
49
|
+
"auto-changelog": "^2.5.0",
|
|
50
|
+
"eclint": "^2.8.1",
|
|
51
|
+
"encoding": "^0.1.13",
|
|
52
|
+
"eslint": "=8.8.0",
|
|
53
|
+
"evalmd": "^0.0.19",
|
|
54
|
+
"in-publish": "^2.0.1",
|
|
55
|
+
"npmignore": "^0.3.1",
|
|
56
|
+
"nyc": "^10.3.2",
|
|
57
|
+
"safe-publish-latest": "^2.0.0",
|
|
58
|
+
"tape": "^5.9.0",
|
|
59
|
+
"typescript": "next"
|
|
60
|
+
},
|
|
61
|
+
"auto-changelog": {
|
|
62
|
+
"output": "CHANGELOG.md",
|
|
63
|
+
"template": "keepachangelog",
|
|
64
|
+
"unreleased": false,
|
|
65
|
+
"commitLimit": false,
|
|
66
|
+
"backfillLimit": false,
|
|
67
|
+
"hideCredit": true
|
|
68
|
+
},
|
|
69
|
+
"publishConfig": {
|
|
70
|
+
"ignore": [
|
|
71
|
+
".github/workflows"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"engines": {
|
|
75
|
+
"node": ">= 0.4"
|
|
76
|
+
}
|
|
77
|
+
}
|