Socket
Socket
Sign inDemoInstall

@aws-sdk/abort-controller

Package Overview
Dependencies
2
Maintainers
4
Versions
117
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-preview.4 to 0.1.0-preview.5

25

CHANGELOG.md

@@ -6,2 +6,27 @@ # Change Log

# [0.1.0-preview.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/abort-controller@0.1.0-preview.2...@aws-sdk/abort-controller@0.1.0-preview.5) (2019-09-09)
### Features
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed))
# 0.2.0 (2019-07-12)
### Features
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
# 0.1.0 (2019-04-19)
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/abort-controller@0.1.0-preview.2...@aws-sdk/abort-controller@0.1.0-preview.4) (2019-07-12)

@@ -8,0 +33,0 @@

5

package.json
{
"name": "@aws-sdk/abort-controller",
"version": "0.1.0-preview.4",
"version": "0.1.0-preview.5",
"description": "A simple abort controller library",

@@ -14,3 +14,2 @@ "main": "./build/index.js",

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

@@ -20,3 +19,3 @@ },

"dependencies": {
"@aws-sdk/types": "^0.1.0-preview.4",
"@aws-sdk/types": "^0.1.0-preview.5",
"tslib": "^1.8.0"

@@ -23,0 +22,0 @@ },

3

tsconfig.json

@@ -13,4 +13,5 @@ {

"importHelpers": true,
"noEmitHelpers": true
"noEmitHelpers": true,
"incremental": true
}
}
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