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

istanbul-lib-coverage

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

istanbul-lib-coverage - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

6

lib/file.js

@@ -204,3 +204,3 @@ /*

Object.keys(branchMap).forEach(function (k) {
var line = branchMap[k].line,
var line = branchMap[k].loc.start.line,
branchData = branches[k];

@@ -257,4 +257,4 @@ ret[line] = ret[line] || [];

FileCoverage.prototype.computeSimpleTotals = function (property) {
var stats = this[property],
FileCoverage.prototype.computeSimpleTotals = function (propOrMethod) {
var stats = this[propOrMethod],
ret = {total: 0, covered: 0, skipped: 0};

@@ -261,0 +261,0 @@

{
"name": "istanbul-lib-coverage",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Data library for istanbul coverage objects",

@@ -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