Socket
Socket
Sign inDemoInstall

p-cancelable

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

index.d.ts

2

index.js

@@ -101,2 +101,4 @@ 'use strict';

module.exports = PCancelable;
module.exports.default = PCancelable;
module.exports.CancelError = CancelError;

12

package.json
{
"name": "p-cancelable",
"version": "1.0.0",
"version": "1.1.0",
"description": "Create a promise that can be canceled",

@@ -16,6 +16,7 @@ "license": "MIT",

"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd-check"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -43,7 +44,8 @@ "keywords": [

"devDependencies": {
"ava": "^0.25.0",
"ava": "^1.3.1",
"delay": "^4.1.0",
"promise.prototype.finally": "^3.1.0",
"xo": "^0.23.0"
"tsd-check": "^0.3.0",
"xo": "^0.24.0"
}
}
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