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

@istanbuljs/nyc-config-hook-run-in-this-context

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@istanbuljs/nyc-config-hook-run-in-this-context - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

11

CHANGELOG.md

@@ -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

11

package.json
{
"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"
}
}
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