extrinsic-promises
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "extrinsic-promises", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "A convenient promises anti-pattern: promises you can settle from outside the promise.", | ||
@@ -18,3 +18,2 @@ "keywords": [ | ||
"clean": "rimraf coverage/ .nyc_output/ dist/", | ||
"check:lint:ci:travis-lint": "travis-lint .travis.yml", | ||
"check:lint:ci:yaml": "yamllint .travis.yml", | ||
@@ -57,3 +56,3 @@ "check:lint:ci": "npm-run-all --parallel check:lint:ci:*", | ||
"engines": { | ||
"node": ">6.0.0 <11" | ||
"node": ">6.0.0 <12" | ||
}, | ||
@@ -95,5 +94,5 @@ "license": "MIT", | ||
"npm-run-all": "4.1.1", | ||
"nyc": "13.1.0", | ||
"nyc": "14.1.1", | ||
"ramda": "0.25.0", | ||
"remark-cli": "4.0.0", | ||
"remark-cli": "7.0.0", | ||
"rimraf": "2.6.2", | ||
@@ -105,13 +104,12 @@ "sinon": "7.2.2", | ||
"standard": "10.0.3", | ||
"stryker": "0.29.5", | ||
"stryker-api": "0.21.2", | ||
"stryker-babel-transpiler": "0.7.4", | ||
"stryker": "0.33.2", | ||
"stryker-api": "0.22.1", | ||
"stryker-babel-transpiler": "0.7.11", | ||
"stryker-baseline-reporter": "1.0.3", | ||
"stryker-html-reporter": "0.16.4", | ||
"stryker-javascript-mutator": "0.11.0", | ||
"stryker-mocha-framework": "0.12.3", | ||
"stryker-mocha-runner": "0.14.3", | ||
"travis-lint": "1.0.0", | ||
"stryker-html-reporter": "0.16.10", | ||
"stryker-javascript-mutator": "0.12.2", | ||
"stryker-mocha-framework": "0.13.3", | ||
"stryker-mocha-runner": "0.15.3", | ||
"yaml-lint": "1.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
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
21152
33
0