Socket
Socket
Sign inDemoInstall

v8-to-istanbul

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v8-to-istanbul - npm Package Compare versions

Comparing version 7.0.0-candidate.1 to 7.0.0-candidate.2

7

lib/v8-to-istanbul.js

@@ -37,2 +37,5 @@ const assert = require('assert')

this.sourceTranspiled = undefined
// Indicate that this report was generated with placeholder data from
// running --all:
this.all = false
}

@@ -108,6 +111,7 @@

line.count = 0
this.all = true
return true
}
return startCol <= line.endCol && endCol >= line.startCol
return startCol < line.endCol && endCol >= line.startCol
})

@@ -227,2 +231,3 @@ const startLineInstance = lines[0]

path: resolvedPath,
all: this.all,
...this._statementsToIstanbul(source, path),

@@ -229,0 +234,0 @@ ...this._branchesToIstanbul(source, path),

2

package.json
{
"name": "v8-to-istanbul",
"version": "7.0.0-candidate.1",
"version": "7.0.0-candidate.2",
"description": "convert from v8 coverage format to istanbul's format",

@@ -5,0 +5,0 @@ "main": "index.js",

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