@smithy/fetch-http-handler
Advanced tools
+10
-10
| { | ||
| "name": "@smithy/fetch-http-handler", | ||
| "version": "5.3.9", | ||
| "version": "5.3.10", | ||
| "description": "Provides a way to make requests", | ||
@@ -10,5 +10,5 @@ "scripts": { | ||
| "build:types": "yarn g:tsc -p tsconfig.types.json", | ||
| "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4", | ||
| "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz", | ||
| "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0", | ||
| "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4", | ||
| "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz", | ||
| "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo", | ||
| "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"", | ||
@@ -32,13 +32,13 @@ "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
| "dependencies": { | ||
| "@smithy/protocol-http": "^5.3.8", | ||
| "@smithy/querystring-builder": "^4.2.8", | ||
| "@smithy/types": "^4.12.0", | ||
| "@smithy/util-base64": "^4.3.0", | ||
| "@smithy/protocol-http": "^5.3.9", | ||
| "@smithy/querystring-builder": "^4.2.9", | ||
| "@smithy/types": "^4.12.1", | ||
| "@smithy/util-base64": "^4.3.1", | ||
| "tslib": "^2.6.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@smithy/abort-controller": "^4.2.8", | ||
| "@smithy/abort-controller": "^4.2.9", | ||
| "concurrently": "7.0.0", | ||
| "downlevel-dts": "0.10.1", | ||
| "rimraf": "5.0.10", | ||
| "premove": "4.0.0", | ||
| "typedoc": "0.23.23" | ||
@@ -45,0 +45,0 @@ }, |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
34491
0.18%Updated
Updated
Updated