🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@smithy/fetch-http-handler

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/fetch-http-handler - npm Package Compare versions

Comparing version
5.6.7
to
5.6.8
+30
-30
package.json
{
"name": "@smithy/fetch-http-handler",
"version": "5.6.7",
"version": "5.6.8",
"description": "Provides a way to make requests",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/fetch-http-handler",
"license": "Apache-2.0",
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/sdk-for-javascript/"
},
"repository": {
"type": "git",
"url": "https://github.com/smithy-lang/smithy-typescript.git",
"directory": "packages/fetch-http-handler"
},
"files": [
"dist-*/**"
],
"sideEffects": false,
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"typesVersions": {
"<4.5": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"publishConfig": {
"directory": ".release/package"
},
"scripts": {

@@ -18,13 +46,4 @@ "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",

},
"author": {
"name": "AWS SDK for JavaScript Team",
"url": "https://aws.amazon.com/sdk-for-javascript/"
},
"license": "Apache-2.0",
"sideEffects": false,
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
"types": "./dist-types/index.d.ts",
"dependencies": {
"@smithy/core": "^3.29.5",
"@smithy/core": "^3.29.6",
"@smithy/types": "^4.16.1",

@@ -40,24 +59,5 @@ "tslib": "^2.6.2"

},
"typesVersions": {
"<4.5": {
"dist-types/*": [
"dist-types/ts3.4/*"
]
}
},
"files": [
"dist-*/**"
],
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/fetch-http-handler",
"repository": {
"type": "git",
"url": "https://github.com/smithy-lang/smithy-typescript.git",
"directory": "packages/fetch-http-handler"
},
"typedoc": {
"entryPoint": "src/index.ts"
},
"publishConfig": {
"directory": ".release/package"
},
"engines": {

@@ -64,0 +64,0 @@ "node": ">=18.0.0"