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,192 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var test = require('tape');
|
|
4
|
+
var v = require('es-value-fixtures');
|
|
5
|
+
var forEach = require('for-each');
|
|
6
|
+
var inspect = require('object-inspect');
|
|
7
|
+
|
|
8
|
+
var abs = require('../abs');
|
|
9
|
+
var floor = require('../floor');
|
|
10
|
+
var isFinite = require('../isFinite');
|
|
11
|
+
var isInteger = require('../isInteger');
|
|
12
|
+
var isNaN = require('../isNaN');
|
|
13
|
+
var isNegativeZero = require('../isNegativeZero');
|
|
14
|
+
var max = require('../max');
|
|
15
|
+
var min = require('../min');
|
|
16
|
+
var mod = require('../mod');
|
|
17
|
+
var pow = require('../pow');
|
|
18
|
+
var round = require('../round');
|
|
19
|
+
var sign = require('../sign');
|
|
20
|
+
|
|
21
|
+
var maxArrayLength = require('../constants/maxArrayLength');
|
|
22
|
+
var maxSafeInteger = require('../constants/maxSafeInteger');
|
|
23
|
+
var maxValue = require('../constants/maxValue');
|
|
24
|
+
|
|
25
|
+
test('abs', function (t) {
|
|
26
|
+
t.equal(abs(-1), 1, 'abs(-1) === 1');
|
|
27
|
+
t.equal(abs(+1), 1, 'abs(+1) === 1');
|
|
28
|
+
t.equal(abs(+0), +0, 'abs(+0) === +0');
|
|
29
|
+
t.equal(abs(-0), +0, 'abs(-0) === +0');
|
|
30
|
+
|
|
31
|
+
t.end();
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
test('floor', function (t) {
|
|
35
|
+
t.equal(floor(-1.1), -2, 'floor(-1.1) === -2');
|
|
36
|
+
t.equal(floor(+1.1), 1, 'floor(+1.1) === 1');
|
|
37
|
+
t.equal(floor(+0), +0, 'floor(+0) === +0');
|
|
38
|
+
t.equal(floor(-0), -0, 'floor(-0) === -0');
|
|
39
|
+
t.equal(floor(-Infinity), -Infinity, 'floor(-Infinity) === -Infinity');
|
|
40
|
+
t.equal(floor(Number(Infinity)), Number(Infinity), 'floor(+Infinity) === +Infinity');
|
|
41
|
+
t.equal(floor(NaN), NaN, 'floor(NaN) === NaN');
|
|
42
|
+
t.equal(floor(0), +0, 'floor(0) === +0');
|
|
43
|
+
t.equal(floor(-0), -0, 'floor(-0) === -0');
|
|
44
|
+
t.equal(floor(1), 1, 'floor(1) === 1');
|
|
45
|
+
t.equal(floor(-1), -1, 'floor(-1) === -1');
|
|
46
|
+
t.equal(floor(1.1), 1, 'floor(1.1) === 1');
|
|
47
|
+
t.equal(floor(-1.1), -2, 'floor(-1.1) === -2');
|
|
48
|
+
t.equal(floor(maxValue), maxValue, 'floor(maxValue) === maxValue');
|
|
49
|
+
t.equal(floor(maxSafeInteger), maxSafeInteger, 'floor(maxSafeInteger) === maxSafeInteger');
|
|
50
|
+
|
|
51
|
+
t.end();
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
test('isFinite', function (t) {
|
|
55
|
+
t.equal(isFinite(0), true, 'isFinite(+0) === true');
|
|
56
|
+
t.equal(isFinite(-0), true, 'isFinite(-0) === true');
|
|
57
|
+
t.equal(isFinite(1), true, 'isFinite(1) === true');
|
|
58
|
+
t.equal(isFinite(Infinity), false, 'isFinite(Infinity) === false');
|
|
59
|
+
t.equal(isFinite(-Infinity), false, 'isFinite(-Infinity) === false');
|
|
60
|
+
t.equal(isFinite(NaN), false, 'isFinite(NaN) === false');
|
|
61
|
+
|
|
62
|
+
forEach(v.nonNumbers, function (nonNumber) {
|
|
63
|
+
t.equal(isFinite(nonNumber), false, 'isFinite(' + inspect(nonNumber) + ') === false');
|
|
64
|
+
});
|
|
65
|
+
|
|
66
|
+
t.end();
|
|
67
|
+
});
|
|
68
|
+
|
|
69
|
+
test('isInteger', function (t) {
|
|
70
|
+
forEach([].concat(
|
|
71
|
+
// @ts-expect-error TS sucks with concat
|
|
72
|
+
v.nonNumbers,
|
|
73
|
+
v.nonIntegerNumbers
|
|
74
|
+
), function (nonInteger) {
|
|
75
|
+
t.equal(isInteger(nonInteger), false, 'isInteger(' + inspect(nonInteger) + ') === false');
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
t.end();
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
test('isNaN', function (t) {
|
|
82
|
+
forEach([].concat(
|
|
83
|
+
// @ts-expect-error TS sucks with concat
|
|
84
|
+
v.nonNumbers,
|
|
85
|
+
v.infinities,
|
|
86
|
+
v.zeroes,
|
|
87
|
+
v.integerNumbers
|
|
88
|
+
), function (nonNaN) {
|
|
89
|
+
t.equal(isNaN(nonNaN), false, 'isNaN(' + inspect(nonNaN) + ') === false');
|
|
90
|
+
});
|
|
91
|
+
|
|
92
|
+
t.equal(isNaN(NaN), true, 'isNaN(NaN) === true');
|
|
93
|
+
|
|
94
|
+
t.end();
|
|
95
|
+
});
|
|
96
|
+
|
|
97
|
+
test('isNegativeZero', function (t) {
|
|
98
|
+
t.equal(isNegativeZero(-0), true, 'isNegativeZero(-0) === true');
|
|
99
|
+
t.equal(isNegativeZero(+0), false, 'isNegativeZero(+0) === false');
|
|
100
|
+
t.equal(isNegativeZero(1), false, 'isNegativeZero(1) === false');
|
|
101
|
+
t.equal(isNegativeZero(-1), false, 'isNegativeZero(-1) === false');
|
|
102
|
+
t.equal(isNegativeZero(NaN), false, 'isNegativeZero(NaN) === false');
|
|
103
|
+
t.equal(isNegativeZero(Infinity), false, 'isNegativeZero(Infinity) === false');
|
|
104
|
+
t.equal(isNegativeZero(-Infinity), false, 'isNegativeZero(-Infinity) === false');
|
|
105
|
+
|
|
106
|
+
forEach(v.nonNumbers, function (nonNumber) {
|
|
107
|
+
t.equal(isNegativeZero(nonNumber), false, 'isNegativeZero(' + inspect(nonNumber) + ') === false');
|
|
108
|
+
});
|
|
109
|
+
|
|
110
|
+
t.end();
|
|
111
|
+
});
|
|
112
|
+
|
|
113
|
+
test('max', function (t) {
|
|
114
|
+
t.equal(max(1, 2), 2, 'max(1, 2) === 2');
|
|
115
|
+
t.equal(max(1, 2, 3), 3, 'max(1, 2, 3) === 3');
|
|
116
|
+
t.equal(max(1, 2, 3, 4), 4, 'max(1, 2, 3, 4) === 4');
|
|
117
|
+
t.equal(max(1, 2, 3, 4, 5), 5, 'max(1, 2, 3, 4, 5) === 5');
|
|
118
|
+
t.equal(max(1, 2, 3, 4, 5, 6), 6, 'max(1, 2, 3, 4, 5, 6) === 6');
|
|
119
|
+
t.equal(max(1, 2, 3, 4, 5, 6, 7), 7, 'max(1, 2, 3, 4, 5, 6, 7) === 7');
|
|
120
|
+
|
|
121
|
+
t.end();
|
|
122
|
+
});
|
|
123
|
+
|
|
124
|
+
test('min', function (t) {
|
|
125
|
+
t.equal(min(1, 2), 1, 'min(1, 2) === 1');
|
|
126
|
+
t.equal(min(1, 2, 3), 1, 'min(1, 2, 3) === 1');
|
|
127
|
+
t.equal(min(1, 2, 3, 4), 1, 'min(1, 2, 3, 4) === 1');
|
|
128
|
+
t.equal(min(1, 2, 3, 4, 5), 1, 'min(1, 2, 3, 4, 5) === 1');
|
|
129
|
+
t.equal(min(1, 2, 3, 4, 5, 6), 1, 'min(1, 2, 3, 4, 5, 6) === 1');
|
|
130
|
+
|
|
131
|
+
t.end();
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
test('mod', function (t) {
|
|
135
|
+
t.equal(mod(1, 2), 1, 'mod(1, 2) === 1');
|
|
136
|
+
t.equal(mod(2, 2), 0, 'mod(2, 2) === 0');
|
|
137
|
+
t.equal(mod(3, 2), 1, 'mod(3, 2) === 1');
|
|
138
|
+
t.equal(mod(4, 2), 0, 'mod(4, 2) === 0');
|
|
139
|
+
t.equal(mod(5, 2), 1, 'mod(5, 2) === 1');
|
|
140
|
+
t.equal(mod(6, 2), 0, 'mod(6, 2) === 0');
|
|
141
|
+
t.equal(mod(7, 2), 1, 'mod(7, 2) === 1');
|
|
142
|
+
t.equal(mod(8, 2), 0, 'mod(8, 2) === 0');
|
|
143
|
+
t.equal(mod(9, 2), 1, 'mod(9, 2) === 1');
|
|
144
|
+
t.equal(mod(10, 2), 0, 'mod(10, 2) === 0');
|
|
145
|
+
t.equal(mod(11, 2), 1, 'mod(11, 2) === 1');
|
|
146
|
+
|
|
147
|
+
t.end();
|
|
148
|
+
});
|
|
149
|
+
|
|
150
|
+
test('pow', function (t) {
|
|
151
|
+
t.equal(pow(2, 2), 4, 'pow(2, 2) === 4');
|
|
152
|
+
t.equal(pow(2, 3), 8, 'pow(2, 3) === 8');
|
|
153
|
+
t.equal(pow(2, 4), 16, 'pow(2, 4) === 16');
|
|
154
|
+
t.equal(pow(2, 5), 32, 'pow(2, 5) === 32');
|
|
155
|
+
t.equal(pow(2, 6), 64, 'pow(2, 6) === 64');
|
|
156
|
+
t.equal(pow(2, 7), 128, 'pow(2, 7) === 128');
|
|
157
|
+
t.equal(pow(2, 8), 256, 'pow(2, 8) === 256');
|
|
158
|
+
t.equal(pow(2, 9), 512, 'pow(2, 9) === 512');
|
|
159
|
+
t.equal(pow(2, 10), 1024, 'pow(2, 10) === 1024');
|
|
160
|
+
|
|
161
|
+
t.end();
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
test('round', function (t) {
|
|
165
|
+
t.equal(round(1.1), 1, 'round(1.1) === 1');
|
|
166
|
+
t.equal(round(1.5), 2, 'round(1.5) === 2');
|
|
167
|
+
t.equal(round(1.9), 2, 'round(1.9) === 2');
|
|
168
|
+
|
|
169
|
+
t.end();
|
|
170
|
+
});
|
|
171
|
+
|
|
172
|
+
test('sign', function (t) {
|
|
173
|
+
t.equal(sign(-1), -1, 'sign(-1) === -1');
|
|
174
|
+
t.equal(sign(+1), +1, 'sign(+1) === +1');
|
|
175
|
+
t.equal(sign(+0), +0, 'sign(+0) === +0');
|
|
176
|
+
t.equal(sign(-0), -0, 'sign(-0) === -0');
|
|
177
|
+
t.equal(sign(NaN), NaN, 'sign(NaN) === NaN');
|
|
178
|
+
t.equal(sign(Infinity), +1, 'sign(Infinity) === +1');
|
|
179
|
+
t.equal(sign(-Infinity), -1, 'sign(-Infinity) === -1');
|
|
180
|
+
t.equal(sign(maxValue), +1, 'sign(maxValue) === +1');
|
|
181
|
+
t.equal(sign(maxSafeInteger), +1, 'sign(maxSafeInteger) === +1');
|
|
182
|
+
|
|
183
|
+
t.end();
|
|
184
|
+
});
|
|
185
|
+
|
|
186
|
+
test('constants', function (t) {
|
|
187
|
+
t.equal(typeof maxArrayLength, 'number', 'typeof maxArrayLength === "number"');
|
|
188
|
+
t.equal(typeof maxSafeInteger, 'number', 'typeof maxSafeInteger === "number"');
|
|
189
|
+
t.equal(typeof maxValue, 'number', 'typeof maxValue === "number"');
|
|
190
|
+
|
|
191
|
+
t.end();
|
|
192
|
+
});
|
|
@@ -5,6 +5,14 @@ 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.13.4](https://github.com/inspect-js/object-inspect/compare/v1.13.3...v1.13.4) - 2025-02-04
|
|
9
|
+
|
|
10
|
+
### Commits
|
|
11
|
+
|
|
12
|
+
- [Fix] avoid being fooled by a `Symbol.toStringTag` [`fa5870d`](https://github.com/inspect-js/object-inspect/commit/fa5870da468a525d2f20193700f70752f506cbf7)
|
|
13
|
+
- [Tests] fix tests in node v6.0 - v6.4 [`2abfe1b`](https://github.com/inspect-js/object-inspect/commit/2abfe1bc3c69f9293c07c5cd65a9d7d87a628b84)
|
|
14
|
+
- [Dev Deps] update `es-value-fixtures`, `for-each`, `has-symbols` [`3edfb01`](https://github.com/inspect-js/object-inspect/commit/3edfb01cc8cce220fba0dfdfe2dc8bc955758cdd)
|
|
15
|
+
|
|
8
16
|
## [v1.13.3](https://github.com/inspect-js/object-inspect/compare/v1.13.2...v1.13.3) - 2024-11-09
|
|
9
17
|
|
|
10
18
|
### Commits
|
|
@@ -287,13 +287,16 @@ function quote(s) {
|
|
|
287
287
|
return $replace.call(String(s), /"/g, '"');
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
function
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
function
|
|
294
|
-
function
|
|
295
|
-
function
|
|
296
|
-
function
|
|
290
|
+
function canTrustToString(obj) {
|
|
291
|
+
return !toStringTag || !(typeof obj === 'object' && (toStringTag in obj || typeof obj[toStringTag] !== 'undefined'));
|
|
292
|
+
}
|
|
293
|
+
function isArray(obj) { return toStr(obj) === '[object Array]' && canTrustToString(obj); }
|
|
294
|
+
function isDate(obj) { return toStr(obj) === '[object Date]' && canTrustToString(obj); }
|
|
295
|
+
function isRegExp(obj) { return toStr(obj) === '[object RegExp]' && canTrustToString(obj); }
|
|
296
|
+
function isError(obj) { return toStr(obj) === '[object Error]' && canTrustToString(obj); }
|
|
297
|
+
function isString(obj) { return toStr(obj) === '[object String]' && canTrustToString(obj); }
|
|
298
|
+
function isNumber(obj) { return toStr(obj) === '[object Number]' && canTrustToString(obj); }
|
|
299
|
+
function isBoolean(obj) { return toStr(obj) === '[object Boolean]' && canTrustToString(obj); }
|
|
297
300
|
|
|
298
301
|
// Symbol and BigInt do have Symbol.toStringTag by spec, so that can't be used to eliminate false positives
|
|
299
302
|
function isSymbol(obj) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "object-inspect",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.4",
|
|
4
4
|
"description": "string representations of objects in node and the browser",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"auto-changelog": "^2.5.0",
|
|
11
11
|
"core-js": "^2.6.12",
|
|
12
12
|
"error-cause": "^1.0.8",
|
|
13
|
-
"es-value-fixtures": "^1.
|
|
13
|
+
"es-value-fixtures": "^1.7.1",
|
|
14
14
|
"eslint": "=8.8.0",
|
|
15
|
-
"for-each": "^0.3.
|
|
15
|
+
"for-each": "^0.3.4",
|
|
16
16
|
"functions-have-names": "^1.2.3",
|
|
17
17
|
"glob": "=10.3.7",
|
|
18
18
|
"globalthis": "^1.0.4",
|
|
19
|
-
"has-symbols": "^1.0
|
|
19
|
+
"has-symbols": "^1.1.0",
|
|
20
20
|
"has-tostringtag": "^1.0.2",
|
|
21
21
|
"in-publish": "^2.0.1",
|
|
22
22
|
"jackspeak": "=2.1.1",
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"nyc": "^10.3.2",
|
|
27
27
|
"safe-publish-latest": "^2.0.0",
|
|
28
28
|
"safer-buffer": "^2.1.2",
|
|
29
|
+
"semver": "^6.3.1",
|
|
29
30
|
"string.prototype.repeat": "^1.0.0",
|
|
30
31
|
"tape": "^5.9.0"
|
|
31
32
|
},
|
|
@@ -5,6 +5,8 @@ var test = require('tape');
|
|
|
5
5
|
var mockProperty = require('mock-property');
|
|
6
6
|
var hasSymbols = require('has-symbols/shams')();
|
|
7
7
|
var hasToStringTag = require('has-tostringtag/shams')();
|
|
8
|
+
var forEach = require('for-each');
|
|
9
|
+
var semver = require('semver');
|
|
8
10
|
|
|
9
11
|
test('values', function (t) {
|
|
10
12
|
t.plan(1);
|
|
@@ -209,3 +211,51 @@ test('RegExps', function (t) {
|
|
|
209
211
|
|
|
210
212
|
t.end();
|
|
211
213
|
});
|
|
214
|
+
|
|
215
|
+
test('Proxies', { skip: typeof Proxy !== 'function' || !hasToStringTag }, function (t) {
|
|
216
|
+
var target = { proxy: true };
|
|
217
|
+
var fake = new Proxy(target, { has: function () { return false; } });
|
|
218
|
+
|
|
219
|
+
// needed to work around a weird difference in node v6.0 - v6.4 where non-present properties are not logged
|
|
220
|
+
var isNode60 = semver.satisfies(process.version, '6.0 - 6.4');
|
|
221
|
+
|
|
222
|
+
forEach([
|
|
223
|
+
'Boolean',
|
|
224
|
+
'Number',
|
|
225
|
+
'String',
|
|
226
|
+
'Symbol',
|
|
227
|
+
'Date'
|
|
228
|
+
], function (tag) {
|
|
229
|
+
target[Symbol.toStringTag] = tag;
|
|
230
|
+
|
|
231
|
+
t.equal(
|
|
232
|
+
inspect(fake),
|
|
233
|
+
'{ ' + (isNode60 ? '' : 'proxy: true, ') + '[Symbol(Symbol.toStringTag)]: \'' + tag + '\' }',
|
|
234
|
+
'Proxy for + ' + tag + ' shows as the target, which has no slots'
|
|
235
|
+
);
|
|
236
|
+
});
|
|
237
|
+
|
|
238
|
+
t.end();
|
|
239
|
+
});
|
|
240
|
+
|
|
241
|
+
test('fakers', { skip: !hasToStringTag }, function (t) {
|
|
242
|
+
var target = { proxy: false };
|
|
243
|
+
|
|
244
|
+
forEach([
|
|
245
|
+
'Boolean',
|
|
246
|
+
'Number',
|
|
247
|
+
'String',
|
|
248
|
+
'Symbol',
|
|
249
|
+
'Date'
|
|
250
|
+
], function (tag) {
|
|
251
|
+
target[Symbol.toStringTag] = tag;
|
|
252
|
+
|
|
253
|
+
t.equal(
|
|
254
|
+
inspect(target),
|
|
255
|
+
'{ proxy: false, [Symbol(Symbol.toStringTag)]: \'' + tag + '\' }',
|
|
256
|
+
'Object pretending to be ' + tag + ' does not trick us'
|
|
257
|
+
);
|
|
258
|
+
});
|
|
259
|
+
|
|
260
|
+
t.end();
|
|
261
|
+
});
|
|
@@ -65,23 +65,33 @@ function pathToRegexp(path, keys, options) {
|
|
|
65
65
|
return new RegExp(path.join('|'), flags);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
+
if (typeof path !== 'string') {
|
|
69
|
+
throw new TypeError('path must be a string, array of strings, or regular expression');
|
|
70
|
+
}
|
|
71
|
+
|
|
68
72
|
path = path.replace(
|
|
69
73
|
/\\.|(\/)?(\.)?:(\w+)(\(.*?\))?(\*)?(\?)?|[.*]|\/\(/g,
|
|
70
74
|
function (match, slash, format, key, capture, star, optional, offset) {
|
|
71
|
-
pos = offset + match.length;
|
|
72
|
-
|
|
73
75
|
if (match[0] === '\\') {
|
|
74
76
|
backtrack += match;
|
|
77
|
+
pos += 2;
|
|
75
78
|
return match;
|
|
76
79
|
}
|
|
77
80
|
|
|
78
81
|
if (match === '.') {
|
|
79
82
|
backtrack += '\\.';
|
|
80
83
|
extraOffset += 1;
|
|
84
|
+
pos += 1;
|
|
81
85
|
return '\\.';
|
|
82
86
|
}
|
|
83
87
|
|
|
84
|
-
|
|
88
|
+
if (slash || format) {
|
|
89
|
+
backtrack = '';
|
|
90
|
+
} else {
|
|
91
|
+
backtrack += path.slice(pos, offset);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
pos = offset + match.length;
|
|
85
95
|
|
|
86
96
|
if (match === '*') {
|
|
87
97
|
extraOffset += 3;
|
|
@@ -27,32 +27,69 @@ Public Suffix List is a list of all known public suffixes.
|
|
|
27
27
|
|
|
28
28
|
Source: http://publicsuffix.org
|
|
29
29
|
|
|
30
|
-
|
|
31
30
|
## Installation
|
|
32
31
|
|
|
32
|
+
This module is available both for Node.js and the browser. See below for more
|
|
33
|
+
details.
|
|
34
|
+
|
|
33
35
|
### Node.js
|
|
34
36
|
|
|
37
|
+
This module is tested on Node.js v8, v10, v12, v14, v16, v18, v20 and v22. See
|
|
38
|
+
[`.github/workflows/node.js.yml`](.github/workflows/node.js.yml).
|
|
39
|
+
|
|
35
40
|
```sh
|
|
36
|
-
npm install
|
|
41
|
+
npm install psl
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
#### ESM
|
|
45
|
+
|
|
46
|
+
From version `v1.13.0` you can now import `psl` as ESM.
|
|
47
|
+
|
|
48
|
+
```js
|
|
49
|
+
import psl from 'psl';
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
#### CommonJS
|
|
53
|
+
|
|
54
|
+
If your project still uses CommonJS, you can continue importing the module like
|
|
55
|
+
in previous versions.
|
|
56
|
+
|
|
57
|
+
```js
|
|
58
|
+
const psl = require('psl');
|
|
37
59
|
```
|
|
38
60
|
|
|
39
61
|
### Browser
|
|
40
62
|
|
|
41
|
-
|
|
63
|
+
#### Using a bundler
|
|
64
|
+
|
|
65
|
+
If you are using a bundler to build your app, you should be able to `import`
|
|
66
|
+
and/or `require` the module just like in Node.js.
|
|
67
|
+
|
|
68
|
+
#### ESM (using a CDN)
|
|
69
|
+
|
|
70
|
+
In modern browsers you can also import the ESM directly from a `CDN`. For
|
|
71
|
+
example:
|
|
72
|
+
|
|
73
|
+
```js
|
|
74
|
+
import psl from 'https://unpkg.com/psl@latest/dist/psl.mjs';
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
#### UMD / CommonJS
|
|
78
|
+
|
|
79
|
+
Finally, you can still download [`dist/psl.umd.cjs`](https://raw.githubusercontent.com/lupomontero/psl/main/dist/psl.umd.cjs)
|
|
42
80
|
and include it in a script tag.
|
|
43
81
|
|
|
44
82
|
```html
|
|
45
|
-
<script src="psl.
|
|
83
|
+
<script src="psl.umd.cjs"></script>
|
|
46
84
|
```
|
|
47
85
|
|
|
48
|
-
This script is
|
|
86
|
+
This script is bundled and wrapped in a [umd](https://github.com/umdjs/umd)
|
|
49
87
|
wrapper so you should be able to use it standalone or together with a module
|
|
50
88
|
loader.
|
|
51
89
|
|
|
52
90
|
The script is also available on most popular CDNs. For example:
|
|
53
91
|
|
|
54
|
-
* https://
|
|
55
|
-
* https://unpkg.com/psl@1.9.0/dist/psl.min.js
|
|
92
|
+
* https://unpkg.com/psl@latest/dist/psl.umd.cjs
|
|
56
93
|
|
|
57
94
|
## API
|
|
58
95
|
|
|
@@ -66,27 +103,38 @@ properties:
|
|
|
66
103
|
* `domain`: The domain name is the `sld` + `tld`.
|
|
67
104
|
* `subdomain`: Optional parts left of the domain.
|
|
68
105
|
|
|
69
|
-
####
|
|
106
|
+
#### Examples
|
|
107
|
+
|
|
108
|
+
Parse domain without subdomain:
|
|
70
109
|
|
|
71
110
|
```js
|
|
72
|
-
|
|
111
|
+
import psl from 'psl';
|
|
73
112
|
|
|
74
|
-
|
|
75
|
-
var parsed = psl.parse('google.com');
|
|
113
|
+
const parsed = psl.parse('google.com');
|
|
76
114
|
console.log(parsed.tld); // 'com'
|
|
77
115
|
console.log(parsed.sld); // 'google'
|
|
78
116
|
console.log(parsed.domain); // 'google.com'
|
|
79
117
|
console.log(parsed.subdomain); // null
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
Parse domain with subdomain:
|
|
121
|
+
|
|
122
|
+
```js
|
|
123
|
+
import psl from 'psl';
|
|
80
124
|
|
|
81
|
-
|
|
82
|
-
var parsed = psl.parse('www.google.com');
|
|
125
|
+
const parsed = psl.parse('www.google.com');
|
|
83
126
|
console.log(parsed.tld); // 'com'
|
|
84
127
|
console.log(parsed.sld); // 'google'
|
|
85
128
|
console.log(parsed.domain); // 'google.com'
|
|
86
129
|
console.log(parsed.subdomain); // 'www'
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
Parse domain with nested subdomains:
|
|
133
|
+
|
|
134
|
+
```js
|
|
135
|
+
import psl from 'psl';
|
|
87
136
|
|
|
88
|
-
|
|
89
|
-
var parsed = psl.parse('a.b.c.d.foo.com');
|
|
137
|
+
const parsed = psl.parse('a.b.c.d.foo.com');
|
|
90
138
|
console.log(parsed.tld); // 'com'
|
|
91
139
|
console.log(parsed.sld); // 'foo'
|
|
92
140
|
console.log(parsed.domain); // 'foo.com'
|
|
@@ -97,10 +145,10 @@ console.log(parsed.subdomain); // 'a.b.c.d'
|
|
|
97
145
|
|
|
98
146
|
Get domain name, `sld` + `tld`. Returns `null` if not valid.
|
|
99
147
|
|
|
100
|
-
####
|
|
148
|
+
#### Examples
|
|
101
149
|
|
|
102
150
|
```js
|
|
103
|
-
|
|
151
|
+
import psl from 'psl';
|
|
104
152
|
|
|
105
153
|
// null input.
|
|
106
154
|
psl.get(null); // null
|
|
@@ -153,36 +201,33 @@ whether the domain has a valid Public Suffix.
|
|
|
153
201
|
#### Example
|
|
154
202
|
|
|
155
203
|
```js
|
|
156
|
-
|
|
204
|
+
import psl from 'psl';
|
|
157
205
|
|
|
158
206
|
psl.isValid('google.com'); // true
|
|
159
207
|
psl.isValid('www.google.com'); // true
|
|
160
208
|
psl.isValid('x.yz'); // false
|
|
161
209
|
```
|
|
162
210
|
|
|
163
|
-
|
|
164
211
|
## Testing and Building
|
|
165
212
|
|
|
166
|
-
|
|
167
|
-
|
|
213
|
+
There are tests both for Node.js and the browser (using [Playwright](https://playwright.dev)
|
|
214
|
+
and [BrowserStack](https://www.browserstack.com/)).
|
|
168
215
|
|
|
169
216
|
```sh
|
|
170
|
-
#
|
|
217
|
+
# Run tests in node.
|
|
171
218
|
npm test
|
|
219
|
+
# Run tests in browserstack.
|
|
220
|
+
npm run test:browserstack
|
|
172
221
|
|
|
173
|
-
#
|
|
174
|
-
|
|
175
|
-
./node_modules/.bin/mocha test
|
|
176
|
-
# Run tests in phantomjs only.
|
|
177
|
-
./node_modules/.bin/karma start ./karma.conf.js --single-run
|
|
222
|
+
# Update rules from publicsuffix.org
|
|
223
|
+
npm run update-rules
|
|
178
224
|
|
|
179
|
-
# Build
|
|
225
|
+
# Build ESM, CJS and UMD and create dist files
|
|
180
226
|
npm run build
|
|
181
227
|
```
|
|
182
228
|
|
|
183
229
|
Feel free to fork if you see possible improvements!
|
|
184
230
|
|
|
185
|
-
|
|
186
231
|
## Acknowledgements
|
|
187
232
|
|
|
188
233
|
* Mozilla Foundation's [Public Suffix List](https://publicsuffix.org/)
|
|
@@ -190,12 +235,11 @@ Feel free to fork if you see possible improvements!
|
|
|
190
235
|
test data.
|
|
191
236
|
* Inspired by [weppos/publicsuffix-ruby](https://github.com/weppos/publicsuffix-ruby)
|
|
192
237
|
|
|
193
|
-
|
|
194
238
|
## License
|
|
195
239
|
|
|
196
240
|
The MIT License (MIT)
|
|
197
241
|
|
|
198
|
-
Copyright (c)
|
|
242
|
+
Copyright (c) 2014-2024 Lupo Montero <lupomontero@gmail.com>
|
|
199
243
|
|
|
200
244
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
201
245
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
## Supported Versions
|
|
4
|
+
|
|
5
|
+
| Version | Supported |
|
|
6
|
+
| ------- | ------------------ |
|
|
7
|
+
| 1.x | :white_check_mark: |
|
|
8
|
+
|
|
9
|
+
## Reporting a Vulnerability
|
|
10
|
+
|
|
11
|
+
To report a security vulnerability, please use the
|
|
12
|
+
[Tidelift security contact](https://tidelift.com/security).
|
|
13
|
+
Tidelift will coordinate the fix and disclosure.
|