Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
1
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.296.0 to 3.303.0

2

dist-types/abort.d.ts

@@ -24,3 +24,3 @@ /**

*/
onabort: AbortHandler | null;
onabort: AbortHandler | Function | null;
}

@@ -27,0 +27,0 @@ /**

@@ -6,3 +6,3 @@ export interface AbortHandler {

readonly aborted: boolean;
onabort: AbortHandler | null;
onabort: AbortHandler | Function | null;
}

@@ -9,0 +9,0 @@ export interface AbortController {

{
"name": "@aws-sdk/types",
"version": "3.296.0",
"version": "3.303.0",
"main": "./dist-cjs/index.js",

@@ -16,3 +16,3 @@ "module": "./dist-es/index.js",

"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "exit 0"
"test": "tsc -p tsconfig.test.json"
},

@@ -19,0 +19,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc