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 4.1.3 to 4.1.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [4.1.4](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v4.1.3...v4.1.4) (2020-05-06)
### Bug Fixes
* handle relative sourceRoots in source map files ([#100](https://www.github.com/istanbuljs/v8-to-istanbul/issues/100)) ([16ad3aa](https://www.github.com/istanbuljs/v8-to-istanbul/commit/16ad3aabd6144e2bf15fb4065e697bf40d1caaf4))
### [4.1.3](https://www.github.com/istanbuljs/v8-to-istanbul/compare/v4.1.2...v4.1.3) (2020-03-27)

@@ -7,0 +14,0 @@

2

lib/v8-to-istanbul.js

@@ -82,3 +82,3 @@ const assert = require('assert')

} else {
this.path = resolve(dirname(this.path), sourcePath)
this.path = resolve(dirname(this.path), candidatePath)
}

@@ -85,0 +85,0 @@ }

{
"name": "v8-to-istanbul",
"version": "4.1.3",
"version": "4.1.4",
"description": "convert from v8 coverage format to istanbul's format",

@@ -35,3 +35,3 @@ "main": "index.js",

"c8": "^7.0.0",
"coveralls": "3.0.11",
"coveralls": "3.1.0",
"should": "13.2.3",

@@ -38,0 +38,0 @@ "standard": "^14.3.1",

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