Socket
Socket
Sign inDemoInstall

@aws-sdk/types

Package Overview
Dependencies
Maintainers
5
Versions
145
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 1.0.0-gamma.1 to 1.0.0-gamma.2

dist/cjs/abort.d.ts

14

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

@@ -11,4 +12,6 @@ "devDependencies": {

"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc",
"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",
"test": "exit 0"

@@ -18,3 +21,2 @@ },

"name": "AWS SDK for JavaScript Team",
"email": "",
"url": "https://aws.amazon.com/javascript/"

@@ -21,0 +23,0 @@ },

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