Socket
Socket
Sign inDemoInstall

istanbul-lib-report

Package Overview
Dependencies
7
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

7

CHANGELOG.md

@@ -54,2 +54,9 @@ # Change Log

## [3.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-report-v3.0.0...istanbul-lib-report-v3.0.1) (2023-07-25)
### Bug Fixes
* **deps:** update make-dir CVE-2022-25883 ([eab82a9](https://github.com/istanbuljs/istanbuljs/commit/eab82a9aeff140a8fd2981c7f872830c985d479f))
## [2.0.8](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-report@2.0.7...istanbul-lib-report@2.0.8) (2019-04-24)

@@ -56,0 +63,0 @@

11

package.json
{
"name": "istanbul-lib-report",
"version": "3.0.0",
"version": "3.0.1",
"description": "Base reporting library for istanbul",

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

"scripts": {
"test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
"test": "nyc mocha"
},
"dependencies": {
"istanbul-lib-coverage": "^3.0.0",
"make-dir": "^3.0.0",
"make-dir": "^4.0.0",
"supports-color": "^7.1.0"

@@ -43,5 +43,4 @@ },

"engines": {
"node": ">=8"
},
"gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b"
"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