real-cancellable-promise
Advanced tools
Comparing version 1.1.0-alpha.0 to 1.1.0-alpha.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23
0
0
46288
11
840