Socket
Socket
Sign inDemoInstall

istanbul-lib-instrument

Package Overview
Dependencies
55
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.2.1 to 6.0.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [6.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v5.2.1...istanbul-lib-instrument-v6.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))
## [5.2.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v5.2.0...istanbul-lib-instrument-v5.2.1) (2022-10-05)

@@ -8,0 +19,0 @@

6

package.json
{
"name": "istanbul-lib-instrument",
"version": "5.2.1",
"version": "6.0.0",
"description": "Core istanbul API for JS code coverage",

@@ -18,3 +18,3 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",

"istanbul-lib-coverage": "^3.2.0",
"semver": "^6.3.0"
"semver": "^7.5.4"
},

@@ -49,4 +49,4 @@ "devDependencies": {

"engines": {
"node": ">=8"
"node": ">=10"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc