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

istanbul

Package Overview
Dependencies
Maintainers
2
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.3.18 to 0.3.19

5

CHANGELOG.md

@@ -6,2 +6,7 @@ Changelog

<tr>
<td>v0.3.19</td>
<td>Fix instrumenter for multiple blank array positions, thanks @alexdunphy</td>
</tr>
<tr>
<tr>
<td>v0.3.18</td>

@@ -8,0 +13,0 @@ <td>Upgrade esprima, get support for more ES6 features</td>

2

lib/instrumenter.js

@@ -242,2 +242,4 @@ /*

}
} else {
assignNode = undefined;
}

@@ -244,0 +246,0 @@ pushAll(childArray, assignNode);

5

package.json
{
"name": "istanbul",
"version": "0.3.18",
"version": "0.3.19",
"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",

@@ -69,3 +69,4 @@ "keywords": [

"Roderick Hsiao @roderickhsiao",
"Nikita Gusakov @nkt"
"Nikita Gusakov @nkt",
"Alex Dunphy @alexdunphy <alexanderdunphy@gmail.com>"
],

@@ -72,0 +73,0 @@ "scripts": {

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