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

istanbul-reports

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-reports - npm Package Compare versions

Comparing version 1.5.0 to 2.0.0

16

CHANGELOG.md

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

<a name="2.0.0"></a>
# [2.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@1.5.0...istanbul-reports@2.0.0) (2018-07-07)
### Chores
* Specify node >= 6 in istanbul-reports. ([#197](https://github.com/istanbuljs/istanbuljs/issues/197)) ([5810c38](https://github.com/istanbuljs/istanbuljs/commit/5810c38))
### BREAKING CHANGES
* Requires node >= 6.
<a name="1.5.0"></a>

@@ -8,0 +24,0 @@ # [1.5.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@1.4.1...istanbul-reports@1.5.0) (2018-06-06)

11

package.json
{
"name": "istanbul-reports",
"version": "1.5.0",
"version": "2.0.0",
"description": "istanbul reports",

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

"is-windows": "^1.0.2",
"istanbul-lib-coverage": "^2.0.0",
"istanbul-lib-report": "^2.0.0",
"istanbul-lib-coverage": "^2.0.1",
"istanbul-lib-report": "^2.0.1",
"jshint": "^2.9.5",

@@ -39,3 +39,6 @@ "mocha": "^5.2.0"

},
"homepage": "https://github.com/istanbuljs/istanbuljs"
"homepage": "https://github.com/istanbuljs/istanbuljs",
"engines": {
"node": ">=6"
}
}
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