@istanbuljs/nyc-config-hook-run-in-this-context
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -51,4 +51,15 @@ # Change Log | ||
## [2.0.0](https://github.com/istanbuljs/istanbuljs/compare/nyc-config-hook-run-in-this-context-v1.0.0...nyc-config-hook-run-in-this-context-v2.0.0) (2023-07-25) | ||
### ⚠ BREAKING CHANGES | ||
* **deps:** minimum Node version bumped to 10. | ||
### Bug Fixes | ||
* **deps:** upgrade semver CVE-2022-25883 ([#731](https://github.com/istanbuljs/istanbuljs/issues/731)) ([d8399f3](https://github.com/istanbuljs/istanbuljs/commit/d8399f39eab6767a6fca5ef3b1b458a14d48775a)) | ||
## [0.1.1](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-hook-run-in-this-context@0.1.0...@istanbuljs/nyc-config-hook-run-in-this-context@0.1.1) (2019-04-24) | ||
**Note:** Version bump only for package @istanbuljs/nyc-config-hook-run-in-this-context |
{ | ||
"name": "@istanbuljs/nyc-config-hook-run-in-this-context", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "nyc configuration for hook-run-in-this-context", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json mocha" | ||
"test": "nyc mocha" | ||
}, | ||
@@ -35,3 +35,3 @@ "repository": { | ||
"dependencies": { | ||
"semver": "^6.3.0" | ||
"semver": "^7.5.4" | ||
}, | ||
@@ -44,5 +44,4 @@ "devDependencies": { | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b" | ||
"node": ">=10" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
5145
2
+ Addedsemver@7.6.3(transitive)
- Removedsemver@6.3.1(transitive)
Updatedsemver@^7.5.4