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

istanbul

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul - npm Package Compare versions

Comparing version 0.1.39 to 0.1.40

1

CHANGELOG.md

@@ -5,2 +5,3 @@ Changelog

<table>
<tr><td>v0.1.40</td><td>forward sourceStore from lcov to html report, pull request by @vojtajina</td></tr>
<tr><td>v0.1.39</td><td>add <source> tag to cobertura report, pull request by @jhansche</td></tr>

@@ -7,0 +8,0 @@ <tr><td>v0.1.38</td><td><ul>

2

lib/report/lcov.js

@@ -37,3 +37,3 @@ /*

this.lcov = new LcovOnlyReport({ dir: baseDir });
this.html = new HtmlReport({ dir: htmlDir });
this.html = new HtmlReport({ dir: htmlDir, sourceStore: opts.sourceStore});
}

@@ -40,0 +40,0 @@

{
"name": "istanbul",
"version": "0.1.39",
"version": "0.1.40",
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",

@@ -19,3 +19,4 @@ "keywords": [ "coverage", "code coverage", "JS code coverage", "JS coverage" ],

"Tomaz Muraus <tomaz+github@tomaz.me>",
"Joe @jhansche <jhansche@meetme.com>"
"Joe @jhansche <jhansche@meetme.com>",
"Vojta Jina <vojta.jina@gmail.com>"
],

@@ -22,0 +23,0 @@ "preferGlobal": true,

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