Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
0
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.1 to 3.10.0

dist/types/abort.d.ts

7

package.json
{
"name": "@aws-sdk/types",
"version": "3.6.1",
"version": "3.10.0",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"types": "./types/index.d.ts",
"types": "./dist/types/index.d.ts",
"description": "Types for the AWS SDK",

@@ -13,7 +13,6 @@ "devDependencies": {

"prepublishOnly": "yarn build:cjs && yarn build:es",
"pretest": "yarn build:cjs",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:es && yarn build:cjs",
"postbuild": "downlevel-dts types types/ts3.4",
"postbuild": "downlevel-dts dist/types dist/types/ts3.4",
"test": "exit 0"

@@ -20,0 +19,0 @@ },

{
"compilerOptions": {
"declarationDir": "./types",
"declarationDir": "./dist/types",
"rootDir": "./src",

@@ -5,0 +5,0 @@ "outDir": "./dist/cjs",

{
"compilerOptions": {
"lib": ["es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"],
"declarationDir": "./types",
"declarationDir": "./dist/types",
"rootDir": "./src",

@@ -6,0 +6,0 @@ "outDir": "./dist/es",

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

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