Socket
Socket
Sign inDemoInstall

istanbul-lib-report

Package Overview
Dependencies
6
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.4 to 1.1.5

23

CHANGELOG.md

@@ -6,10 +6,27 @@ # Change Log

<a name="1.1.4"></a>
## [1.1.4](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-report@1.1.3...istanbul-lib-report@1.1.4) (2018-03-04)
<a name="1.1.5"></a>
## [1.1.5](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-report@1.1.3...istanbul-lib-report@1.1.5) (2018-09-05)
### Bug Fixes
* Tweak package.json files for republish as latest 1.x. ([#217](https://github.com/istanbuljs/istanbuljs/issues/217)) ([420481d](https://github.com/istanbuljs/istanbuljs/commit/420481d)), closes [#216](https://github.com/istanbuljs/istanbuljs/issues/216)
**Note:** Version bump only for package istanbul-lib-report
### BREAKING CHANGES
* leaked into 1.x modules but it was thought they were
never released to latest. Apparently releasing 2.x to latest makes
those unwanted versions of 1.x available.
This patch sets all modules to the latest 1.x version (4.x for
test-exclude). This will allow a new release to be made to revert
release of the breaking changes.
Stop upgrading npm to latest for testing as it's not compatible with
node 4.x.
<a name="1.1.3"></a>

@@ -16,0 +33,0 @@ ## [1.1.3](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-report@1.1.2...istanbul-lib-report@1.1.3) (2018-02-13)

4

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

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

"dependencies": {
"istanbul-lib-coverage": "^1.2.0",
"istanbul-lib-coverage": "^1.2.1",
"mkdirp": "^0.5.1",

@@ -19,0 +19,0 @@ "path-parse": "^1.0.5",

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