You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@smithy/types

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/types - npm Package Compare versions

Comparing version
4.13.0
to
4.13.1
+1
-0
dist-types/http.d.ts

@@ -14,2 +14,3 @@ import type { AbortSignal as DeprecatedAbortSignal } from "./abort";

query?: QueryParameterBag;
headers?: HeaderBag;
}

@@ -16,0 +17,0 @@ /**

@@ -14,2 +14,3 @@ import { AbortSignal as DeprecatedAbortSignal } from "./abort";

query?: QueryParameterBag;
headers?: HeaderBag;
}

@@ -16,0 +17,0 @@ /**

+1
-1
{
"name": "@smithy/types",
"version": "4.13.0",
"version": "4.13.1",
"scripts": {

@@ -5,0 +5,0 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",