Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cancelable-promise

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cancelable-promise - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## [3.1.3](https://github.com/alkemics/CancelablePromise/releases/tag/v3.1.3) (2020-08-31)
- upgrade dev dependencies
- add node v14 to nodejs workflows
## [3.1.2](https://github.com/alkemics/CancelablePromise/releases/tag/v3.1.2) (2020-07-20)

@@ -2,0 +7,0 @@

18

package.json
{
"name": "cancelable-promise",
"version": "3.1.2",
"version": "3.1.3",
"description": "A simple cancelable promise",

@@ -46,15 +46,15 @@ "main": "dist/CancelablePromise.js",

"@babel/cli": "~7.10.5",
"@babel/core": "~7.10.5",
"@babel/preset-env": "~7.10.4",
"@babel/core": "~7.11.4",
"@babel/preset-env": "~7.11.0",
"babel-eslint": "~10.1.0",
"core-js": "~3.6.4",
"cypress": "~4.10.0",
"eslint": "~7.5.0",
"cypress": "~5.0.0",
"eslint": "~7.7.0",
"fs-extra": "~9.0.1",
"husky": "~4.2.3",
"jest": "~26.1.0",
"lint-staged": "~10.2.11",
"prettier": "~2.0.5",
"uglify-js": "~3.10.0"
"jest": "~26.4.2",
"lint-staged": "~10.2.13",
"prettier": "~2.1.1",
"uglify-js": "~3.10.3"
}
}

@@ -49,4 +49,2 @@ # cancelable-promise

**A callback passed to `finally` will be always executed.**
### Basic example

@@ -53,0 +51,0 @@

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