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

real-cancellable-promise

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

real-cancellable-promise - npm Package Compare versions

Comparing version 1.1.0-alpha.0 to 1.1.0-alpha.1

7

CONTRIBUTING.md

@@ -8,5 +8,6 @@ # Contributing to real-cancellable-promise

1. `yarn install`
2. Check for type errors: `yarn tsc`
3. Run tests: `yarn test`
4. Run ESLint: `yarn lint-all`
2. `yarn setup` — setup precommit hook
3. Check for type errors: `yarn tsc`
4. Run tests: `yarn test`
5. Run ESLint: `yarn lint-all`

@@ -13,0 +14,0 @@ ## Publishing

{
"name": "real-cancellable-promise",
"version": "1.1.0-alpha.0",
"version": "1.1.0-alpha.1",
"description": "A simple cancellable promise implementation that cancels the underlying HTTP call.",

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

"scripts": {
"setup": "husky install",
"clean": "rimraf dist",

@@ -29,5 +30,3 @@ "build": "yarn clean && rollup -c",

"prettier-all": "prettier '**/*.ts?(x)'",
"prepublish": "yarn build && pinst --disable",
"postpublish": "pinst --enable",
"postinstall": "husky install",
"prepack": "yarn build",
"lint-staged": "lint-staged --no-stash"

@@ -60,3 +59,2 @@ },

"lint-staged": "^11.1.2",
"pinst": "^2.1.6",
"prettier": "^2.4.0",

@@ -63,0 +61,0 @@ "rimraf": "^3.0.2",

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