Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

cancelable-promise

Package Overview
Dependencies
0
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

5

CHANGELOG.md

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

## [4.2.1](https://github.com/alkemics/CancelablePromise/releases/tag/v4.2.1) (2021-07-09)
- add browser entrypoint in package.json
- upgrade dev dependencies
## [4.2.0](https://github.com/alkemics/CancelablePromise/releases/tag/v4.2.0) (2021-06-17)

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

17

package.json
{
"name": "cancelable-promise",
"version": "4.2.0",
"version": "4.2.1",
"description": "A simple cancelable promise",

@@ -11,2 +11,3 @@ "keywords": [

"main": "umd/CancelablePromise.js",
"browser": "umd/CancelablePromise.js",
"module": "esm/CancelablePromise.mjs",

@@ -80,12 +81,12 @@ "types": "esm/CancelablePromise.d.ts",

"@types/jest": "~26.0.23",
"@typescript-eslint/eslint-plugin": "~4.27.0",
"@typescript-eslint/parser": "~4.27.0",
"@typescript-eslint/eslint-plugin": "~4.28.0",
"@typescript-eslint/parser": "~4.28.0",
"babel-eslint": "~10.1.0",
"concurrently": "~6.2.0",
"core-js": "~3.14.0",
"cypress": "~7.5.0",
"eslint": "~7.28.0",
"core-js": "~3.15.0",
"cypress": "~7.7.0",
"eslint": "~7.30.0",
"express": "~4.17.1",
"fs-extra": "~10.0.0",
"husky": "~6.0.0",
"husky": "~7.0.0",
"jest": "~27.0.4",

@@ -97,4 +98,4 @@ "lint-staged": "~11.0.0",

"typescript": "~4.3.2",
"wait-on": "~5.3.0"
"wait-on": "~6.0.0"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc