Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
0
Maintainers
7
Versions
143
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.32.0 to 3.34.0

src/abort.d.ts

5

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

@@ -12,5 +12,6 @@ "module": "./dist/es/index.js",

"scripts": {
"build": "yarn build:cjs && yarn build:es && yarn build:types",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"build": "yarn build:es && yarn build:cjs",
"build:types": "tsc -p tsconfig.types.json",
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",

@@ -17,0 +18,0 @@ "test": "exit 0"

7

tsconfig.cjs.json
{
"compilerOptions": {
"declarationDir": "./dist/types",
"rootDir": "./src",
"outDir": "./dist/cjs",
"baseUrl": "."
"baseUrl": ".",
"outDir": "dist/cjs",
"rootDir": "src"
},

@@ -8,0 +7,0 @@ "extends": "../../tsconfig.cjs.json",

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

@@ -9,0 +8,0 @@ "extends": "../../tsconfig.es.json",

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