node-red-contrib-tak-registration 0.14.0 → 0.15.0
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/README.md +1 -1
- package/node_modules/@types/geojson/README.md +1 -1
- package/node_modules/@types/geojson/index.d.ts +36 -2
- package/node_modules/@types/geojson/package.json +2 -2
- package/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/node/assert.d.ts +14 -0
- package/node_modules/@types/node/async_hooks.d.ts +64 -2
- package/node_modules/@types/node/buffer.buffer.d.ts +117 -39
- package/node_modules/@types/node/buffer.d.ts +6 -13
- package/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/node/constants.d.ts +14 -12
- package/node_modules/@types/node/crypto.d.ts +44 -10
- package/node_modules/@types/node/dgram.d.ts +10 -7
- package/node_modules/@types/node/diagnostics_channel.d.ts +20 -1
- package/node_modules/@types/node/fs/promises.d.ts +23 -26
- package/node_modules/@types/node/fs.d.ts +166 -125
- package/node_modules/@types/node/globals.d.ts +141 -338
- package/node_modules/@types/node/http.d.ts +25 -3
- package/node_modules/@types/node/http2.d.ts +3 -4
- package/node_modules/@types/node/https.d.ts +3 -1
- package/node_modules/@types/node/inspector.d.ts +36 -0
- package/node_modules/@types/node/module.d.ts +599 -236
- package/node_modules/@types/node/net.d.ts +44 -13
- package/node_modules/@types/node/package.json +9 -4
- package/node_modules/@types/node/perf_hooks.d.ts +5 -0
- package/node_modules/@types/node/process.d.ts +69 -2
- package/node_modules/@types/node/querystring.d.ts +2 -3
- package/node_modules/@types/node/readline.d.ts +6 -1
- package/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/node/sqlite.d.ts +291 -17
- package/node_modules/@types/node/stream/consumers.d.ts +32 -6
- package/node_modules/@types/node/stream/web.d.ts +9 -4
- package/node_modules/@types/node/stream.d.ts +936 -1000
- package/node_modules/@types/node/test.d.ts +169 -137
- package/node_modules/@types/node/timers/promises.d.ts +24 -13
- package/node_modules/@types/node/timers.d.ts +159 -112
- package/node_modules/@types/node/tls.d.ts +34 -1
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +110 -35
- package/node_modules/@types/node/util.d.ts +323 -110
- package/node_modules/@types/node/v8.d.ts +81 -0
- package/node_modules/@types/node/vm.d.ts +21 -6
- package/node_modules/@types/node/worker_threads.d.ts +1 -0
- package/node_modules/@types/node/zlib.d.ts +167 -36
- package/node_modules/axios/CHANGELOG.md +124 -0
- package/node_modules/axios/README.md +38 -16
- package/node_modules/axios/dist/axios.js +44 -39
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +43 -39
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +43 -39
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +74 -43
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +3 -2
- package/node_modules/axios/index.d.ts +5 -2
- package/node_modules/axios/lib/adapters/fetch.js +1 -1
- package/node_modules/axios/lib/adapters/http.js +1 -1
- package/node_modules/axios/lib/core/Axios.js +11 -2
- package/node_modules/axios/lib/core/AxiosHeaders.js +15 -3
- package/node_modules/axios/lib/core/buildFullPath.js +3 -2
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +4 -3
- package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
- package/node_modules/axios/lib/platform/node/index.js +26 -0
- package/node_modules/axios/lib/utils.js +12 -28
- package/node_modules/axios/package.json +3 -3
- package/node_modules/bignumber.js/CHANGELOG.md +82 -1
- package/node_modules/bignumber.js/LICENCE.md +1 -1
- package/node_modules/bignumber.js/README.md +6 -4
- package/node_modules/bignumber.js/bignumber.d.mts +6 -0
- package/node_modules/bignumber.js/bignumber.d.ts +3 -1829
- package/node_modules/bignumber.js/bignumber.js +3 -3
- package/node_modules/bignumber.js/bignumber.mjs +3 -3
- package/node_modules/bignumber.js/package.json +17 -7
- package/node_modules/bignumber.js/types.d.ts +1821 -0
- package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- 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 +64 -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/dunder-proto/.eslintrc +5 -0
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/node_modules/dunder-proto/.nycrc +13 -0
- 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/dunder-proto/package.json +76 -0
- 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/.eslintrc +13 -0
- package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/node_modules/es-define-property/.nycrc +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/node_modules/es-define-property/LICENSE +21 -0
- package/node_modules/es-define-property/README.md +49 -0
- package/node_modules/es-define-property/index.d.ts +3 -0
- package/node_modules/es-define-property/index.js +14 -0
- package/node_modules/es-define-property/package.json +81 -0
- package/node_modules/es-define-property/test/index.js +56 -0
- package/node_modules/es-define-property/tsconfig.json +10 -0
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/es-object-atoms/LICENSE +21 -0
- 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/es-set-tostringtag/.eslintrc +13 -0
- package/node_modules/es-set-tostringtag/.nycrc +9 -0
- package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
- package/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/node_modules/es-set-tostringtag/README.md +53 -0
- package/node_modules/es-set-tostringtag/index.d.ts +10 -0
- package/node_modules/es-set-tostringtag/index.js +35 -0
- package/node_modules/es-set-tostringtag/package.json +78 -0
- package/node_modules/es-set-tostringtag/test/index.js +85 -0
- package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +63 -0
- package/node_modules/fast-xml-parser/README.md +37 -51
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/node_modules/fast-xml-parser/package.json +36 -18
- package/node_modules/fast-xml-parser/src/cli/cli.js +12 -12
- package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
- package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
- package/node_modules/fast-xml-parser/src/fxp.d.ts +28 -1
- package/node_modules/fast-xml-parser/src/fxp.js +11 -8
- package/node_modules/fast-xml-parser/src/ignoreAttributes.js +2 -4
- package/node_modules/fast-xml-parser/src/util.js +14 -18
- package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
- package/node_modules/fast-xml-parser/src/{v5 → v6}/EntitiesParser.js +3 -6
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
- package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
- package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +4 -10
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
- package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/EntitiesParser.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
- package/node_modules/fast-xml-parser/src/validator.js +5 -5
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -4
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +287 -71
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +23 -23
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
- package/node_modules/form-data/lib/form_data.js +24 -22
- package/node_modules/form-data/package.json +17 -14
- package/node_modules/function-bind/.eslintrc +21 -0
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/LICENSE +20 -0
- package/node_modules/function-bind/README.md +46 -0
- package/node_modules/function-bind/implementation.js +84 -0
- package/node_modules/function-bind/index.js +5 -0
- package/node_modules/function-bind/package.json +87 -0
- package/node_modules/function-bind/test/.eslintrc +9 -0
- package/node_modules/function-bind/test/index.js +252 -0
- package/node_modules/get-intrinsic/.eslintrc +42 -0
- package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/node_modules/get-intrinsic/.nycrc +9 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/node_modules/get-intrinsic/LICENSE +21 -0
- package/node_modules/get-intrinsic/README.md +71 -0
- package/node_modules/get-intrinsic/index.js +378 -0
- package/node_modules/get-intrinsic/package.json +97 -0
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/get-proto/LICENSE +21 -0
- 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/get-proto/package.json +81 -0
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/.eslintrc +16 -0
- package/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/node_modules/gopd/CHANGELOG.md +45 -0
- package/node_modules/gopd/LICENSE +21 -0
- package/node_modules/gopd/README.md +40 -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 +15 -0
- package/node_modules/gopd/package.json +77 -0
- package/node_modules/gopd/test/index.js +36 -0
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-symbols/.eslintrc +11 -0
- package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/node_modules/has-symbols/.nycrc +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/node_modules/has-symbols/LICENSE +21 -0
- package/node_modules/has-symbols/README.md +46 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +14 -0
- package/node_modules/has-symbols/package.json +111 -0
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +45 -0
- package/node_modules/has-symbols/test/index.js +22 -0
- package/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/node_modules/has-symbols/test/tests.js +58 -0
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/has-tostringtag/.eslintrc +5 -0
- package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
- package/node_modules/has-tostringtag/LICENSE +21 -0
- package/node_modules/has-tostringtag/README.md +46 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +8 -0
- package/node_modules/has-tostringtag/package.json +108 -0
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +8 -0
- package/node_modules/has-tostringtag/test/index.js +21 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
- package/node_modules/has-tostringtag/test/tests.js +15 -0
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +40 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +92 -0
- package/node_modules/hasown/tsconfig.json +6 -0
- package/node_modules/long/README.md +93 -87
- package/node_modules/long/index.d.ts +2 -2
- package/node_modules/long/index.js +360 -246
- package/node_modules/long/package.json +12 -4
- package/node_modules/long/types.d.ts +474 -0
- package/node_modules/long/umd/index.d.ts +2 -456
- package/node_modules/long/umd/index.js +1585 -1395
- package/node_modules/long/umd/types.d.ts +474 -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/protobufjs/dist/light/protobuf.js +531 -80
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.js +671 -144
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/index.d.ts +71 -13
- package/node_modules/protobufjs/package.json +4 -2
- package/node_modules/protobufjs/src/decoder.js +8 -10
- package/node_modules/protobufjs/src/encoder.js +1 -1
- package/node_modules/protobufjs/src/enum.js +25 -0
- package/node_modules/protobufjs/src/field.js +104 -28
- package/node_modules/protobufjs/src/namespace.js +124 -13
- package/node_modules/protobufjs/src/object.js +139 -4
- package/node_modules/protobufjs/src/oneof.js +19 -0
- package/node_modules/protobufjs/src/parse.js +139 -63
- package/node_modules/protobufjs/src/root.js +52 -15
- package/node_modules/protobufjs/src/service.js +23 -1
- package/node_modules/protobufjs/src/type.js +29 -4
- package/node_modules/protobufjs/src/util.js +4 -1
- package/node_modules/strnum/.github/SECURITY.md +5 -0
- package/node_modules/strnum/CHANGELOG.md +33 -0
- package/node_modules/strnum/README.md +14 -3
- package/node_modules/strnum/algo.stflow +84 -0
- package/node_modules/strnum/package.json +9 -2
- package/node_modules/strnum/strnum.js +72 -67
- package/node_modules/strnum/strnum.test.js +29 -6
- package/node_modules/strnum/test.js +9 -0
- package/node_modules/undici-types/dispatcher.d.ts +1 -0
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/readable.d.ts +5 -0
- package/node_modules/undici-types/webidl.d.ts +6 -0
- package/node_modules/uuid/README.md +12 -12
- package/node_modules/uuid/dist/cjs/types.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v1.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v1.js +1 -1
- package/node_modules/uuid/dist/cjs/v3.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v35.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v4.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v5.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v6.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v7.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v7.js +1 -1
- package/node_modules/uuid/dist/cjs-browser/types.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v1.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v1.js +1 -1
- package/node_modules/uuid/dist/cjs-browser/v3.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v35.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v4.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v5.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v6.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v7.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v7.js +1 -1
- package/node_modules/uuid/dist/esm/types.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v1.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v1.js +1 -1
- package/node_modules/uuid/dist/esm/v3.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v35.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v4.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v5.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v6.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v7.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v7.js +1 -1
- package/node_modules/uuid/dist/esm-browser/types.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v1.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v1.js +1 -1
- package/node_modules/uuid/dist/esm-browser/v3.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v35.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v4.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v5.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v6.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v7.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v7.js +1 -1
- package/node_modules/uuid/package.json +1 -1
- package/package.json +7 -7
- package/tak-registration.html +4 -4
- package/tak-registration.js +16 -7
- package/node_modules/axios/SECURITY.md +0 -6
- /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ If the `msg.payload` is an XML string it will be passed directly though. It shou
|
|
|
36
36
|
|
|
37
37
|
To create or update a simple marker send a msg with the following property
|
|
38
38
|
|
|
39
|
-
- **payload** - *object* - a "standard" node-red worldmap format - IE a msg.payload containing `name, lat, lon, SIDC or cottype or aistype, (alt), (speed), (bearing), (layer), (remarks)`, where `SIDC` is the standard mil 2525C code, eg SFGPU, `cottype` is the CoT type, eg a-f-g-u, or `aistype` is the AIS ship type number, eg 80 for a tanker. The `layer` will get turned into a hashtag which can then be selected on/off in the TAK app layers control, and any `remarks` will get added to the CoT remarks field.
|
|
39
|
+
- **payload** - *object* - a "standard" node-red worldmap format - IE a msg.payload containing `name, lat, lon, SIDC or cottype or aistype, (alt), (speed), (bearing), (layer), (remarks)`, where `SIDC` is the standard mil 2525C code, eg SFGPU, `cottype` is the CoT type, eg a-f-g-u, or `aistype` is the AIS ship type number, eg 80 for a tanker. The `layer` will get turned into a hashtag which can then be selected on/off in the TAK app layers control, and any `remarks` will get added to the CoT remarks field. You can also set the `icon` property to specify one of the inbuilt custom icons if you know the magic iconset codes.
|
|
40
40
|
|
|
41
41
|
### Simple GeoChat messages
|
|
42
42
|
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for geojson (https://geojson.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/geojson.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 23 Jan 2025 18:36:51 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -27,8 +27,42 @@ export type BBox = [number, number, number, number] | [number, number, number, n
|
|
|
27
27
|
* Array should contain between two and three elements.
|
|
28
28
|
* The previous GeoJSON specification allowed more elements (e.g., which could be used to represent M values),
|
|
29
29
|
* but the current specification only allows X, Y, and (optionally) Z to be defined.
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
*
|
|
31
|
+
* Note: the type will not be narrowed down to `[number, number] | [number, number, number]` due to
|
|
32
|
+
* marginal benefits and the large impact of breaking change.
|
|
33
|
+
*
|
|
34
|
+
* See previous discussions on the type narrowing:
|
|
35
|
+
* - {@link https://github.com/DefinitelyTyped/DefinitelyTyped/pull/21590|Nov 2017}
|
|
36
|
+
* - {@link https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/67773|Dec 2023}
|
|
37
|
+
* - {@link https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/71441| Dec 2024}
|
|
38
|
+
*
|
|
39
|
+
* One can use a
|
|
40
|
+
* {@link https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates|user-defined type guard that returns a type predicate}
|
|
41
|
+
* to determine if a position is a 2D or 3D position.
|
|
42
|
+
*
|
|
43
|
+
* @example
|
|
44
|
+
* import type { Position } from 'geojson';
|
|
45
|
+
*
|
|
46
|
+
* type StrictPosition = [x: number, y: number] | [x: number, y: number, z: number]
|
|
47
|
+
*
|
|
48
|
+
* function isStrictPosition(position: Position): position is StrictPosition {
|
|
49
|
+
* return position.length === 2 || position.length === 3
|
|
50
|
+
* };
|
|
51
|
+
*
|
|
52
|
+
* let position: Position = [-116.91, 45.54];
|
|
53
|
+
*
|
|
54
|
+
* let x: number;
|
|
55
|
+
* let y: number;
|
|
56
|
+
* let z: number | undefined;
|
|
57
|
+
*
|
|
58
|
+
* if (isStrictPosition(position)) {
|
|
59
|
+
* // `tsc` would throw an error if we tried to destructure a fourth parameter
|
|
60
|
+
* [x, y, z] = position;
|
|
61
|
+
* } else {
|
|
62
|
+
* throw new TypeError("Position is not a 2D or 3D point");
|
|
63
|
+
* }
|
|
64
|
+
*/
|
|
65
|
+
export type Position = number[];
|
|
32
66
|
|
|
33
67
|
/**
|
|
34
68
|
* The base GeoJSON object.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/geojson",
|
|
3
|
-
"version": "7946.0.
|
|
3
|
+
"version": "7946.0.16",
|
|
4
4
|
"description": "TypeScript definitions for geojson",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/geojson",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
43
|
"peerDependencies": {},
|
|
44
|
-
"typesPublisherContentHash": "
|
|
44
|
+
"typesPublisherContentHash": "e7997f4827a9a92b60c7a6cb27e8f18fa760803e9dd021965e95604338b72e88",
|
|
45
45
|
"typeScriptVersion": "5.0"
|
|
46
46
|
}
|
|
@@ -8,8 +8,8 @@ This package contains type definitions for node (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 19 May 2025 00:47:06 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
15
|
-
These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina),
|
|
15
|
+
These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), [Dmitry Semigradsky](https://github.com/Semigradsky), and [René](https://github.com/Renegade334).
|
|
@@ -956,6 +956,18 @@ declare module "assert" {
|
|
|
956
956
|
* @since v13.6.0, v12.16.0
|
|
957
957
|
*/
|
|
958
958
|
function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void;
|
|
959
|
+
/**
|
|
960
|
+
* Tests for partial deep equality between the `actual` and `expected` parameters.
|
|
961
|
+
* "Deep" equality means that the enumerable "own" properties of child objects
|
|
962
|
+
* are recursively evaluated also by the following rules. "Partial" equality means
|
|
963
|
+
* that only properties that exist on the `expected` parameter are going to be
|
|
964
|
+
* compared.
|
|
965
|
+
*
|
|
966
|
+
* This method always passes the same test cases as `assert.deepStrictEqual()`,
|
|
967
|
+
* behaving as a super set of it.
|
|
968
|
+
* @since v22.13.0
|
|
969
|
+
*/
|
|
970
|
+
function partialDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void;
|
|
959
971
|
/**
|
|
960
972
|
* In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example,
|
|
961
973
|
* {@link deepEqual} will behave like {@link deepStrictEqual}.
|
|
@@ -1015,6 +1027,7 @@ declare module "assert" {
|
|
|
1015
1027
|
| "deepStrictEqual"
|
|
1016
1028
|
| "ifError"
|
|
1017
1029
|
| "strict"
|
|
1030
|
+
| "AssertionError"
|
|
1018
1031
|
>
|
|
1019
1032
|
& {
|
|
1020
1033
|
(value: unknown, message?: string | Error): asserts value;
|
|
@@ -1030,6 +1043,7 @@ declare module "assert" {
|
|
|
1030
1043
|
deepStrictEqual: typeof deepStrictEqual;
|
|
1031
1044
|
ifError: typeof ifError;
|
|
1032
1045
|
strict: typeof strict;
|
|
1046
|
+
AssertionError: typeof AssertionError;
|
|
1033
1047
|
};
|
|
1034
1048
|
}
|
|
1035
1049
|
export = assert;
|
|
@@ -372,7 +372,6 @@ declare module "async_hooks" {
|
|
|
372
372
|
/**
|
|
373
373
|
* Binds the given function to the current execution context.
|
|
374
374
|
* @since v19.8.0
|
|
375
|
-
* @experimental
|
|
376
375
|
* @param fn The function to bind to the current execution context.
|
|
377
376
|
* @return A new function that calls `fn` within the captured execution context.
|
|
378
377
|
*/
|
|
@@ -403,7 +402,6 @@ declare module "async_hooks" {
|
|
|
403
402
|
* console.log(asyncLocalStorage.run(321, () => foo.get())); // returns 123
|
|
404
403
|
* ```
|
|
405
404
|
* @since v19.8.0
|
|
406
|
-
* @experimental
|
|
407
405
|
* @return A new function with the signature `(fn: (...args) : R, ...args) : R`.
|
|
408
406
|
*/
|
|
409
407
|
static snapshot(): <R, TArgs extends any[]>(fn: (...args: TArgs) => R, ...args: TArgs) => R;
|
|
@@ -535,6 +533,70 @@ declare module "async_hooks" {
|
|
|
535
533
|
*/
|
|
536
534
|
enterWith(store: T): void;
|
|
537
535
|
}
|
|
536
|
+
/**
|
|
537
|
+
* @since v17.2.0, v16.14.0
|
|
538
|
+
* @return A map of provider types to the corresponding numeric id.
|
|
539
|
+
* This map contains all the event types that might be emitted by the `async_hooks.init()` event.
|
|
540
|
+
*/
|
|
541
|
+
namespace asyncWrapProviders {
|
|
542
|
+
const NONE: number;
|
|
543
|
+
const DIRHANDLE: number;
|
|
544
|
+
const DNSCHANNEL: number;
|
|
545
|
+
const ELDHISTOGRAM: number;
|
|
546
|
+
const FILEHANDLE: number;
|
|
547
|
+
const FILEHANDLECLOSEREQ: number;
|
|
548
|
+
const FIXEDSIZEBLOBCOPY: number;
|
|
549
|
+
const FSEVENTWRAP: number;
|
|
550
|
+
const FSREQCALLBACK: number;
|
|
551
|
+
const FSREQPROMISE: number;
|
|
552
|
+
const GETADDRINFOREQWRAP: number;
|
|
553
|
+
const GETNAMEINFOREQWRAP: number;
|
|
554
|
+
const HEAPSNAPSHOT: number;
|
|
555
|
+
const HTTP2SESSION: number;
|
|
556
|
+
const HTTP2STREAM: number;
|
|
557
|
+
const HTTP2PING: number;
|
|
558
|
+
const HTTP2SETTINGS: number;
|
|
559
|
+
const HTTPINCOMINGMESSAGE: number;
|
|
560
|
+
const HTTPCLIENTREQUEST: number;
|
|
561
|
+
const JSSTREAM: number;
|
|
562
|
+
const JSUDPWRAP: number;
|
|
563
|
+
const MESSAGEPORT: number;
|
|
564
|
+
const PIPECONNECTWRAP: number;
|
|
565
|
+
const PIPESERVERWRAP: number;
|
|
566
|
+
const PIPEWRAP: number;
|
|
567
|
+
const PROCESSWRAP: number;
|
|
568
|
+
const PROMISE: number;
|
|
569
|
+
const QUERYWRAP: number;
|
|
570
|
+
const SHUTDOWNWRAP: number;
|
|
571
|
+
const SIGNALWRAP: number;
|
|
572
|
+
const STATWATCHER: number;
|
|
573
|
+
const STREAMPIPE: number;
|
|
574
|
+
const TCPCONNECTWRAP: number;
|
|
575
|
+
const TCPSERVERWRAP: number;
|
|
576
|
+
const TCPWRAP: number;
|
|
577
|
+
const TTYWRAP: number;
|
|
578
|
+
const UDPSENDWRAP: number;
|
|
579
|
+
const UDPWRAP: number;
|
|
580
|
+
const SIGINTWATCHDOG: number;
|
|
581
|
+
const WORKER: number;
|
|
582
|
+
const WORKERHEAPSNAPSHOT: number;
|
|
583
|
+
const WRITEWRAP: number;
|
|
584
|
+
const ZLIB: number;
|
|
585
|
+
const CHECKPRIMEREQUEST: number;
|
|
586
|
+
const PBKDF2REQUEST: number;
|
|
587
|
+
const KEYPAIRGENREQUEST: number;
|
|
588
|
+
const KEYGENREQUEST: number;
|
|
589
|
+
const KEYEXPORTREQUEST: number;
|
|
590
|
+
const CIPHERREQUEST: number;
|
|
591
|
+
const DERIVEBITSREQUEST: number;
|
|
592
|
+
const HASHREQUEST: number;
|
|
593
|
+
const RANDOMBYTESREQUEST: number;
|
|
594
|
+
const RANDOMPRIMEREQUEST: number;
|
|
595
|
+
const SCRYPTREQUEST: number;
|
|
596
|
+
const SIGNREQUEST: number;
|
|
597
|
+
const TLSWRAP: number;
|
|
598
|
+
const VERIFYREQUEST: number;
|
|
599
|
+
}
|
|
538
600
|
}
|
|
539
601
|
declare module "node:async_hooks" {
|
|
540
602
|
export * from "async_hooks";
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
declare module "buffer" {
|
|
2
|
+
type ImplicitArrayBuffer<T extends WithImplicitCoercion<ArrayBufferLike>> = T extends
|
|
3
|
+
{ valueOf(): infer V extends ArrayBufferLike } ? V : T;
|
|
2
4
|
global {
|
|
3
5
|
interface BufferConstructor {
|
|
4
6
|
// see buffer.d.ts for implementation shared with all TypeScript versions
|
|
@@ -24,7 +26,7 @@ declare module "buffer" {
|
|
|
24
26
|
* @param array The octets to store.
|
|
25
27
|
* @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
|
|
26
28
|
*/
|
|
27
|
-
new(array:
|
|
29
|
+
new(array: ArrayLike<number>): Buffer<ArrayBuffer>;
|
|
28
30
|
/**
|
|
29
31
|
* Produces a Buffer backed by the same allocated memory as
|
|
30
32
|
* the given {ArrayBuffer}/{SharedArrayBuffer}.
|
|
@@ -33,20 +35,6 @@ declare module "buffer" {
|
|
|
33
35
|
* @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead.
|
|
34
36
|
*/
|
|
35
37
|
new<TArrayBuffer extends ArrayBufferLike = ArrayBuffer>(arrayBuffer: TArrayBuffer): Buffer<TArrayBuffer>;
|
|
36
|
-
/**
|
|
37
|
-
* Allocates a new buffer containing the given {array} of octets.
|
|
38
|
-
*
|
|
39
|
-
* @param array The octets to store.
|
|
40
|
-
* @deprecated since v10.0.0 - Use `Buffer.from(array)` instead.
|
|
41
|
-
*/
|
|
42
|
-
new(array: readonly any[]): Buffer<ArrayBuffer>;
|
|
43
|
-
/**
|
|
44
|
-
* Copies the passed {buffer} data onto a new {Buffer} instance.
|
|
45
|
-
*
|
|
46
|
-
* @param buffer The buffer to copy.
|
|
47
|
-
* @deprecated since v10.0.0 - Use `Buffer.from(buffer)` instead.
|
|
48
|
-
*/
|
|
49
|
-
new(buffer: Buffer): Buffer<ArrayBuffer>;
|
|
50
38
|
/**
|
|
51
39
|
* Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`.
|
|
52
40
|
* Array entries outside that range will be truncated to fit into it.
|
|
@@ -58,40 +46,121 @@ declare module "buffer" {
|
|
|
58
46
|
* const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]);
|
|
59
47
|
* ```
|
|
60
48
|
*
|
|
61
|
-
* If `array` is an `Array
|
|
49
|
+
* If `array` is an `Array`-like object (that is, one with a `length` property of
|
|
62
50
|
* type `number`), it is treated as if it is an array, unless it is a `Buffer` or
|
|
63
|
-
* a `Uint8Array`. This means all other `TypedArray` variants get treated as an
|
|
51
|
+
* a `Uint8Array`. This means all other `TypedArray` variants get treated as an
|
|
52
|
+
* `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use
|
|
53
|
+
* `Buffer.copyBytesFrom()`.
|
|
64
54
|
*
|
|
65
55
|
* A `TypeError` will be thrown if `array` is not an `Array` or another type
|
|
66
56
|
* appropriate for `Buffer.from()` variants.
|
|
67
57
|
*
|
|
68
|
-
* `Buffer.from(array)` and `Buffer.from(string)` may also use the internal
|
|
58
|
+
* `Buffer.from(array)` and `Buffer.from(string)` may also use the internal
|
|
59
|
+
* `Buffer` pool like `Buffer.allocUnsafe()` does.
|
|
69
60
|
* @since v5.10.0
|
|
70
61
|
*/
|
|
71
|
-
from<
|
|
72
|
-
arrayBuffer: WithImplicitCoercion<TArrayBuffer>,
|
|
73
|
-
byteOffset?: number,
|
|
74
|
-
length?: number,
|
|
75
|
-
): Buffer<TArrayBuffer>;
|
|
62
|
+
from(array: WithImplicitCoercion<ArrayLike<number>>): Buffer<ArrayBuffer>;
|
|
76
63
|
/**
|
|
77
|
-
*
|
|
78
|
-
*
|
|
64
|
+
* This creates a view of the `ArrayBuffer` without copying the underlying
|
|
65
|
+
* memory. For example, when passed a reference to the `.buffer` property of a
|
|
66
|
+
* `TypedArray` instance, the newly created `Buffer` will share the same
|
|
67
|
+
* allocated memory as the `TypedArray`'s underlying `ArrayBuffer`.
|
|
68
|
+
*
|
|
69
|
+
* ```js
|
|
70
|
+
* import { Buffer } from 'node:buffer';
|
|
71
|
+
*
|
|
72
|
+
* const arr = new Uint16Array(2);
|
|
73
|
+
*
|
|
74
|
+
* arr[0] = 5000;
|
|
75
|
+
* arr[1] = 4000;
|
|
76
|
+
*
|
|
77
|
+
* // Shares memory with `arr`.
|
|
78
|
+
* const buf = Buffer.from(arr.buffer);
|
|
79
|
+
*
|
|
80
|
+
* console.log(buf);
|
|
81
|
+
* // Prints: <Buffer 88 13 a0 0f>
|
|
82
|
+
*
|
|
83
|
+
* // Changing the original Uint16Array changes the Buffer also.
|
|
84
|
+
* arr[1] = 6000;
|
|
85
|
+
*
|
|
86
|
+
* console.log(buf);
|
|
87
|
+
* // Prints: <Buffer 88 13 70 17>
|
|
88
|
+
* ```
|
|
89
|
+
*
|
|
90
|
+
* The optional `byteOffset` and `length` arguments specify a memory range within
|
|
91
|
+
* the `arrayBuffer` that will be shared by the `Buffer`.
|
|
92
|
+
*
|
|
93
|
+
* ```js
|
|
94
|
+
* import { Buffer } from 'node:buffer';
|
|
95
|
+
*
|
|
96
|
+
* const ab = new ArrayBuffer(10);
|
|
97
|
+
* const buf = Buffer.from(ab, 0, 2);
|
|
98
|
+
*
|
|
99
|
+
* console.log(buf.length);
|
|
100
|
+
* // Prints: 2
|
|
101
|
+
* ```
|
|
102
|
+
*
|
|
103
|
+
* A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer` or a
|
|
104
|
+
* `SharedArrayBuffer` or another type appropriate for `Buffer.from()`
|
|
105
|
+
* variants.
|
|
106
|
+
*
|
|
107
|
+
* It is important to remember that a backing `ArrayBuffer` can cover a range
|
|
108
|
+
* of memory that extends beyond the bounds of a `TypedArray` view. A new
|
|
109
|
+
* `Buffer` created using the `buffer` property of a `TypedArray` may extend
|
|
110
|
+
* beyond the range of the `TypedArray`:
|
|
111
|
+
*
|
|
112
|
+
* ```js
|
|
113
|
+
* import { Buffer } from 'node:buffer';
|
|
114
|
+
*
|
|
115
|
+
* const arrA = Uint8Array.from([0x63, 0x64, 0x65, 0x66]); // 4 elements
|
|
116
|
+
* const arrB = new Uint8Array(arrA.buffer, 1, 2); // 2 elements
|
|
117
|
+
* console.log(arrA.buffer === arrB.buffer); // true
|
|
118
|
+
*
|
|
119
|
+
* const buf = Buffer.from(arrB.buffer);
|
|
120
|
+
* console.log(buf);
|
|
121
|
+
* // Prints: <Buffer 63 64 65 66>
|
|
122
|
+
* ```
|
|
123
|
+
* @since v5.10.0
|
|
124
|
+
* @param arrayBuffer An `ArrayBuffer`, `SharedArrayBuffer`, for example the
|
|
125
|
+
* `.buffer` property of a `TypedArray`.
|
|
126
|
+
* @param byteOffset Index of first byte to expose. **Default:** `0`.
|
|
127
|
+
* @param length Number of bytes to expose. **Default:**
|
|
128
|
+
* `arrayBuffer.byteLength - byteOffset`.
|
|
79
129
|
*/
|
|
80
|
-
from
|
|
81
|
-
|
|
130
|
+
from<TArrayBuffer extends WithImplicitCoercion<ArrayBufferLike>>(
|
|
131
|
+
arrayBuffer: TArrayBuffer,
|
|
132
|
+
byteOffset?: number,
|
|
133
|
+
length?: number,
|
|
134
|
+
): Buffer<ImplicitArrayBuffer<TArrayBuffer>>;
|
|
82
135
|
/**
|
|
83
|
-
* Creates a new Buffer containing
|
|
84
|
-
*
|
|
85
|
-
*
|
|
136
|
+
* Creates a new `Buffer` containing `string`. The `encoding` parameter identifies
|
|
137
|
+
* the character encoding to be used when converting `string` into bytes.
|
|
138
|
+
*
|
|
139
|
+
* ```js
|
|
140
|
+
* import { Buffer } from 'node:buffer';
|
|
141
|
+
*
|
|
142
|
+
* const buf1 = Buffer.from('this is a tést');
|
|
143
|
+
* const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex');
|
|
144
|
+
*
|
|
145
|
+
* console.log(buf1.toString());
|
|
146
|
+
* // Prints: this is a tést
|
|
147
|
+
* console.log(buf2.toString());
|
|
148
|
+
* // Prints: this is a tést
|
|
149
|
+
* console.log(buf1.toString('latin1'));
|
|
150
|
+
* // Prints: this is a tést
|
|
151
|
+
* ```
|
|
152
|
+
*
|
|
153
|
+
* A `TypeError` will be thrown if `string` is not a string or another type
|
|
154
|
+
* appropriate for `Buffer.from()` variants.
|
|
155
|
+
*
|
|
156
|
+
* `Buffer.from(string)` may also use the internal `Buffer` pool like
|
|
157
|
+
* `Buffer.allocUnsafe()` does.
|
|
158
|
+
* @since v5.10.0
|
|
159
|
+
* @param string A string to encode.
|
|
160
|
+
* @param encoding The encoding of `string`. **Default:** `'utf8'`.
|
|
86
161
|
*/
|
|
87
|
-
from(
|
|
88
|
-
|
|
89
|
-
| WithImplicitCoercion<string>
|
|
90
|
-
| {
|
|
91
|
-
[Symbol.toPrimitive](hint: "string"): string;
|
|
92
|
-
},
|
|
93
|
-
encoding?: BufferEncoding,
|
|
94
|
-
): Buffer<ArrayBuffer>;
|
|
162
|
+
from(string: WithImplicitCoercion<string>, encoding?: BufferEncoding): Buffer<ArrayBuffer>;
|
|
163
|
+
from(arrayOrString: WithImplicitCoercion<ArrayLike<number> | string>): Buffer<ArrayBuffer>;
|
|
95
164
|
/**
|
|
96
165
|
* Creates a new Buffer using the passed {data}
|
|
97
166
|
* @param values to create a new Buffer
|
|
@@ -107,7 +176,8 @@ declare module "buffer" {
|
|
|
107
176
|
*
|
|
108
177
|
* If `totalLength` is provided, it is coerced to an unsigned integer. If the
|
|
109
178
|
* combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is
|
|
110
|
-
* truncated to `totalLength`.
|
|
179
|
+
* truncated to `totalLength`. If the combined length of the `Buffer`s in `list` is
|
|
180
|
+
* less than `totalLength`, the remaining space is filled with zeros.
|
|
111
181
|
*
|
|
112
182
|
* ```js
|
|
113
183
|
* import { Buffer } from 'node:buffer';
|
|
@@ -381,5 +451,13 @@ declare module "buffer" {
|
|
|
381
451
|
*/
|
|
382
452
|
subarray(start?: number, end?: number): Buffer<TArrayBuffer>;
|
|
383
453
|
}
|
|
454
|
+
type NonSharedBuffer = Buffer<ArrayBuffer>;
|
|
455
|
+
type AllowSharedBuffer = Buffer<ArrayBufferLike>;
|
|
384
456
|
}
|
|
457
|
+
/** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */
|
|
458
|
+
var SlowBuffer: {
|
|
459
|
+
/** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */
|
|
460
|
+
new(size: number): Buffer<ArrayBuffer>;
|
|
461
|
+
prototype: Buffer;
|
|
462
|
+
};
|
|
385
463
|
}
|
|
@@ -69,7 +69,7 @@ declare module "buffer" {
|
|
|
69
69
|
* @param input The input to validate.
|
|
70
70
|
*/
|
|
71
71
|
export function isAscii(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean;
|
|
72
|
-
export
|
|
72
|
+
export let INSPECT_MAX_BYTES: number;
|
|
73
73
|
export const kMaxLength: number;
|
|
74
74
|
export const kStringMaxLength: number;
|
|
75
75
|
export const constants: {
|
|
@@ -114,11 +114,6 @@ declare module "buffer" {
|
|
|
114
114
|
* @param toEnc To target encoding.
|
|
115
115
|
*/
|
|
116
116
|
export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer;
|
|
117
|
-
export const SlowBuffer: {
|
|
118
|
-
/** @deprecated since v6.0.0, use `Buffer.allocUnsafeSlow()` */
|
|
119
|
-
new(size: number): Buffer;
|
|
120
|
-
prototype: Buffer;
|
|
121
|
-
};
|
|
122
117
|
/**
|
|
123
118
|
* Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using
|
|
124
119
|
* a prior call to `URL.createObjectURL()`.
|
|
@@ -127,7 +122,7 @@ declare module "buffer" {
|
|
|
127
122
|
* @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`.
|
|
128
123
|
*/
|
|
129
124
|
export function resolveObjectURL(id: string): Blob | undefined;
|
|
130
|
-
export { Buffer };
|
|
125
|
+
export { type AllowSharedBuffer, Buffer, type NonSharedBuffer };
|
|
131
126
|
/**
|
|
132
127
|
* @experimental
|
|
133
128
|
*/
|
|
@@ -237,7 +232,10 @@ declare module "buffer" {
|
|
|
237
232
|
}
|
|
238
233
|
export import atob = globalThis.atob;
|
|
239
234
|
export import btoa = globalThis.btoa;
|
|
240
|
-
|
|
235
|
+
export type WithImplicitCoercion<T> =
|
|
236
|
+
| T
|
|
237
|
+
| { valueOf(): T }
|
|
238
|
+
| (T extends string ? { [Symbol.toPrimitive](hint: "string"): T } : never);
|
|
241
239
|
global {
|
|
242
240
|
namespace NodeJS {
|
|
243
241
|
export { BufferEncoding };
|
|
@@ -256,11 +254,6 @@ declare module "buffer" {
|
|
|
256
254
|
| "latin1"
|
|
257
255
|
| "binary"
|
|
258
256
|
| "hex";
|
|
259
|
-
type WithImplicitCoercion<T> =
|
|
260
|
-
| T
|
|
261
|
-
| {
|
|
262
|
-
valueOf(): T;
|
|
263
|
-
};
|
|
264
257
|
/**
|
|
265
258
|
* Raw data is stored in instances of the Buffer class.
|
|
266
259
|
* A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized.
|
|
@@ -266,7 +266,7 @@ declare module "cluster" {
|
|
|
266
266
|
* @since v0.7.7
|
|
267
267
|
* @return A reference to `worker`.
|
|
268
268
|
*/
|
|
269
|
-
disconnect():
|
|
269
|
+
disconnect(): this;
|
|
270
270
|
/**
|
|
271
271
|
* This function returns `true` if the worker is connected to its primary via its
|
|
272
272
|
* IPC channel, `false` otherwise. A worker is connected to its primary after it
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
/**
|
|
1
|
+
/**
|
|
2
|
+
* @deprecated The `node:constants` module is deprecated. When requiring access to constants
|
|
3
|
+
* relevant to specific Node.js builtin modules, developers should instead refer
|
|
4
|
+
* to the `constants` property exposed by the relevant module. For instance,
|
|
5
|
+
* `require('node:fs').constants` and `require('node:os').constants`.
|
|
6
|
+
*/
|
|
2
7
|
declare module "constants" {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
& typeof
|
|
9
|
-
& typeof
|
|
10
|
-
|
|
11
|
-
& typeof cryptoConstants
|
|
12
|
-
& typeof fsConstants;
|
|
13
|
-
export = exp;
|
|
8
|
+
const constants:
|
|
9
|
+
& typeof import("node:os").constants.dlopen
|
|
10
|
+
& typeof import("node:os").constants.errno
|
|
11
|
+
& typeof import("node:os").constants.priority
|
|
12
|
+
& typeof import("node:os").constants.signals
|
|
13
|
+
& typeof import("node:fs").constants
|
|
14
|
+
& typeof import("node:crypto").constants;
|
|
15
|
+
export = constants;
|
|
14
16
|
}
|
|
15
17
|
|
|
16
18
|
declare module "node:constants" {
|
|
@@ -682,9 +682,10 @@ declare module "crypto" {
|
|
|
682
682
|
*/
|
|
683
683
|
type: KeyObjectType;
|
|
684
684
|
}
|
|
685
|
-
type CipherCCMTypes = "aes-128-ccm" | "aes-192-ccm" | "aes-256-ccm"
|
|
685
|
+
type CipherCCMTypes = "aes-128-ccm" | "aes-192-ccm" | "aes-256-ccm";
|
|
686
686
|
type CipherGCMTypes = "aes-128-gcm" | "aes-192-gcm" | "aes-256-gcm";
|
|
687
687
|
type CipherOCBTypes = "aes-128-ocb" | "aes-192-ocb" | "aes-256-ocb";
|
|
688
|
+
type CipherChaCha20Poly1305Types = "chacha20-poly1305";
|
|
688
689
|
type BinaryLike = string | NodeJS.ArrayBufferView;
|
|
689
690
|
type CipherKey = BinaryLike | KeyObject;
|
|
690
691
|
interface CipherCCMOptions extends stream.TransformOptions {
|
|
@@ -696,6 +697,10 @@ declare module "crypto" {
|
|
|
696
697
|
interface CipherOCBOptions extends stream.TransformOptions {
|
|
697
698
|
authTagLength: number;
|
|
698
699
|
}
|
|
700
|
+
interface CipherChaCha20Poly1305Options extends stream.TransformOptions {
|
|
701
|
+
/** @default 16 */
|
|
702
|
+
authTagLength?: number | undefined;
|
|
703
|
+
}
|
|
699
704
|
/**
|
|
700
705
|
* Creates and returns a `Cipher` object, with the given `algorithm`, `key` and
|
|
701
706
|
* initialization vector (`iv`).
|
|
@@ -744,6 +749,12 @@ declare module "crypto" {
|
|
|
744
749
|
iv: BinaryLike,
|
|
745
750
|
options?: CipherGCMOptions,
|
|
746
751
|
): CipherGCM;
|
|
752
|
+
function createCipheriv(
|
|
753
|
+
algorithm: CipherChaCha20Poly1305Types,
|
|
754
|
+
key: CipherKey,
|
|
755
|
+
iv: BinaryLike,
|
|
756
|
+
options?: CipherChaCha20Poly1305Options,
|
|
757
|
+
): CipherChaCha20Poly1305;
|
|
747
758
|
function createCipheriv(
|
|
748
759
|
algorithm: string,
|
|
749
760
|
key: CipherKey,
|
|
@@ -943,6 +954,15 @@ declare module "crypto" {
|
|
|
943
954
|
): this;
|
|
944
955
|
getAuthTag(): Buffer;
|
|
945
956
|
}
|
|
957
|
+
interface CipherChaCha20Poly1305 extends Cipher {
|
|
958
|
+
setAAD(
|
|
959
|
+
buffer: NodeJS.ArrayBufferView,
|
|
960
|
+
options: {
|
|
961
|
+
plaintextLength: number;
|
|
962
|
+
},
|
|
963
|
+
): this;
|
|
964
|
+
getAuthTag(): Buffer;
|
|
965
|
+
}
|
|
946
966
|
/**
|
|
947
967
|
* Creates and returns a `Decipher` object that uses the given `algorithm`, `key` and initialization vector (`iv`).
|
|
948
968
|
*
|
|
@@ -990,6 +1010,12 @@ declare module "crypto" {
|
|
|
990
1010
|
iv: BinaryLike,
|
|
991
1011
|
options?: CipherGCMOptions,
|
|
992
1012
|
): DecipherGCM;
|
|
1013
|
+
function createDecipheriv(
|
|
1014
|
+
algorithm: CipherChaCha20Poly1305Types,
|
|
1015
|
+
key: CipherKey,
|
|
1016
|
+
iv: BinaryLike,
|
|
1017
|
+
options?: CipherChaCha20Poly1305Options,
|
|
1018
|
+
): DecipherChaCha20Poly1305;
|
|
993
1019
|
function createDecipheriv(
|
|
994
1020
|
algorithm: string,
|
|
995
1021
|
key: CipherKey,
|
|
@@ -1175,6 +1201,15 @@ declare module "crypto" {
|
|
|
1175
1201
|
},
|
|
1176
1202
|
): this;
|
|
1177
1203
|
}
|
|
1204
|
+
interface DecipherChaCha20Poly1305 extends Decipher {
|
|
1205
|
+
setAuthTag(buffer: NodeJS.ArrayBufferView): this;
|
|
1206
|
+
setAAD(
|
|
1207
|
+
buffer: NodeJS.ArrayBufferView,
|
|
1208
|
+
options: {
|
|
1209
|
+
plaintextLength: number;
|
|
1210
|
+
},
|
|
1211
|
+
): this;
|
|
1212
|
+
}
|
|
1178
1213
|
interface PrivateKeyInput {
|
|
1179
1214
|
key: string | Buffer;
|
|
1180
1215
|
format?: KeyFormat | undefined;
|
|
@@ -4186,9 +4221,13 @@ declare module "crypto" {
|
|
|
4186
4221
|
* - `'PBKDF2'`
|
|
4187
4222
|
* @since v15.0.0
|
|
4188
4223
|
*/
|
|
4189
|
-
deriveBits(algorithm: EcdhKeyDeriveParams, baseKey: CryptoKey, length: number | null): Promise<ArrayBuffer>;
|
|
4190
4224
|
deriveBits(
|
|
4191
|
-
algorithm:
|
|
4225
|
+
algorithm: EcdhKeyDeriveParams,
|
|
4226
|
+
baseKey: CryptoKey,
|
|
4227
|
+
length?: number | null,
|
|
4228
|
+
): Promise<ArrayBuffer>;
|
|
4229
|
+
deriveBits(
|
|
4230
|
+
algorithm: EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params,
|
|
4192
4231
|
baseKey: CryptoKey,
|
|
4193
4232
|
length: number,
|
|
4194
4233
|
): Promise<ArrayBuffer>;
|
|
@@ -4210,14 +4249,9 @@ declare module "crypto" {
|
|
|
4210
4249
|
* @since v15.0.0
|
|
4211
4250
|
*/
|
|
4212
4251
|
deriveKey(
|
|
4213
|
-
algorithm:
|
|
4252
|
+
algorithm: EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params,
|
|
4214
4253
|
baseKey: CryptoKey,
|
|
4215
|
-
derivedKeyAlgorithm:
|
|
4216
|
-
| AlgorithmIdentifier
|
|
4217
|
-
| AesDerivedKeyParams
|
|
4218
|
-
| HmacImportParams
|
|
4219
|
-
| HkdfParams
|
|
4220
|
-
| Pbkdf2Params,
|
|
4254
|
+
derivedKeyAlgorithm: AlgorithmIdentifier | HmacImportParams | AesDerivedKeyParams,
|
|
4221
4255
|
extractable: boolean,
|
|
4222
4256
|
keyUsages: readonly KeyUsage[],
|
|
4223
4257
|
): Promise<CryptoKey>;
|