@corellium/corellium-cli 1.4.0 → 1.5.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/.eslintrc.js +12 -16
- package/.gitlab-ci.yml +13 -13
- package/.nvmrc +1 -1
- package/.nycrc +14 -14
- package/.prettierrc.js +8 -7
- package/README.md +13 -6
- package/docs/OVERVIEW.md +57 -27
- package/index.js +8 -8
- package/lint-staged.config.js +3 -6
- package/node_modules/@babel/cli/README.md +1 -1
- package/node_modules/@babel/cli/bin/babel-external-helpers.mjs +3 -0
- package/node_modules/@babel/cli/bin/babel.mjs +3 -0
- package/node_modules/@babel/cli/lib/babel/dir.js +23 -73
- package/node_modules/@babel/cli/lib/babel/dir.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/file.js +27 -72
- package/node_modules/@babel/cli/lib/babel/file.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/index.js +6 -8
- package/node_modules/@babel/cli/lib/babel/index.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/options.js +70 -143
- package/node_modules/@babel/cli/lib/babel/options.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/util.js +39 -59
- package/node_modules/@babel/cli/lib/babel/util.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel/watcher.js +19 -52
- package/node_modules/@babel/cli/lib/babel/watcher.js.map +1 -0
- package/node_modules/@babel/cli/lib/babel-external-helpers.js +14 -21
- package/node_modules/@babel/cli/lib/babel-external-helpers.js.map +1 -0
- package/node_modules/@babel/cli/package.json +11 -9
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +19 -29
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -1
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +19 -29
- package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -1
- package/node_modules/@jridgewell/resolve-uri/package.json +2 -2
- package/node_modules/@jridgewell/sourcemap-codec/README.md +147 -83
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +351 -91
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -1
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +354 -90
- package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -1
- package/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
- package/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +2 -0
- package/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
- package/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
- package/node_modules/@jridgewell/sourcemap-codec/package.json +7 -7
- package/node_modules/@jridgewell/trace-mapping/README.md +5 -0
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +202 -174
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +216 -182
- package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +1 -1
- package/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +8 -8
- package/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +33 -28
- package/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +23 -16
- package/node_modules/@jridgewell/trace-mapping/package.json +20 -18
- package/node_modules/anymatch/index.d.ts +1 -0
- package/node_modules/anymatch/index.js +1 -1
- package/node_modules/anymatch/package.json +1 -1
- package/node_modules/{form-data/README.md.bak → axios/node_modules/form-data/Readme.md} +4 -4
- package/node_modules/{superagent → axios}/node_modules/form-data/lib/form_data.js +8 -5
- package/node_modules/{superagent → axios}/node_modules/form-data/package.json +9 -6
- package/node_modules/binary-extensions/binary-extensions.json +3 -0
- package/node_modules/binary-extensions/license +2 -1
- package/node_modules/binary-extensions/package.json +4 -2
- package/node_modules/binary-extensions/readme.md +2 -18
- package/node_modules/braces/LICENSE +1 -1
- package/node_modules/braces/README.md +91 -98
- package/node_modules/braces/index.js +3 -3
- package/node_modules/braces/lib/compile.js +14 -11
- package/node_modules/braces/lib/constants.js +1 -1
- package/node_modules/braces/lib/expand.js +9 -9
- package/node_modules/braces/lib/parse.js +14 -16
- package/node_modules/braces/lib/stringify.js +4 -4
- package/node_modules/braces/lib/utils.js +13 -3
- package/node_modules/braces/package.json +2 -2
- package/node_modules/{call-bind → call-bind-apply-helpers}/.eslintrc +0 -1
- 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 +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-bound/.github/FUNDING.yml +12 -0
- package/node_modules/call-bound/.nycrc +9 -0
- package/node_modules/call-bound/CHANGELOG.md +34 -0
- package/node_modules/call-bound/LICENSE +21 -0
- 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-bound/package.json +99 -0
- package/node_modules/{call-bind/test/callBound.js → call-bound/test/index.js} +1 -2
- package/node_modules/call-bound/tsconfig.json +9 -0
- package/node_modules/chokidar/README.md +1 -1
- package/node_modules/chokidar/index.js +1 -1
- package/node_modules/chokidar/lib/constants.js +1 -0
- package/node_modules/chokidar/lib/fsevents-handler.js +2 -0
- package/node_modules/chokidar/package.json +5 -20
- package/node_modules/chokidar/types/index.d.ts +4 -0
- package/node_modules/cliui/CHANGELOG.md +18 -0
- package/node_modules/cliui/build/index.d.cts +43 -0
- package/node_modules/cliui/package.json +6 -6
- package/node_modules/commander/CHANGELOG.md +361 -0
- package/node_modules/{@babel/cli/node_modules/commander → commander}/Readme.md +243 -165
- package/node_modules/commander/index.js +1881 -0
- package/node_modules/{@babel/cli/node_modules/commander → commander}/package.json +19 -9
- package/node_modules/commander/typings/index.d.ts +410 -0
- package/node_modules/component-emitter/LICENSE +24 -24
- package/node_modules/component-emitter/Readme.md +74 -74
- package/node_modules/component-emitter/index.js +175 -175
- package/node_modules/component-emitter/package.json +3 -2
- package/node_modules/convert-source-map/README.md +97 -11
- package/node_modules/convert-source-map/index.js +127 -30
- package/node_modules/convert-source-map/package.json +3 -9
- package/node_modules/cookiejar/cookiejar.js +5 -0
- package/node_modules/cookiejar/package.json +1 -1
- package/node_modules/debug/README.md +1 -1
- package/node_modules/debug/package.json +10 -4
- package/node_modules/debug/src/browser.js +4 -1
- package/node_modules/debug/src/common.js +57 -39
- package/node_modules/debug/src/node.js +2 -2
- package/node_modules/dotenv/CHANGELOG.md +133 -1
- package/node_modules/dotenv/README-es.md +448 -0
- package/node_modules/dotenv/README.md +309 -66
- package/node_modules/dotenv/lib/cli-options.js +1 -1
- package/node_modules/dotenv/lib/env-options.js +4 -0
- package/node_modules/dotenv/lib/main.d.ts +85 -5
- package/node_modules/dotenv/lib/main.js +287 -35
- package/node_modules/dotenv/package.json +19 -14
- package/node_modules/dunder-proto/.eslintrc +5 -0
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -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/escalade/index.d.mts +11 -0
- package/node_modules/escalade/index.d.ts +14 -2
- package/node_modules/escalade/package.json +18 -5
- package/node_modules/escalade/readme.md +1 -1
- package/node_modules/escalade/sync/index.d.mts +9 -0
- package/node_modules/escalade/sync/index.d.ts +13 -2
- package/node_modules/fill-range/index.js +4 -5
- package/node_modules/fill-range/package.json +8 -3
- package/node_modules/follow-redirects/index.js +186 -98
- package/node_modules/follow-redirects/package.json +3 -4
- package/node_modules/form-data/Readme.md +5 -7
- package/node_modules/form-data/lib/form_data.js +5 -8
- package/node_modules/form-data/package.json +9 -6
- package/node_modules/function-bind/.eslintrc +11 -5
- 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/README.md +25 -27
- package/node_modules/function-bind/implementation.js +44 -12
- package/node_modules/function-bind/package.json +38 -14
- package/node_modules/get-intrinsic/.eslintrc +1 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +87 -0
- package/node_modules/get-intrinsic/index.js +75 -32
- package/node_modules/get-intrinsic/package.json +31 -22
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +3 -3
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/{call-bind → 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/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/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/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/make-dir/node_modules/semver/package.json +38 -0
- package/node_modules/{@babel/cli → make-dir}/node_modules/semver/semver.js +68 -26
- 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/ms/index.js +1 -1
- package/node_modules/ms/license.md +1 -1
- package/node_modules/ms/package.json +5 -4
- package/node_modules/ms/readme.md +1 -2
- package/node_modules/object-inspect/CHANGELOG.md +56 -0
- package/node_modules/object-inspect/index.js +38 -9
- package/node_modules/object-inspect/package.json +23 -13
- package/node_modules/object-inspect/readme.markdown +9 -11
- package/node_modules/object-inspect/test/global.js +17 -0
- package/node_modules/object-inspect/test/quoteStyle.js +9 -0
- package/node_modules/qs/.editorconfig +3 -0
- package/node_modules/qs/.eslintrc +3 -2
- package/node_modules/qs/CHANGELOG.md +81 -5
- package/node_modules/qs/README.md +158 -50
- package/node_modules/qs/dist/qs.js +90 -2003
- package/node_modules/qs/lib/parse.js +89 -24
- package/node_modules/qs/lib/stringify.js +61 -31
- package/node_modules/qs/lib/utils.js +54 -38
- package/node_modules/qs/package.json +29 -13
- package/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/node_modules/qs/test/parse.js +468 -47
- package/node_modules/qs/test/stringify.js +454 -57
- package/node_modules/qs/test/utils.js +126 -0
- package/node_modules/side-channel/.editorconfig +9 -0
- package/node_modules/side-channel/.eslintrc +2 -1
- package/node_modules/side-channel/CHANGELOG.md +45 -0
- package/node_modules/side-channel/README.md +60 -1
- package/node_modules/side-channel/index.d.ts +14 -0
- package/node_modules/side-channel/index.js +21 -102
- package/node_modules/side-channel/package.json +40 -22
- package/node_modules/side-channel/test/index.js +78 -52
- package/node_modules/side-channel/tsconfig.json +9 -0
- package/node_modules/{function-bind → side-channel-list}/.editorconfig +3 -14
- 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/.nycrc +13 -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/superagent/node_modules/readable-stream/README.md +1 -1
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_duplex.js +12 -25
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_passthrough.js +2 -4
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_readable.js +176 -273
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_transform.js +26 -37
- package/node_modules/superagent/node_modules/readable-stream/lib/_stream_writable.js +118 -174
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/async_iterator.js +10 -37
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/buffer_list.js +20 -47
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/destroy.js +8 -17
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +1 -19
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/from.js +12 -24
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/pipeline.js +5 -16
- package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/state.js +2 -7
- package/node_modules/superagent/node_modules/readable-stream/package.json +1 -1
- package/node_modules/{semver → superagent/node_modules/semver}/README.md +132 -36
- package/node_modules/{semver → superagent/node_modules/semver}/bin/semver.js +22 -16
- package/node_modules/{semver → superagent/node_modules/semver}/classes/comparator.js +39 -34
- package/node_modules/{semver → superagent/node_modules/semver}/classes/range.js +72 -37
- package/node_modules/{semver → superagent/node_modules/semver}/classes/semver.js +49 -19
- package/node_modules/{semver → superagent/node_modules/semver}/functions/coerce.js +14 -6
- package/node_modules/superagent/node_modules/semver/functions/diff.js +58 -0
- package/node_modules/{semver → superagent/node_modules/semver}/functions/inc.js +3 -2
- package/node_modules/superagent/node_modules/semver/functions/parse.js +16 -0
- package/node_modules/superagent/node_modules/semver/index.js +89 -0
- package/node_modules/{semver → superagent/node_modules/semver}/internal/constants.js +20 -2
- package/node_modules/superagent/node_modules/semver/internal/lrucache.js +40 -0
- package/node_modules/superagent/node_modules/semver/internal/parse-options.js +15 -0
- package/node_modules/{semver → superagent/node_modules/semver}/internal/re.js +41 -6
- package/node_modules/{semver → superagent/node_modules/semver}/package.json +29 -26
- package/node_modules/{semver → superagent/node_modules/semver}/ranges/intersects.js +1 -1
- package/node_modules/{semver → superagent/node_modules/semver}/ranges/subset.js +6 -3
- package/node_modules/yargs/browser.d.ts +5 -0
- package/node_modules/yargs/build/index.cjs +1 -1
- package/node_modules/yargs/build/lib/command.js +2 -0
- package/node_modules/yargs/build/lib/completion.js +19 -12
- package/node_modules/yargs/build/lib/usage.js +9 -4
- package/node_modules/yargs/build/lib/yargs-factory.js +18 -3
- package/node_modules/yargs/locales/cs.json +51 -0
- package/node_modules/yargs/locales/en.json +4 -0
- package/node_modules/yargs/locales/fi.json +1 -1
- package/node_modules/yargs/package.json +4 -4
- package/node_modules/yargs-parser/CHANGELOG.md +21 -0
- package/node_modules/yargs-parser/build/index.cjs +6 -4
- package/node_modules/yargs-parser/build/lib/index.js +4 -2
- package/node_modules/yargs-parser/build/lib/yargs-parser.js +2 -2
- package/node_modules/yargs-parser/package.json +10 -6
- package/output/e3e8277b426d4bc636a8ed30e66dd056e6cc9691-corellium-cli-build.tar.gz +0 -0
- package/package.json +1 -1
- package/renovate.json +11 -58
- package/src/clients/Agent.js +40 -37
- package/src/clients/Client.js +42 -40
- package/src/clients/Instance.js +24 -24
- package/src/clients/Webplayer.js +23 -24
- package/src/commands/extensions/delete.js +26 -26
- package/src/commands/extensions/index.js +6 -11
- package/src/commands/extensions/list.js +25 -25
- package/src/commands/extensions/load.js +51 -50
- package/src/commands/extensions/validate.js +33 -38
- package/src/commands/firmware/index.js +6 -9
- package/src/commands/firmware/list.js +49 -38
- package/src/commands/firmware/load.js +45 -42
- package/src/commands/images/create.js +30 -29
- package/src/commands/images/delete.js +21 -21
- package/src/commands/images/index.js +6 -10
- package/src/commands/images/list.js +21 -20
- package/src/commands/index.js +2 -2
- package/src/commands/instances/apps/index.js +26 -23
- package/src/commands/instances/apps/install.js +14 -14
- package/src/commands/instances/apps/open.js +17 -17
- package/src/commands/instances/create.js +35 -38
- package/src/commands/instances/delete.js +24 -25
- package/src/commands/instances/file.js +36 -32
- package/src/commands/instances/get.js +23 -16
- package/src/commands/instances/index.js +8 -8
- package/src/commands/instances/input.js +16 -17
- package/src/commands/instances/list.js +38 -28
- package/src/commands/instances/netmon/disable.js +17 -15
- package/src/commands/instances/netmon/download.js +18 -16
- package/src/commands/instances/netmon/enable.js +30 -23
- package/src/commands/instances/netmon/index.js +6 -11
- package/src/commands/instances/netmon/stream.js +18 -16
- package/src/commands/instances/ready.js +30 -27
- package/src/commands/instances/restoreBackup.js +39 -36
- package/src/commands/instances/rotate.js +20 -21
- package/src/commands/instances/start.js +23 -24
- package/src/commands/instances/stop.js +20 -21
- package/src/commands/instances/unlock.js +17 -19
- package/src/commands/instances/upgrade.js +38 -34
- package/src/commands/login.js +67 -67
- package/src/commands/logout.js +10 -12
- package/src/commands/mast/constants.js +2 -2
- package/src/commands/mast/create-assessment.js +16 -16
- package/src/commands/mast/delete-assessment.js +15 -15
- package/src/commands/mast/download-report.js +18 -15
- package/src/commands/mast/get-assessment.js +14 -14
- package/src/commands/mast/get-assessments.js +13 -13
- package/src/commands/mast/index.js +7 -7
- package/src/commands/mast/start-monitor.js +15 -15
- package/src/commands/mast/stop-monitor.js +15 -15
- package/src/commands/mast/test.js +19 -16
- package/src/commands/projects/create.js +33 -32
- package/src/commands/projects/delete.js +26 -26
- package/src/commands/projects/index.js +6 -11
- package/src/commands/projects/list.js +21 -19
- package/src/commands/projects/vpnConfig.js +29 -26
- package/src/commands/webplayer/create.js +57 -50
- package/src/commands/webplayer/destroy.js +31 -28
- package/src/commands/webplayer/index.js +6 -11
- package/src/commands/webplayer/list.js +41 -42
- package/src/commands/webplayer/login.js +31 -28
- package/src/corellium-api.js +11 -11
- package/src/error.js +20 -18
- package/src/logging.js +15 -15
- package/src/profile.js +22 -22
- package/src/progress.js +6 -6
- package/src/resumable.js +606 -664
- package/src/table.js +20 -22
- package/src/upload.js +38 -38
- package/src/utils.js +63 -64
- package/test/test.js +47 -48
- package/coverage/cobertura-coverage.xml +0 -9
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -101
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov.info +0 -0
- package/node_modules/@babel/cli/node_modules/commander/CHANGELOG.md +0 -436
- package/node_modules/@babel/cli/node_modules/commander/index.js +0 -1649
- package/node_modules/@babel/cli/node_modules/commander/typings/index.d.ts +0 -311
- package/node_modules/@babel/cli/node_modules/semver/CHANGELOG.md +0 -39
- package/node_modules/@babel/cli/node_modules/semver/package.json +0 -28
- package/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +0 -198
- package/node_modules/braces/CHANGELOG.md +0 -184
- package/node_modules/call-bind/.eslintignore +0 -1
- package/node_modules/call-bind/CHANGELOG.md +0 -42
- package/node_modules/call-bind/README.md +0 -2
- package/node_modules/call-bind/callBound.js +0 -15
- package/node_modules/call-bind/index.js +0 -47
- package/node_modules/call-bind/package.json +0 -80
- package/node_modules/call-bind/test/index.js +0 -66
- package/node_modules/component-emitter/History.md +0 -75
- package/node_modules/function-bind/.jscs.json +0 -176
- package/node_modules/function-bind/.npmignore +0 -22
- package/node_modules/function-bind/.travis.yml +0 -168
- package/node_modules/has/LICENSE-MIT +0 -22
- package/node_modules/has/README.md +0 -18
- package/node_modules/has/package.json +0 -48
- package/node_modules/has/src/index.js +0 -5
- package/node_modules/has/test/index.js +0 -10
- package/node_modules/lru-cache/README.md +0 -166
- package/node_modules/lru-cache/index.js +0 -334
- package/node_modules/lru-cache/package.json +0 -34
- package/node_modules/semver/LICENSE +0 -15
- package/node_modules/semver/functions/diff.js +0 -23
- package/node_modules/semver/functions/parse.js +0 -33
- package/node_modules/semver/index.js +0 -48
- package/node_modules/semver/internal/parse-options.js +0 -11
- package/node_modules/side-channel/.eslintignore +0 -1
- package/node_modules/superagent/node_modules/form-data/README.md.bak +0 -356
- package/node_modules/superagent/node_modules/form-data/Readme.md +0 -356
- package/node_modules/yallist/LICENSE +0 -15
- package/node_modules/yallist/README.md +0 -204
- package/node_modules/yallist/iterator.js +0 -8
- package/node_modules/yallist/package.json +0 -29
- package/node_modules/yallist/yallist.js +0 -426
- /package/node_modules/{superagent → axios}/node_modules/form-data/License +0 -0
- /package/node_modules/{superagent → axios}/node_modules/form-data/index.d.ts +0 -0
- /package/node_modules/{superagent → axios}/node_modules/form-data/lib/browser.js +0 -0
- /package/node_modules/{superagent → axios}/node_modules/form-data/lib/populate.js +0 -0
- /package/node_modules/{@babel/cli/node_modules/commander → commander}/LICENSE +0 -0
- /package/node_modules/{call-bind → dunder-proto}/.nycrc +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.d.ts +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.js +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/license +0 -0
- /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/LICENSE +0 -0
- /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/README.md +0 -0
- /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/bin/semver +0 -0
- /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/range.bnf +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/package.json +0 -0
- /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/readme.md +0 -0
- /package/node_modules/{@babel/cli/node_modules/pify → pify}/index.js +0 -0
- /package/node_modules/{@babel/cli/node_modules/pify → pify}/license +0 -0
- /package/node_modules/{@babel/cli/node_modules/pify → pify}/package.json +0 -0
- /package/node_modules/{@babel/cli/node_modules/pify → pify}/readme.md +0 -0
- /package/node_modules/{@babel/cli/node_modules/slash → slash}/index.js +0 -0
- /package/node_modules/{@babel/cli/node_modules/slash → slash}/license +0 -0
- /package/node_modules/{@babel/cli/node_modules/slash → slash}/package.json +0 -0
- /package/node_modules/{@babel/cli/node_modules/slash → slash}/readme.md +0 -0
- /package/node_modules/{lru-cache → superagent/node_modules/semver}/LICENSE +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/classes/index.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/clean.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/cmp.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-build.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-loose.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/eq.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/gt.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/gte.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/lt.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/lte.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/major.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/minor.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/neq.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/patch.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/prerelease.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/rcompare.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/rsort.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/satisfies.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/sort.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/functions/valid.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/internal/debug.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/internal/identifiers.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/preload.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/range.bnf +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/gtr.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/ltr.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/max-satisfying.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-satisfying.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-version.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/outside.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/simplify.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/to-comparators.js +0 -0
- /package/node_modules/{semver → superagent/node_modules/semver}/ranges/valid.js +0 -0
@@ -1,10 +1,18 @@
|
|
1
1
|
'use strict';
|
2
2
|
|
3
3
|
var test = require('tape');
|
4
|
-
var
|
5
|
-
var utils = require('../lib/utils');
|
4
|
+
var hasPropertyDescriptors = require('has-property-descriptors')();
|
6
5
|
var iconv = require('iconv-lite');
|
6
|
+
var mockProperty = require('mock-property');
|
7
|
+
var hasOverrideMistake = require('has-override-mistake')();
|
7
8
|
var SaferBuffer = require('safer-buffer').Buffer;
|
9
|
+
var v = require('es-value-fixtures');
|
10
|
+
var inspect = require('object-inspect');
|
11
|
+
var emptyTestCases = require('./empty-keys-cases').emptyTestCases;
|
12
|
+
var hasProto = require('has-proto')();
|
13
|
+
|
14
|
+
var qs = require('../');
|
15
|
+
var utils = require('../lib/utils');
|
8
16
|
|
9
17
|
test('parse()', function (t) {
|
10
18
|
t.test('parses a simple string', function (st) {
|
@@ -32,41 +40,156 @@ test('parse()', function (t) {
|
|
32
40
|
st.end();
|
33
41
|
});
|
34
42
|
|
35
|
-
t.test('
|
36
|
-
st.deepEqual(qs.parse('a[]=b&a[]=c'
|
37
|
-
st.deepEqual(qs.parse('a[0]=b&a[1]=c'
|
38
|
-
st.deepEqual(qs.parse('a=b,c'
|
39
|
-
st.deepEqual(qs.parse('a=b&a=c'
|
43
|
+
t.test('comma: false', function (st) {
|
44
|
+
st.deepEqual(qs.parse('a[]=b&a[]=c'), { a: ['b', 'c'] });
|
45
|
+
st.deepEqual(qs.parse('a[0]=b&a[1]=c'), { a: ['b', 'c'] });
|
46
|
+
st.deepEqual(qs.parse('a=b,c'), { a: 'b,c' });
|
47
|
+
st.deepEqual(qs.parse('a=b&a=c'), { a: ['b', 'c'] });
|
40
48
|
st.end();
|
41
49
|
});
|
42
50
|
|
43
|
-
t.test('
|
44
|
-
st.deepEqual(qs.parse('a[]=b&a[]=c', {
|
45
|
-
st.deepEqual(qs.parse('a[0]=b&a[1]=c', {
|
46
|
-
st.deepEqual(qs.parse('a=b,c', {
|
47
|
-
st.deepEqual(qs.parse('a=b&a=c', {
|
51
|
+
t.test('comma: true', function (st) {
|
52
|
+
st.deepEqual(qs.parse('a[]=b&a[]=c', { comma: true }), { a: ['b', 'c'] });
|
53
|
+
st.deepEqual(qs.parse('a[0]=b&a[1]=c', { comma: true }), { a: ['b', 'c'] });
|
54
|
+
st.deepEqual(qs.parse('a=b,c', { comma: true }), { a: ['b', 'c'] });
|
55
|
+
st.deepEqual(qs.parse('a=b&a=c', { comma: true }), { a: ['b', 'c'] });
|
56
|
+
st.end();
|
57
|
+
});
|
58
|
+
|
59
|
+
t.test('allows enabling dot notation', function (st) {
|
60
|
+
st.deepEqual(qs.parse('a.b=c'), { 'a.b': 'c' });
|
61
|
+
st.deepEqual(qs.parse('a.b=c', { allowDots: true }), { a: { b: 'c' } });
|
62
|
+
|
63
|
+
st.end();
|
64
|
+
});
|
65
|
+
|
66
|
+
t.test('decode dot keys correctly', function (st) {
|
67
|
+
st.deepEqual(
|
68
|
+
qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { allowDots: false, decodeDotInKeys: false }),
|
69
|
+
{ 'name%2Eobj.first': 'John', 'name%2Eobj.last': 'Doe' },
|
70
|
+
'with allowDots false and decodeDotInKeys false'
|
71
|
+
);
|
72
|
+
st.deepEqual(
|
73
|
+
qs.parse('name.obj.first=John&name.obj.last=Doe', { allowDots: true, decodeDotInKeys: false }),
|
74
|
+
{ name: { obj: { first: 'John', last: 'Doe' } } },
|
75
|
+
'with allowDots false and decodeDotInKeys false'
|
76
|
+
);
|
77
|
+
st.deepEqual(
|
78
|
+
qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { allowDots: true, decodeDotInKeys: false }),
|
79
|
+
{ 'name%2Eobj': { first: 'John', last: 'Doe' } },
|
80
|
+
'with allowDots true and decodeDotInKeys false'
|
81
|
+
);
|
82
|
+
st.deepEqual(
|
83
|
+
qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { allowDots: true, decodeDotInKeys: true }),
|
84
|
+
{ 'name.obj': { first: 'John', last: 'Doe' } },
|
85
|
+
'with allowDots true and decodeDotInKeys true'
|
86
|
+
);
|
87
|
+
|
88
|
+
st.deepEqual(
|
89
|
+
qs.parse(
|
90
|
+
'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe',
|
91
|
+
{ allowDots: false, decodeDotInKeys: false }
|
92
|
+
),
|
93
|
+
{ 'name%2Eobj%2Esubobject.first%2Egodly%2Ename': 'John', 'name%2Eobj%2Esubobject.last': 'Doe' },
|
94
|
+
'with allowDots false and decodeDotInKeys false'
|
95
|
+
);
|
96
|
+
st.deepEqual(
|
97
|
+
qs.parse(
|
98
|
+
'name.obj.subobject.first.godly.name=John&name.obj.subobject.last=Doe',
|
99
|
+
{ allowDots: true, decodeDotInKeys: false }
|
100
|
+
),
|
101
|
+
{ name: { obj: { subobject: { first: { godly: { name: 'John' } }, last: 'Doe' } } } },
|
102
|
+
'with allowDots true and decodeDotInKeys false'
|
103
|
+
);
|
104
|
+
st.deepEqual(
|
105
|
+
qs.parse(
|
106
|
+
'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe',
|
107
|
+
{ allowDots: true, decodeDotInKeys: true }
|
108
|
+
),
|
109
|
+
{ 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } },
|
110
|
+
'with allowDots true and decodeDotInKeys true'
|
111
|
+
);
|
112
|
+
st.deepEqual(
|
113
|
+
qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe'),
|
114
|
+
{ 'name%2Eobj.first': 'John', 'name%2Eobj.last': 'Doe' },
|
115
|
+
'with allowDots and decodeDotInKeys undefined'
|
116
|
+
);
|
117
|
+
|
48
118
|
st.end();
|
49
119
|
});
|
50
120
|
|
51
|
-
t.test('
|
52
|
-
st.deepEqual(
|
53
|
-
|
54
|
-
|
55
|
-
|
121
|
+
t.test('decodes dot in key of object, and allow enabling dot notation when decodeDotInKeys is set to true and allowDots is undefined', function (st) {
|
122
|
+
st.deepEqual(
|
123
|
+
qs.parse(
|
124
|
+
'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe',
|
125
|
+
{ decodeDotInKeys: true }
|
126
|
+
),
|
127
|
+
{ 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } },
|
128
|
+
'with allowDots undefined and decodeDotInKeys true'
|
129
|
+
);
|
130
|
+
|
56
131
|
st.end();
|
57
132
|
});
|
58
133
|
|
59
|
-
t.test('
|
60
|
-
st
|
61
|
-
|
62
|
-
|
63
|
-
|
134
|
+
t.test('throws when decodeDotInKeys is not of type boolean', function (st) {
|
135
|
+
st['throws'](
|
136
|
+
function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: 'foobar' }); },
|
137
|
+
TypeError
|
138
|
+
);
|
139
|
+
|
140
|
+
st['throws'](
|
141
|
+
function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: 0 }); },
|
142
|
+
TypeError
|
143
|
+
);
|
144
|
+
st['throws'](
|
145
|
+
function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: NaN }); },
|
146
|
+
TypeError
|
147
|
+
);
|
148
|
+
|
149
|
+
st['throws'](
|
150
|
+
function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: null }); },
|
151
|
+
TypeError
|
152
|
+
);
|
153
|
+
|
64
154
|
st.end();
|
65
155
|
});
|
66
156
|
|
67
|
-
t.test('allows
|
68
|
-
st.deepEqual(qs.parse('
|
69
|
-
st.deepEqual(qs.parse('
|
157
|
+
t.test('allows empty arrays in obj values', function (st) {
|
158
|
+
st.deepEqual(qs.parse('foo[]&bar=baz', { allowEmptyArrays: true }), { foo: [], bar: 'baz' });
|
159
|
+
st.deepEqual(qs.parse('foo[]&bar=baz', { allowEmptyArrays: false }), { foo: [''], bar: 'baz' });
|
160
|
+
|
161
|
+
st.end();
|
162
|
+
});
|
163
|
+
|
164
|
+
t.test('throws when allowEmptyArrays is not of type boolean', function (st) {
|
165
|
+
st['throws'](
|
166
|
+
function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: 'foobar' }); },
|
167
|
+
TypeError
|
168
|
+
);
|
169
|
+
|
170
|
+
st['throws'](
|
171
|
+
function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: 0 }); },
|
172
|
+
TypeError
|
173
|
+
);
|
174
|
+
st['throws'](
|
175
|
+
function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: NaN }); },
|
176
|
+
TypeError
|
177
|
+
);
|
178
|
+
|
179
|
+
st['throws'](
|
180
|
+
function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: null }); },
|
181
|
+
TypeError
|
182
|
+
);
|
183
|
+
|
184
|
+
st.end();
|
185
|
+
});
|
186
|
+
|
187
|
+
t.test('allowEmptyArrays + strictNullHandling', function (st) {
|
188
|
+
st.deepEqual(
|
189
|
+
qs.parse('testEmptyArray[]', { strictNullHandling: true, allowEmptyArrays: true }),
|
190
|
+
{ testEmptyArray: [] }
|
191
|
+
);
|
192
|
+
|
70
193
|
st.end();
|
71
194
|
});
|
72
195
|
|
@@ -321,15 +444,15 @@ test('parse()', function (t) {
|
|
321
444
|
st.end();
|
322
445
|
});
|
323
446
|
|
324
|
-
t.test('
|
325
|
-
Object.prototype
|
326
|
-
Array.prototype
|
447
|
+
t.test('does not throw when a native prototype has an enumerable property', function (st) {
|
448
|
+
st.intercept(Object.prototype, 'crash', { value: '' });
|
449
|
+
st.intercept(Array.prototype, 'crash', { value: '' });
|
450
|
+
|
327
451
|
st.doesNotThrow(qs.parse.bind(null, 'a=b'));
|
328
452
|
st.deepEqual(qs.parse('a=b'), { a: 'b' });
|
329
453
|
st.doesNotThrow(qs.parse.bind(null, 'a[][b]=c'));
|
330
454
|
st.deepEqual(qs.parse('a[][b]=c'), { a: [{ b: 'c' }] });
|
331
|
-
|
332
|
-
delete Array.prototype.crash;
|
455
|
+
|
333
456
|
st.end();
|
334
457
|
});
|
335
458
|
|
@@ -360,8 +483,14 @@ test('parse()', function (t) {
|
|
360
483
|
|
361
484
|
t.test('allows overriding array limit', function (st) {
|
362
485
|
st.deepEqual(qs.parse('a[0]=b', { arrayLimit: -1 }), { a: { 0: 'b' } });
|
486
|
+
st.deepEqual(qs.parse('a[0]=b', { arrayLimit: 0 }), { a: ['b'] });
|
487
|
+
|
363
488
|
st.deepEqual(qs.parse('a[-1]=b', { arrayLimit: -1 }), { a: { '-1': 'b' } });
|
489
|
+
st.deepEqual(qs.parse('a[-1]=b', { arrayLimit: 0 }), { a: { '-1': 'b' } });
|
490
|
+
|
491
|
+
st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayLimit: -1 }), { a: { 0: 'b', 1: 'c' } });
|
364
492
|
st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayLimit: 0 }), { a: { 0: 'b', 1: 'c' } });
|
493
|
+
|
365
494
|
st.end();
|
366
495
|
});
|
367
496
|
|
@@ -452,6 +581,15 @@ test('parse()', function (t) {
|
|
452
581
|
st.end();
|
453
582
|
});
|
454
583
|
|
584
|
+
t.test('parses url-encoded brackets holds array of arrays when having two parts of strings with comma as array divider', function (st) {
|
585
|
+
st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=4,5,6', { comma: true }), { foo: [['1', '2', '3'], ['4', '5', '6']] });
|
586
|
+
st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=', { comma: true }), { foo: [['1', '2', '3'], ''] });
|
587
|
+
st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=,', { comma: true }), { foo: [['1', '2', '3'], ['', '']] });
|
588
|
+
st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=a', { comma: true }), { foo: [['1', '2', '3'], 'a'] });
|
589
|
+
|
590
|
+
st.end();
|
591
|
+
});
|
592
|
+
|
455
593
|
t.test('parses comma delimited array while having percent-encoded comma treated as normal text', function (st) {
|
456
594
|
st.deepEqual(qs.parse('foo=a%2Cb', { comma: true }), { foo: 'a,b' });
|
457
595
|
st.deepEqual(qs.parse('foo=a%2C%20b,d', { comma: true }), { foo: ['a, b', 'd'] });
|
@@ -499,10 +637,12 @@ test('parse()', function (t) {
|
|
499
637
|
});
|
500
638
|
|
501
639
|
t.test('does not blow up when Buffer global is missing', function (st) {
|
502
|
-
var
|
503
|
-
|
640
|
+
var restore = mockProperty(global, 'Buffer', { 'delete': true });
|
641
|
+
|
504
642
|
var result = qs.parse('a=b&c=d');
|
505
|
-
|
643
|
+
|
644
|
+
restore();
|
645
|
+
|
506
646
|
st.deepEqual(result, { a: 'b', c: 'd' });
|
507
647
|
st.end();
|
508
648
|
});
|
@@ -552,9 +692,8 @@ test('parse()', function (t) {
|
|
552
692
|
st.end();
|
553
693
|
});
|
554
694
|
|
555
|
-
t.test('parses null objects correctly', { skip: !
|
556
|
-
var a =
|
557
|
-
a.b = 'c';
|
695
|
+
t.test('parses null objects correctly', { skip: !hasProto }, function (st) {
|
696
|
+
var a = { __proto__: null, b: 'c' };
|
558
697
|
|
559
698
|
st.deepEqual(qs.parse(a), { b: 'c' });
|
560
699
|
var result = qs.parse({ a: a });
|
@@ -601,6 +740,34 @@ test('parse()', function (t) {
|
|
601
740
|
st.end();
|
602
741
|
});
|
603
742
|
|
743
|
+
t.test('does not crash when the global Object prototype is frozen', { skip: !hasPropertyDescriptors || !hasOverrideMistake }, function (st) {
|
744
|
+
// We can't actually freeze the global Object prototype as that will interfere with other tests, and once an object is frozen, it
|
745
|
+
// can't be unfrozen. Instead, we add a new non-writable property to simulate this.
|
746
|
+
st.teardown(mockProperty(Object.prototype, 'frozenProp', { value: 'foo', nonWritable: true, nonEnumerable: true }));
|
747
|
+
|
748
|
+
st['throws'](
|
749
|
+
function () {
|
750
|
+
var obj = {};
|
751
|
+
obj.frozenProp = 'bar';
|
752
|
+
},
|
753
|
+
// node < 6 has a different error message
|
754
|
+
/^TypeError: Cannot assign to read only property 'frozenProp' of (?:object '#<Object>'|#<Object>)/,
|
755
|
+
'regular assignment of an inherited non-writable property throws'
|
756
|
+
);
|
757
|
+
|
758
|
+
var parsed;
|
759
|
+
st.doesNotThrow(
|
760
|
+
function () {
|
761
|
+
parsed = qs.parse('frozenProp', { allowPrototypes: false });
|
762
|
+
},
|
763
|
+
'parsing a nonwritable Object.prototype property does not throw'
|
764
|
+
);
|
765
|
+
|
766
|
+
st.deepEqual(parsed, {}, 'bare "frozenProp" results in {}');
|
767
|
+
|
768
|
+
st.end();
|
769
|
+
});
|
770
|
+
|
604
771
|
t.test('params starting with a closing bracket', function (st) {
|
605
772
|
st.deepEqual(qs.parse(']=toString'), { ']': 'toString' });
|
606
773
|
st.deepEqual(qs.parse(']]=toString'), { ']]': 'toString' });
|
@@ -703,17 +870,25 @@ test('parse()', function (t) {
|
|
703
870
|
st.end();
|
704
871
|
});
|
705
872
|
|
706
|
-
t.test('can return null objects', { skip: !
|
707
|
-
var expected =
|
708
|
-
|
709
|
-
|
710
|
-
|
873
|
+
t.test('can return null objects', { skip: !hasProto }, function (st) {
|
874
|
+
var expected = {
|
875
|
+
__proto__: null,
|
876
|
+
a: {
|
877
|
+
__proto__: null,
|
878
|
+
b: 'c',
|
879
|
+
hasOwnProperty: 'd'
|
880
|
+
}
|
881
|
+
};
|
711
882
|
st.deepEqual(qs.parse('a[b]=c&a[hasOwnProperty]=d', { plainObjects: true }), expected);
|
712
|
-
st.deepEqual(qs.parse(null, { plainObjects: true }),
|
713
|
-
var expectedArray =
|
714
|
-
|
715
|
-
|
716
|
-
|
883
|
+
st.deepEqual(qs.parse(null, { plainObjects: true }), { __proto__: null });
|
884
|
+
var expectedArray = {
|
885
|
+
__proto__: null,
|
886
|
+
a: {
|
887
|
+
__proto__: null,
|
888
|
+
0: 'b',
|
889
|
+
c: 'd'
|
890
|
+
}
|
891
|
+
};
|
717
892
|
st.deepEqual(qs.parse('a[]=b&a[c]=d', { plainObjects: true }), expectedArray);
|
718
893
|
st.end();
|
719
894
|
});
|
@@ -790,7 +965,7 @@ test('parse()', function (t) {
|
|
790
965
|
st.end();
|
791
966
|
});
|
792
967
|
|
793
|
-
t.test('
|
968
|
+
t.test('ignores an utf8 sentinel with an unknown value', function (st) {
|
794
969
|
st.deepEqual(qs.parse('utf8=foo&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true, charset: 'utf-8' }), { ø: 'ø' });
|
795
970
|
st.end();
|
796
971
|
});
|
@@ -831,6 +1006,15 @@ test('parse()', function (t) {
|
|
831
1006
|
st.end();
|
832
1007
|
});
|
833
1008
|
|
1009
|
+
t.test('interpretNumericEntities with comma:true and iso charset does not crash', function (st) {
|
1010
|
+
st.deepEqual(
|
1011
|
+
qs.parse('b&a[]=1,' + urlEncodedNumSmiley, { comma: true, charset: 'iso-8859-1', interpretNumericEntities: true }),
|
1012
|
+
{ b: '', a: ['1,☺'] }
|
1013
|
+
);
|
1014
|
+
|
1015
|
+
st.end();
|
1016
|
+
});
|
1017
|
+
|
834
1018
|
t.test('does not interpret %uXXXX syntax in iso-8859-1 mode', function (st) {
|
835
1019
|
st.deepEqual(qs.parse('%u263A=%u263A', { charset: 'iso-8859-1' }), { '%u263A': '%u263A' });
|
836
1020
|
st.end();
|
@@ -851,5 +1035,242 @@ test('parse()', function (t) {
|
|
851
1035
|
st.end();
|
852
1036
|
});
|
853
1037
|
|
1038
|
+
t.test('parameter limit tests', function (st) {
|
1039
|
+
st.test('does not throw error when within parameter limit', function (sst) {
|
1040
|
+
var result = qs.parse('a=1&b=2&c=3', { parameterLimit: 5, throwOnLimitExceeded: true });
|
1041
|
+
sst.deepEqual(result, { a: '1', b: '2', c: '3' }, 'parses without errors');
|
1042
|
+
sst.end();
|
1043
|
+
});
|
1044
|
+
|
1045
|
+
st.test('throws error when throwOnLimitExceeded is present but not boolean', function (sst) {
|
1046
|
+
sst['throws'](
|
1047
|
+
function () {
|
1048
|
+
qs.parse('a=1&b=2&c=3&d=4&e=5&f=6', { parameterLimit: 3, throwOnLimitExceeded: 'true' });
|
1049
|
+
},
|
1050
|
+
new TypeError('`throwOnLimitExceeded` option must be a boolean'),
|
1051
|
+
'throws error when throwOnLimitExceeded is present and not boolean'
|
1052
|
+
);
|
1053
|
+
sst.end();
|
1054
|
+
});
|
1055
|
+
|
1056
|
+
st.test('throws error when parameter limit exceeded', function (sst) {
|
1057
|
+
sst['throws'](
|
1058
|
+
function () {
|
1059
|
+
qs.parse('a=1&b=2&c=3&d=4&e=5&f=6', { parameterLimit: 3, throwOnLimitExceeded: true });
|
1060
|
+
},
|
1061
|
+
new RangeError('Parameter limit exceeded. Only 3 parameters allowed.'),
|
1062
|
+
'throws error when parameter limit is exceeded'
|
1063
|
+
);
|
1064
|
+
sst.end();
|
1065
|
+
});
|
1066
|
+
|
1067
|
+
st.test('silently truncates when throwOnLimitExceeded is not given', function (sst) {
|
1068
|
+
var result = qs.parse('a=1&b=2&c=3&d=4&e=5', { parameterLimit: 3 });
|
1069
|
+
sst.deepEqual(result, { a: '1', b: '2', c: '3' }, 'parses and truncates silently');
|
1070
|
+
sst.end();
|
1071
|
+
});
|
1072
|
+
|
1073
|
+
st.test('silently truncates when parameter limit exceeded without error', function (sst) {
|
1074
|
+
var result = qs.parse('a=1&b=2&c=3&d=4&e=5', { parameterLimit: 3, throwOnLimitExceeded: false });
|
1075
|
+
sst.deepEqual(result, { a: '1', b: '2', c: '3' }, 'parses and truncates silently');
|
1076
|
+
sst.end();
|
1077
|
+
});
|
1078
|
+
|
1079
|
+
st.test('allows unlimited parameters when parameterLimit set to Infinity', function (sst) {
|
1080
|
+
var result = qs.parse('a=1&b=2&c=3&d=4&e=5&f=6', { parameterLimit: Infinity });
|
1081
|
+
sst.deepEqual(result, { a: '1', b: '2', c: '3', d: '4', e: '5', f: '6' }, 'parses all parameters without truncation');
|
1082
|
+
sst.end();
|
1083
|
+
});
|
1084
|
+
|
1085
|
+
st.end();
|
1086
|
+
});
|
1087
|
+
|
1088
|
+
t.test('array limit tests', function (st) {
|
1089
|
+
st.test('does not throw error when array is within limit', function (sst) {
|
1090
|
+
var result = qs.parse('a[]=1&a[]=2&a[]=3', { arrayLimit: 5, throwOnLimitExceeded: true });
|
1091
|
+
sst.deepEqual(result, { a: ['1', '2', '3'] }, 'parses array without errors');
|
1092
|
+
sst.end();
|
1093
|
+
});
|
1094
|
+
|
1095
|
+
st.test('throws error when throwOnLimitExceeded is present but not boolean for array limit', function (sst) {
|
1096
|
+
sst['throws'](
|
1097
|
+
function () {
|
1098
|
+
qs.parse('a[]=1&a[]=2&a[]=3&a[]=4', { arrayLimit: 3, throwOnLimitExceeded: 'true' });
|
1099
|
+
},
|
1100
|
+
new TypeError('`throwOnLimitExceeded` option must be a boolean'),
|
1101
|
+
'throws error when throwOnLimitExceeded is present and not boolean for array limit'
|
1102
|
+
);
|
1103
|
+
sst.end();
|
1104
|
+
});
|
1105
|
+
|
1106
|
+
st.test('throws error when array limit exceeded', function (sst) {
|
1107
|
+
sst['throws'](
|
1108
|
+
function () {
|
1109
|
+
qs.parse('a[]=1&a[]=2&a[]=3&a[]=4', { arrayLimit: 3, throwOnLimitExceeded: true });
|
1110
|
+
},
|
1111
|
+
new RangeError('Array limit exceeded. Only 3 elements allowed in an array.'),
|
1112
|
+
'throws error when array limit is exceeded'
|
1113
|
+
);
|
1114
|
+
sst.end();
|
1115
|
+
});
|
1116
|
+
|
1117
|
+
st.test('converts array to object if length is greater than limit', function (sst) {
|
1118
|
+
var result = qs.parse('a[1]=1&a[2]=2&a[3]=3&a[4]=4&a[5]=5&a[6]=6', { arrayLimit: 5 });
|
1119
|
+
|
1120
|
+
sst.deepEqual(result, { a: { 1: '1', 2: '2', 3: '3', 4: '4', 5: '5', 6: '6' } }, 'parses into object if array length is greater than limit');
|
1121
|
+
sst.end();
|
1122
|
+
});
|
1123
|
+
|
1124
|
+
st.end();
|
1125
|
+
});
|
1126
|
+
|
854
1127
|
t.end();
|
855
1128
|
});
|
1129
|
+
|
1130
|
+
test('parses empty keys', function (t) {
|
1131
|
+
emptyTestCases.forEach(function (testCase) {
|
1132
|
+
t.test('skips empty string key with ' + testCase.input, function (st) {
|
1133
|
+
st.deepEqual(qs.parse(testCase.input), testCase.noEmptyKeys);
|
1134
|
+
|
1135
|
+
st.end();
|
1136
|
+
});
|
1137
|
+
});
|
1138
|
+
});
|
1139
|
+
|
1140
|
+
test('`duplicates` option', function (t) {
|
1141
|
+
v.nonStrings.concat('not a valid option').forEach(function (invalidOption) {
|
1142
|
+
if (typeof invalidOption !== 'undefined') {
|
1143
|
+
t['throws'](
|
1144
|
+
function () { qs.parse('', { duplicates: invalidOption }); },
|
1145
|
+
TypeError,
|
1146
|
+
'throws on invalid option: ' + inspect(invalidOption)
|
1147
|
+
);
|
1148
|
+
}
|
1149
|
+
});
|
1150
|
+
|
1151
|
+
t.deepEqual(
|
1152
|
+
qs.parse('foo=bar&foo=baz'),
|
1153
|
+
{ foo: ['bar', 'baz'] },
|
1154
|
+
'duplicates: default, combine'
|
1155
|
+
);
|
1156
|
+
|
1157
|
+
t.deepEqual(
|
1158
|
+
qs.parse('foo=bar&foo=baz', { duplicates: 'combine' }),
|
1159
|
+
{ foo: ['bar', 'baz'] },
|
1160
|
+
'duplicates: combine'
|
1161
|
+
);
|
1162
|
+
|
1163
|
+
t.deepEqual(
|
1164
|
+
qs.parse('foo=bar&foo=baz', { duplicates: 'first' }),
|
1165
|
+
{ foo: 'bar' },
|
1166
|
+
'duplicates: first'
|
1167
|
+
);
|
1168
|
+
|
1169
|
+
t.deepEqual(
|
1170
|
+
qs.parse('foo=bar&foo=baz', { duplicates: 'last' }),
|
1171
|
+
{ foo: 'baz' },
|
1172
|
+
'duplicates: last'
|
1173
|
+
);
|
1174
|
+
|
1175
|
+
t.end();
|
1176
|
+
});
|
1177
|
+
|
1178
|
+
test('qs strictDepth option - throw cases', function (t) {
|
1179
|
+
t.test('throws an exception when depth exceeds the limit with strictDepth: true', function (st) {
|
1180
|
+
st['throws'](
|
1181
|
+
function () {
|
1182
|
+
qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1, strictDepth: true });
|
1183
|
+
},
|
1184
|
+
RangeError,
|
1185
|
+
'throws RangeError'
|
1186
|
+
);
|
1187
|
+
st.end();
|
1188
|
+
});
|
1189
|
+
|
1190
|
+
t.test('throws an exception for multiple nested arrays with strictDepth: true', function (st) {
|
1191
|
+
st['throws'](
|
1192
|
+
function () {
|
1193
|
+
qs.parse('a[0][1][2][3][4]=b', { depth: 3, strictDepth: true });
|
1194
|
+
},
|
1195
|
+
RangeError,
|
1196
|
+
'throws RangeError'
|
1197
|
+
);
|
1198
|
+
st.end();
|
1199
|
+
});
|
1200
|
+
|
1201
|
+
t.test('throws an exception for nested objects and arrays with strictDepth: true', function (st) {
|
1202
|
+
st['throws'](
|
1203
|
+
function () {
|
1204
|
+
qs.parse('a[b][c][0][d][e]=f', { depth: 3, strictDepth: true });
|
1205
|
+
},
|
1206
|
+
RangeError,
|
1207
|
+
'throws RangeError'
|
1208
|
+
);
|
1209
|
+
st.end();
|
1210
|
+
});
|
1211
|
+
|
1212
|
+
t.test('throws an exception for different types of values with strictDepth: true', function (st) {
|
1213
|
+
st['throws'](
|
1214
|
+
function () {
|
1215
|
+
qs.parse('a[b][c][d][e]=true&a[b][c][d][f]=42', { depth: 3, strictDepth: true });
|
1216
|
+
},
|
1217
|
+
RangeError,
|
1218
|
+
'throws RangeError'
|
1219
|
+
);
|
1220
|
+
st.end();
|
1221
|
+
});
|
1222
|
+
|
1223
|
+
});
|
1224
|
+
|
1225
|
+
test('qs strictDepth option - non-throw cases', function (t) {
|
1226
|
+
t.test('when depth is 0 and strictDepth true, do not throw', function (st) {
|
1227
|
+
st.doesNotThrow(
|
1228
|
+
function () {
|
1229
|
+
qs.parse('a[b][c][d][e]=true&a[b][c][d][f]=42', { depth: 0, strictDepth: true });
|
1230
|
+
},
|
1231
|
+
RangeError,
|
1232
|
+
'does not throw RangeError'
|
1233
|
+
);
|
1234
|
+
st.end();
|
1235
|
+
});
|
1236
|
+
|
1237
|
+
t.test('parses successfully when depth is within the limit with strictDepth: true', function (st) {
|
1238
|
+
st.doesNotThrow(
|
1239
|
+
function () {
|
1240
|
+
var result = qs.parse('a[b]=c', { depth: 1, strictDepth: true });
|
1241
|
+
st.deepEqual(result, { a: { b: 'c' } }, 'parses correctly');
|
1242
|
+
}
|
1243
|
+
);
|
1244
|
+
st.end();
|
1245
|
+
});
|
1246
|
+
|
1247
|
+
t.test('does not throw an exception when depth exceeds the limit with strictDepth: false', function (st) {
|
1248
|
+
st.doesNotThrow(
|
1249
|
+
function () {
|
1250
|
+
var result = qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1 });
|
1251
|
+
st.deepEqual(result, { a: { b: { '[c][d][e][f][g][h][i]': 'j' } } }, 'parses with depth limit');
|
1252
|
+
}
|
1253
|
+
);
|
1254
|
+
st.end();
|
1255
|
+
});
|
1256
|
+
|
1257
|
+
t.test('parses successfully when depth is within the limit with strictDepth: false', function (st) {
|
1258
|
+
st.doesNotThrow(
|
1259
|
+
function () {
|
1260
|
+
var result = qs.parse('a[b]=c', { depth: 1 });
|
1261
|
+
st.deepEqual(result, { a: { b: 'c' } }, 'parses correctly');
|
1262
|
+
}
|
1263
|
+
);
|
1264
|
+
st.end();
|
1265
|
+
});
|
1266
|
+
|
1267
|
+
t.test('does not throw when depth is exactly at the limit with strictDepth: true', function (st) {
|
1268
|
+
st.doesNotThrow(
|
1269
|
+
function () {
|
1270
|
+
var result = qs.parse('a[b][c]=d', { depth: 2, strictDepth: true });
|
1271
|
+
st.deepEqual(result, { a: { b: { c: 'd' } } }, 'parses correctly');
|
1272
|
+
}
|
1273
|
+
);
|
1274
|
+
st.end();
|
1275
|
+
});
|
1276
|
+
});
|