Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
Maintainers
7
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/types - npm Package Compare versions

Comparing version 3.40.0 to 3.46.0

5

dist-types/shapes.d.ts

@@ -0,1 +1,2 @@

import { HttpResponse } from "./http";
import { MetadataBearer } from "./response";

@@ -44,3 +45,7 @@ /**

readonly $retryable?: RetryableTrait;
/**
* Reference to low-level HTTP response object.
*/
readonly $response?: HttpResponse;
}
export declare type SdkError = Error & Partial<SmithyException> & Partial<MetadataBearer>;

3

dist-types/ts3.4/shapes.d.ts

@@ -0,1 +1,2 @@

import { HttpResponse } from "./http";
import { MetadataBearer } from "./response";

@@ -21,3 +22,5 @@

readonly $retryable?: RetryableTrait;
readonly $response?: HttpResponse;
}
export declare type SdkError = Error & Partial<SmithyException> & Partial<MetadataBearer>;

9

package.json
{
"name": "@aws-sdk/types",
"version": "3.40.0",
"version": "3.46.0",
"main": "./dist-cjs/index.js",

@@ -8,5 +8,2 @@ "module": "./dist-es/index.js",

"description": "Types for the AWS SDK",
"devDependencies": {
"typescript": "~4.3.5"
},
"scripts": {

@@ -17,3 +14,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types",

"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"test": "exit 0"

@@ -27,3 +24,3 @@ },

"engines": {
"node": ">= 10.0.0"
"node": ">= 12.0.0"
},

@@ -30,0 +27,0 @@ "typesVersions": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc