step-node-agent 3.26.3 → 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 +75 -31
- package/node_modules/psl/SECURITY.md +13 -0
- package/node_modules/psl/data/rules.js +9778 -0
- package/node_modules/psl/dist/psl.cjs +1 -0
- package/node_modules/psl/dist/psl.mjs +10008 -0
- package/node_modules/psl/dist/psl.umd.cjs +1 -0
- package/node_modules/psl/index.js +59 -81
- package/node_modules/psl/package.json +24 -15
- package/node_modules/psl/types/index.d.ts +52 -0
- package/node_modules/psl/types/test.ts +14 -0
- package/node_modules/psl/types/tsconfig.json +22 -0
- package/node_modules/psl/vite.config.js +20 -0
- 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/json/schema.js +1 -1
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +2 -11
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +1 -1
- package/node_modules/yaml/browser/dist/stringify/stringifyString.js +20 -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/json/schema.js +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/schema/yaml-1.1/timestamp.js +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/stringify/stringifyString.js +20 -11
- 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/psl/browserstack.yml +0 -73
- package/node_modules/psl/data/rules.json +0 -9779
- package/node_modules/psl/dist/psl.js +0 -10498
- package/node_modules/psl/dist/psl.min.js +0 -1
- package/node_modules/psl/eslint.config.js +0 -9
- package/node_modules/psl/local.log +0 -12
- package/node_modules/psl/log/usage.log +0 -20
- package/node_modules/psl/playwright.config.js +0 -31
- package/node_modules/psl/test-results/.last-run.json +0 -4
- 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
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# get-proto <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
|
+
Robustly get the [[Prototype]] of an object. Uses the best available method.
|
|
11
|
+
|
|
12
|
+
## Getting started
|
|
13
|
+
|
|
14
|
+
```sh
|
|
15
|
+
npm install --save get-proto
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Usage/Examples
|
|
19
|
+
|
|
20
|
+
```js
|
|
21
|
+
const assert = require('assert');
|
|
22
|
+
const getProto = require('get-proto');
|
|
23
|
+
|
|
24
|
+
const a = { a: 1, b: 2, [Symbol.toStringTag]: 'foo' };
|
|
25
|
+
const b = { c: 3, __proto__: a };
|
|
26
|
+
|
|
27
|
+
assert.equal(getProto(b), a);
|
|
28
|
+
assert.equal(getProto(a), Object.prototype);
|
|
29
|
+
assert.equal(getProto({ __proto__: null }), null);
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Tests
|
|
33
|
+
|
|
34
|
+
Clone the repo, `npm install`, and run `npm test`
|
|
35
|
+
|
|
36
|
+
[package-url]: https://npmjs.org/package/get-proto
|
|
37
|
+
[npm-version-svg]: https://versionbadg.es/ljharb/get-proto.svg
|
|
38
|
+
[deps-svg]: https://david-dm.org/ljharb/get-proto.svg
|
|
39
|
+
[deps-url]: https://david-dm.org/ljharb/get-proto
|
|
40
|
+
[dev-deps-svg]: https://david-dm.org/ljharb/get-proto/dev-status.svg
|
|
41
|
+
[dev-deps-url]: https://david-dm.org/ljharb/get-proto#info=devDependencies
|
|
42
|
+
[npm-badge-png]: https://nodei.co/npm/get-proto.png?downloads=true&stars=true
|
|
43
|
+
[license-image]: https://img.shields.io/npm/l/get-proto.svg
|
|
44
|
+
[license-url]: LICENSE
|
|
45
|
+
[downloads-image]: https://img.shields.io/npm/dm/get-proto.svg
|
|
46
|
+
[downloads-url]: https://npm-stat.com/charts.html?package=get-proto
|
|
47
|
+
[codecov-image]: https://codecov.io/gh/ljharb/get-proto/branch/main/graphs/badge.svg
|
|
48
|
+
[codecov-url]: https://app.codecov.io/gh/ljharb/get-proto/
|
|
49
|
+
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/get-proto
|
|
50
|
+
[actions-url]: https://github.com/ljharb/get-proto/actions
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var reflectGetProto = require('./Reflect.getPrototypeOf');
|
|
4
|
+
var originalGetProto = require('./Object.getPrototypeOf');
|
|
5
|
+
|
|
6
|
+
var getDunderProto = require('dunder-proto/get');
|
|
7
|
+
|
|
8
|
+
/** @type {import('.')} */
|
|
9
|
+
module.exports = reflectGetProto
|
|
10
|
+
? function getProto(O) {
|
|
11
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
12
|
+
return reflectGetProto(O);
|
|
13
|
+
}
|
|
14
|
+
: originalGetProto
|
|
15
|
+
? function getProto(O) {
|
|
16
|
+
if (!O || (typeof O !== 'object' && typeof O !== 'function')) {
|
|
17
|
+
throw new TypeError('getProto: not an object');
|
|
18
|
+
}
|
|
19
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
20
|
+
return originalGetProto(O);
|
|
21
|
+
}
|
|
22
|
+
: getDunderProto
|
|
23
|
+
? function getProto(O) {
|
|
24
|
+
// @ts-expect-error TS can't narrow inside a closure, for some reason
|
|
25
|
+
return getDunderProto(O);
|
|
26
|
+
}
|
|
27
|
+
: null;
|
|
@@ -1,65 +1,66 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
2
|
+
"name": "get-proto",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Robustly get the [[Prototype]] of an object",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./index.js",
|
|
8
|
+
"./Reflect.getPrototypeOf": "./Reflect.getPrototypeOf.js",
|
|
9
|
+
"./Object.getPrototypeOf": "./Object.getPrototypeOf.js",
|
|
8
10
|
"./package.json": "./package.json"
|
|
9
11
|
},
|
|
10
|
-
"sideEffects": false,
|
|
11
12
|
"scripts": {
|
|
12
13
|
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
13
|
-
"prepublishOnly": "safe-publish-latest",
|
|
14
14
|
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
15
|
-
"
|
|
15
|
+
"prepublishOnly": "safe-publish-latest",
|
|
16
|
+
"pretest": "npm run --silent lint",
|
|
17
|
+
"test": "npm run tests-only",
|
|
18
|
+
"posttest": "npx npm@\">=10.2\" audit --production",
|
|
19
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
16
20
|
"prelint": "evalmd README.md",
|
|
17
21
|
"lint": "eslint --ext=js,mjs .",
|
|
18
|
-
"
|
|
19
|
-
"test": "npm run tests-only",
|
|
20
|
-
"posttest": "aud --production",
|
|
22
|
+
"postlint": "tsc && attw -P",
|
|
21
23
|
"version": "auto-changelog && git add CHANGELOG.md",
|
|
22
24
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
23
25
|
},
|
|
24
26
|
"repository": {
|
|
25
27
|
"type": "git",
|
|
26
|
-
"url": "git+https://github.com/
|
|
28
|
+
"url": "git+https://github.com/ljharb/get-proto.git"
|
|
27
29
|
},
|
|
28
30
|
"keywords": [
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"defineProperty",
|
|
35
|
-
"getOwnPropertyDescriptor"
|
|
31
|
+
"get",
|
|
32
|
+
"proto",
|
|
33
|
+
"prototype",
|
|
34
|
+
"getPrototypeOf",
|
|
35
|
+
"[[Prototype]]"
|
|
36
36
|
],
|
|
37
37
|
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
38
|
-
"funding": {
|
|
39
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
40
|
-
},
|
|
41
38
|
"license": "MIT",
|
|
42
39
|
"bugs": {
|
|
43
|
-
"url": "https://github.com/
|
|
40
|
+
"url": "https://github.com/ljharb/get-proto/issues"
|
|
41
|
+
},
|
|
42
|
+
"homepage": "https://github.com/ljharb/get-proto#readme",
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"dunder-proto": "^1.0.1",
|
|
45
|
+
"es-object-atoms": "^1.0.0"
|
|
44
46
|
},
|
|
45
|
-
"homepage": "https://github.com/inspect-js/has-property-descriptors#readme",
|
|
46
47
|
"devDependencies": {
|
|
47
|
-
"@
|
|
48
|
-
"
|
|
49
|
-
"
|
|
48
|
+
"@arethetypeswrong/cli": "^0.17.2",
|
|
49
|
+
"@ljharb/eslint-config": "^21.1.1",
|
|
50
|
+
"@ljharb/tsconfig": "^0.2.3",
|
|
51
|
+
"@types/tape": "^5.8.0",
|
|
52
|
+
"auto-changelog": "^2.5.0",
|
|
50
53
|
"eslint": "=8.8.0",
|
|
51
54
|
"evalmd": "^0.0.19",
|
|
52
55
|
"in-publish": "^2.0.1",
|
|
53
56
|
"npmignore": "^0.3.1",
|
|
54
57
|
"nyc": "^10.3.2",
|
|
55
58
|
"safe-publish-latest": "^2.0.0",
|
|
56
|
-
"tape": "^5.
|
|
57
|
-
|
|
58
|
-
"dependencies": {
|
|
59
|
-
"es-define-property": "^1.0.0"
|
|
59
|
+
"tape": "^5.9.0",
|
|
60
|
+
"typescript": "next"
|
|
60
61
|
},
|
|
61
|
-
"
|
|
62
|
-
"
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">= 0.4"
|
|
63
64
|
},
|
|
64
65
|
"auto-changelog": {
|
|
65
66
|
"output": "CHANGELOG.md",
|
|
@@ -73,5 +74,8 @@
|
|
|
73
74
|
"ignore": [
|
|
74
75
|
".github/workflows"
|
|
75
76
|
]
|
|
77
|
+
},
|
|
78
|
+
"testling": {
|
|
79
|
+
"files": "test/index.js"
|
|
76
80
|
}
|
|
77
81
|
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var test = require('tape');
|
|
4
|
+
|
|
5
|
+
var getProto = require('../');
|
|
6
|
+
|
|
7
|
+
test('getProto', function (t) {
|
|
8
|
+
t.equal(typeof getProto, 'function', 'is a function');
|
|
9
|
+
|
|
10
|
+
t.test('can get', { skip: !getProto }, function (st) {
|
|
11
|
+
if (getProto) { // TS doesn't understand tape's skip
|
|
12
|
+
var proto = { b: 2 };
|
|
13
|
+
st.equal(getProto(proto), Object.prototype, 'proto: returns the [[Prototype]]');
|
|
14
|
+
|
|
15
|
+
st.test('nullish value', function (s2t) {
|
|
16
|
+
// @ts-expect-error
|
|
17
|
+
s2t['throws'](function () { return getProto(undefined); }, TypeError, 'undefined is not an object');
|
|
18
|
+
// @ts-expect-error
|
|
19
|
+
s2t['throws'](function () { return getProto(null); }, TypeError, 'null is not an object');
|
|
20
|
+
s2t.end();
|
|
21
|
+
});
|
|
22
|
+
|
|
23
|
+
// @ts-expect-error
|
|
24
|
+
st['throws'](function () { getProto(true); }, 'throws for true');
|
|
25
|
+
// @ts-expect-error
|
|
26
|
+
st['throws'](function () { getProto(false); }, 'throws for false');
|
|
27
|
+
// @ts-expect-error
|
|
28
|
+
st['throws'](function () { getProto(42); }, 'throws for 42');
|
|
29
|
+
// @ts-expect-error
|
|
30
|
+
st['throws'](function () { getProto(NaN); }, 'throws for NaN');
|
|
31
|
+
// @ts-expect-error
|
|
32
|
+
st['throws'](function () { getProto(0); }, 'throws for +0');
|
|
33
|
+
// @ts-expect-error
|
|
34
|
+
st['throws'](function () { getProto(-0); }, 'throws for -0');
|
|
35
|
+
// @ts-expect-error
|
|
36
|
+
st['throws'](function () { getProto(Infinity); }, 'throws for ∞');
|
|
37
|
+
// @ts-expect-error
|
|
38
|
+
st['throws'](function () { getProto(-Infinity); }, 'throws for -∞');
|
|
39
|
+
// @ts-expect-error
|
|
40
|
+
st['throws'](function () { getProto(''); }, 'throws for empty string');
|
|
41
|
+
// @ts-expect-error
|
|
42
|
+
st['throws'](function () { getProto('foo'); }, 'throws for non-empty string');
|
|
43
|
+
st.equal(getProto(/a/g), RegExp.prototype);
|
|
44
|
+
st.equal(getProto(new Date()), Date.prototype);
|
|
45
|
+
st.equal(getProto(function () {}), Function.prototype);
|
|
46
|
+
st.equal(getProto([]), Array.prototype);
|
|
47
|
+
st.equal(getProto({}), Object.prototype);
|
|
48
|
+
|
|
49
|
+
var nullObject = { __proto__: null };
|
|
50
|
+
if ('toString' in nullObject) {
|
|
51
|
+
st.comment('no null objects in this engine');
|
|
52
|
+
st.equal(getProto(nullObject), Object.prototype, '"null" object has Object.prototype as [[Prototype]]');
|
|
53
|
+
} else {
|
|
54
|
+
st.equal(getProto(nullObject), null, 'null object has null [[Prototype]]');
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
st.end();
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
t.test('can not get', { skip: !!getProto }, function (st) {
|
|
62
|
+
st.equal(getProto, null);
|
|
63
|
+
|
|
64
|
+
st.end();
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
t.end();
|
|
68
|
+
});
|
|
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [v1.2.0](https://github.com/ljharb/gopd/compare/v1.1.0...v1.2.0) - 2024-12-03
|
|
9
|
+
|
|
10
|
+
### Commits
|
|
11
|
+
|
|
12
|
+
- [New] add `gOPD` entry point; remove `get-intrinsic` [`5b61232`](https://github.com/ljharb/gopd/commit/5b61232dedea4591a314bcf16101b1961cee024e)
|
|
13
|
+
|
|
14
|
+
## [v1.1.0](https://github.com/ljharb/gopd/compare/v1.0.1...v1.1.0) - 2024-11-29
|
|
15
|
+
|
|
16
|
+
### Commits
|
|
17
|
+
|
|
18
|
+
- [New] add types [`f585e39`](https://github.com/ljharb/gopd/commit/f585e397886d270e4ba84e53d226e4f9ca2eb0e6)
|
|
19
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `tape` [`0b8e4fd`](https://github.com/ljharb/gopd/commit/0b8e4fded64397a7726a9daa144a6cc9a5e2edfa)
|
|
20
|
+
- [Dev Deps] update `aud`, `npmignore`, `tape` [`48378b2`](https://github.com/ljharb/gopd/commit/48378b2443f09a4f7efbd0fb6c3ee845a6cabcf3)
|
|
21
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`78099ee`](https://github.com/ljharb/gopd/commit/78099eeed41bfdc134c912280483689cc8861c31)
|
|
22
|
+
- [Tests] replace `aud` with `npm audit` [`4e0d0ac`](https://github.com/ljharb/gopd/commit/4e0d0ac47619d24a75318a8e1f543ee04b2a2632)
|
|
23
|
+
- [meta] add missing `engines.node` [`1443316`](https://github.com/ljharb/gopd/commit/14433165d07835c680155b3dfd62d9217d735eca)
|
|
24
|
+
- [Deps] update `get-intrinsic` [`eee5f51`](https://github.com/ljharb/gopd/commit/eee5f51769f3dbaf578b70e2a3199116b01aa670)
|
|
25
|
+
- [Deps] update `get-intrinsic` [`550c378`](https://github.com/ljharb/gopd/commit/550c3780e3a9c77b62565712a001b4ed64ea61f5)
|
|
26
|
+
- [Dev Deps] add missing peer dep [`8c2ecf8`](https://github.com/ljharb/gopd/commit/8c2ecf848122e4e30abfc5b5086fb48b390dce75)
|
|
27
|
+
|
|
8
28
|
## [v1.0.1](https://github.com/ljharb/gopd/compare/v1.0.0...v1.0.1) - 2022-11-01
|
|
9
29
|
|
|
10
30
|
### Commits
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export = Object.getOwnPropertyDescriptor;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gopd",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": "./index.js",
|
|
8
|
+
"./gOPD": "./gOPD.js",
|
|
8
9
|
"./package.json": "./package.json"
|
|
9
10
|
},
|
|
10
11
|
"sideEffects": false,
|
|
@@ -12,12 +13,13 @@
|
|
|
12
13
|
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
13
14
|
"prepublishOnly": "safe-publish-latest",
|
|
14
15
|
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
16
|
+
"prelint": "tsc -p . && attw -P",
|
|
15
17
|
"lint": "eslint --ext=js,mjs .",
|
|
16
18
|
"postlint": "evalmd README.md",
|
|
17
19
|
"pretest": "npm run lint",
|
|
18
20
|
"tests-only": "tape 'test/**/*.js'",
|
|
19
21
|
"test": "npm run tests-only",
|
|
20
|
-
"posttest": "
|
|
22
|
+
"posttest": "npx npm@'>=10.2' audit --production",
|
|
21
23
|
"version": "auto-changelog && git add CHANGELOG.md",
|
|
22
24
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
23
25
|
},
|
|
@@ -41,19 +43,20 @@
|
|
|
41
43
|
"url": "https://github.com/ljharb/gopd/issues"
|
|
42
44
|
},
|
|
43
45
|
"homepage": "https://github.com/ljharb/gopd#readme",
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"get-intrinsic": "^1.1.3"
|
|
46
|
-
},
|
|
47
46
|
"devDependencies": {
|
|
48
|
-
"@
|
|
49
|
-
"
|
|
50
|
-
"
|
|
47
|
+
"@arethetypeswrong/cli": "^0.17.0",
|
|
48
|
+
"@ljharb/eslint-config": "^21.1.1",
|
|
49
|
+
"@ljharb/tsconfig": "^0.2.0",
|
|
50
|
+
"@types/tape": "^5.6.5",
|
|
51
|
+
"auto-changelog": "^2.5.0",
|
|
52
|
+
"encoding": "^0.1.13",
|
|
51
53
|
"eslint": "=8.8.0",
|
|
52
54
|
"evalmd": "^0.0.19",
|
|
53
55
|
"in-publish": "^2.0.1",
|
|
54
|
-
"npmignore": "^0.3.
|
|
56
|
+
"npmignore": "^0.3.1",
|
|
55
57
|
"safe-publish-latest": "^2.0.0",
|
|
56
|
-
"tape": "^5.
|
|
58
|
+
"tape": "^5.9.0",
|
|
59
|
+
"typescript": "next"
|
|
57
60
|
},
|
|
58
61
|
"auto-changelog": {
|
|
59
62
|
"output": "CHANGELOG.md",
|
|
@@ -67,5 +70,8 @@
|
|
|
67
70
|
"ignore": [
|
|
68
71
|
".github/workflows"
|
|
69
72
|
]
|
|
73
|
+
},
|
|
74
|
+
"engines": {
|
|
75
|
+
"node": ">= 0.4"
|
|
70
76
|
}
|
|
71
77
|
}
|
|
@@ -10,6 +10,7 @@ test('gOPD', function (t) {
|
|
|
10
10
|
var obj = { x: 1 };
|
|
11
11
|
st.ok('x' in obj, 'property exists');
|
|
12
12
|
|
|
13
|
+
// @ts-expect-error TS can't figure out narrowing from `skip`
|
|
13
14
|
var desc = gOPD(obj, 'x');
|
|
14
15
|
st.deepEqual(
|
|
15
16
|
desc,
|
|
@@ -25,7 +26,7 @@ test('gOPD', function (t) {
|
|
|
25
26
|
st.end();
|
|
26
27
|
});
|
|
27
28
|
|
|
28
|
-
t.test('not supported', { skip: gOPD }, function (st) {
|
|
29
|
+
t.test('not supported', { skip: !!gOPD }, function (st) {
|
|
29
30
|
st.notOk(gOPD, 'is falsy');
|
|
30
31
|
|
|
31
32
|
st.end();
|
|
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [v1.1.0](https://github.com/inspect-js/has-symbols/compare/v1.0.3...v1.1.0) - 2024-12-02
|
|
9
|
+
|
|
10
|
+
### Commits
|
|
11
|
+
|
|
12
|
+
- [actions] update workflows [`548c0bf`](https://github.com/inspect-js/has-symbols/commit/548c0bf8c9b1235458df7a1c0490b0064647a282)
|
|
13
|
+
- [actions] further shard; update action deps [`bec56bb`](https://github.com/inspect-js/has-symbols/commit/bec56bb0fb44b43a786686b944875a3175cf3ff3)
|
|
14
|
+
- [meta] use `npmignore` to autogenerate an npmignore file [`ac81032`](https://github.com/inspect-js/has-symbols/commit/ac81032809157e0a079e5264e9ce9b6f1275777e)
|
|
15
|
+
- [New] add types [`6469cbf`](https://github.com/inspect-js/has-symbols/commit/6469cbff1866cfe367b2b3d181d9296ec14b2a3d)
|
|
16
|
+
- [actions] update rebase action to use reusable workflow [`9c9d4d0`](https://github.com/inspect-js/has-symbols/commit/9c9d4d0d8938e4b267acdf8e421f4e92d1716d72)
|
|
17
|
+
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `tape` [`adb5887`](https://github.com/inspect-js/has-symbols/commit/adb5887ca9444849b08beb5caaa9e1d42320cdfb)
|
|
18
|
+
- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`13ec198`](https://github.com/inspect-js/has-symbols/commit/13ec198ec80f1993a87710af1606a1970b22c7cb)
|
|
19
|
+
- [Dev Deps] update `auto-changelog`, `core-js`, `tape` [`941be52`](https://github.com/inspect-js/has-symbols/commit/941be5248387cab1da72509b22acf3fdb223f057)
|
|
20
|
+
- [Tests] replace `aud` with `npm audit` [`74f49e9`](https://github.com/inspect-js/has-symbols/commit/74f49e9a9d17a443020784234a1c53ce765b3559)
|
|
21
|
+
- [Dev Deps] update `npmignore` [`9c0ac04`](https://github.com/inspect-js/has-symbols/commit/9c0ac0452a834f4c2a4b54044f2d6a89f17e9a70)
|
|
22
|
+
- [Dev Deps] add missing peer dep [`52337a5`](https://github.com/inspect-js/has-symbols/commit/52337a5621cced61f846f2afdab7707a8132cc12)
|
|
23
|
+
|
|
8
24
|
## [v1.0.3](https://github.com/inspect-js/has-symbols/compare/v1.0.2...v1.0.3) - 2022-03-01
|
|
9
25
|
|
|
10
26
|
### Commits
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
|
|
4
4
|
var hasSymbolSham = require('./shams');
|
|
5
5
|
|
|
6
|
+
/** @type {import('.')} */
|
|
6
7
|
module.exports = function hasNativeSymbols() {
|
|
7
8
|
if (typeof origSymbol !== 'function') { return false; }
|
|
8
9
|
if (typeof Symbol !== 'function') { return false; }
|
|
@@ -1,21 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "has-symbols",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
7
8
|
"prepublishOnly": "safe-publish-latest",
|
|
8
9
|
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
9
10
|
"pretest": "npm run --silent lint",
|
|
10
11
|
"test": "npm run tests-only",
|
|
11
|
-
"posttest": "
|
|
12
|
-
"tests-only": "npm run test:stock && npm run test:
|
|
12
|
+
"posttest": "npx npm@'>=10.2' audit --production",
|
|
13
|
+
"tests-only": "npm run test:stock && npm run test:shams",
|
|
13
14
|
"test:stock": "nyc node test",
|
|
14
15
|
"test:staging": "nyc node --harmony --es-staging test",
|
|
15
16
|
"test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
|
|
16
17
|
"test:shams:corejs": "nyc node test/shams/core-js.js",
|
|
17
18
|
"test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
|
|
18
19
|
"lint": "eslint --ext=js,mjs .",
|
|
20
|
+
"postlint": "tsc -p . && attw -P",
|
|
19
21
|
"version": "auto-changelog && git add CHANGELOG.md",
|
|
20
22
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
21
23
|
},
|
|
@@ -54,15 +56,22 @@
|
|
|
54
56
|
},
|
|
55
57
|
"homepage": "https://github.com/ljharb/has-symbols#readme",
|
|
56
58
|
"devDependencies": {
|
|
57
|
-
"@
|
|
58
|
-
"
|
|
59
|
-
"
|
|
59
|
+
"@arethetypeswrong/cli": "^0.17.0",
|
|
60
|
+
"@ljharb/eslint-config": "^21.1.1",
|
|
61
|
+
"@ljharb/tsconfig": "^0.2.0",
|
|
62
|
+
"@types/core-js": "^2.5.8",
|
|
63
|
+
"@types/tape": "^5.6.5",
|
|
64
|
+
"auto-changelog": "^2.5.0",
|
|
60
65
|
"core-js": "^2.6.12",
|
|
66
|
+
"encoding": "^0.1.13",
|
|
61
67
|
"eslint": "=8.8.0",
|
|
62
68
|
"get-own-property-symbols": "^0.9.5",
|
|
69
|
+
"in-publish": "^2.0.1",
|
|
70
|
+
"npmignore": "^0.3.1",
|
|
63
71
|
"nyc": "^10.3.2",
|
|
64
72
|
"safe-publish-latest": "^2.0.0",
|
|
65
|
-
"tape": "^5.
|
|
73
|
+
"tape": "^5.9.0",
|
|
74
|
+
"typescript": "next"
|
|
66
75
|
},
|
|
67
76
|
"testling": {
|
|
68
77
|
"files": "test/index.js",
|
|
@@ -93,9 +102,10 @@
|
|
|
93
102
|
"backfillLimit": false,
|
|
94
103
|
"hideCredit": true
|
|
95
104
|
},
|
|
96
|
-
"
|
|
105
|
+
"publishConfig": {
|
|
97
106
|
"ignore": [
|
|
98
|
-
"
|
|
107
|
+
".github/workflows",
|
|
108
|
+
"types"
|
|
99
109
|
]
|
|
100
110
|
}
|
|
101
111
|
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
/** @type {import('./shams')} */
|
|
3
4
|
/* eslint complexity: [2, 18], max-statements: [2, 33] */
|
|
4
5
|
module.exports = function hasSymbols() {
|
|
5
6
|
if (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }
|
|
6
7
|
if (typeof Symbol.iterator === 'symbol') { return true; }
|
|
7
8
|
|
|
9
|
+
/** @type {{ [k in symbol]?: unknown }} */
|
|
8
10
|
var obj = {};
|
|
9
11
|
var sym = Symbol('test');
|
|
10
12
|
var symObj = Object(sym);
|
|
@@ -23,7 +25,7 @@ module.exports = function hasSymbols() {
|
|
|
23
25
|
|
|
24
26
|
var symVal = 42;
|
|
25
27
|
obj[sym] = symVal;
|
|
26
|
-
for (
|
|
28
|
+
for (var _ in obj) { return false; } // eslint-disable-line no-restricted-syntax, no-unreachable-loop
|
|
27
29
|
if (typeof Object.keys === 'function' && Object.keys(obj).length !== 0) { return false; }
|
|
28
30
|
|
|
29
31
|
if (typeof Object.getOwnPropertyNames === 'function' && Object.getOwnPropertyNames(obj).length !== 0) { return false; }
|
|
@@ -34,7 +36,8 @@ module.exports = function hasSymbols() {
|
|
|
34
36
|
if (!Object.prototype.propertyIsEnumerable.call(obj, sym)) { return false; }
|
|
35
37
|
|
|
36
38
|
if (typeof Object.getOwnPropertyDescriptor === 'function') {
|
|
37
|
-
|
|
39
|
+
// eslint-disable-next-line no-extra-parens
|
|
40
|
+
var descriptor = /** @type {PropertyDescriptor} */ (Object.getOwnPropertyDescriptor(obj, sym));
|
|
38
41
|
if (descriptor.value !== symVal || descriptor.enumerable !== true) { return false; }
|
|
39
42
|
}
|
|
40
43
|
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
/** @type {(t: import('tape').Test) => false | void} */
|
|
3
4
|
// eslint-disable-next-line consistent-return
|
|
4
5
|
module.exports = function runSymbolTests(t) {
|
|
5
6
|
t.equal(typeof Symbol, 'function', 'global Symbol is a function');
|
|
@@ -31,6 +32,7 @@ module.exports = function runSymbolTests(t) {
|
|
|
31
32
|
|
|
32
33
|
t.equal(typeof Object.getOwnPropertySymbols, 'function', 'Object.getOwnPropertySymbols is a function');
|
|
33
34
|
|
|
35
|
+
/** @type {{ [k in symbol]?: unknown }} */
|
|
34
36
|
var obj = {};
|
|
35
37
|
var sym = Symbol('test');
|
|
36
38
|
var symObj = Object(sym);
|
|
@@ -40,8 +42,8 @@ module.exports = function runSymbolTests(t) {
|
|
|
40
42
|
|
|
41
43
|
var symVal = 42;
|
|
42
44
|
obj[sym] = symVal;
|
|
43
|
-
// eslint-disable-next-line no-restricted-syntax
|
|
44
|
-
for (
|
|
45
|
+
// eslint-disable-next-line no-restricted-syntax, no-unused-vars
|
|
46
|
+
for (var _ in obj) { t.fail('symbol property key was found in for..in of object'); }
|
|
45
47
|
|
|
46
48
|
t.deepEqual(Object.keys(obj), [], 'no enumerable own keys on symbol-valued object');
|
|
47
49
|
t.deepEqual(Object.getOwnPropertyNames(obj), [], 'no own names on symbol-valued object');
|