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.3.0 to 1.4.0

11

CHANGELOG.md

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

<a name="1.4.0"></a>
# [1.4.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@1.3.0...istanbul-reports@1.4.0) (2018-04-17)
### Features
* allow custom reporters to be loaded ([#155](https://github.com/istanbuljs/istanbuljs/issues/155)) ([6d89cca](https://github.com/istanbuljs/istanbuljs/commit/6d89cca))
<a name="1.3.0"></a>

@@ -8,0 +19,0 @@ # [1.3.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-reports@1.2.0...istanbul-reports@1.3.0) (2018-03-09)

8

index.js

@@ -10,3 +10,9 @@ /*

cfg = cfg || {};
var Cons = require(path.join(__dirname, 'lib', name));
var Cons;
try {
Cons = require(path.join(__dirname, 'lib', name));
} catch (e) {
Cons = require(name);
}
return new Cons(cfg);

@@ -13,0 +19,0 @@ }

2

package.json
{
"name": "istanbul-reports",
"version": "1.3.0",
"version": "1.4.0",
"description": "istanbul reports",

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

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