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

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 9.0.0 to 9.0.1

7

CHANGELOG.md

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

## [9.0.1](https://github.com/istanbuljs/v8-to-istanbul/compare/v9.0.0...v9.0.1) (2022-06-20)
### Bug Fixes
* update `@jridgewell/trace-mapping` ([#194](https://github.com/istanbuljs/v8-to-istanbul/issues/194)) ([83d3ea2](https://github.com/istanbuljs/v8-to-istanbul/commit/83d3ea29648012fef3a5c379fa04d8bfc53f3fd2))
## [9.0.0](https://github.com/istanbuljs/v8-to-istanbul/compare/v8.1.1...v9.0.0) (2022-04-20)

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

2

lib/v8-to-istanbul.js

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

destroy () {
this.sourceMap = undefined
// no longer necessary, but preserved for backwards compatibility.
}

@@ -108,0 +108,0 @@

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

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

"dependencies": {
"@jridgewell/trace-mapping": "^0.3.7",
"@jridgewell/trace-mapping": "^0.3.12",
"@types/istanbul-lib-coverage": "^2.0.1",

@@ -31,0 +31,0 @@ "convert-source-map": "^1.6.0"

@@ -35,6 +35,2 @@ # v8-to-istanbul

console.info(JSON.stringify(converter.toIstanbul()))
// cleanup resources allocated in "load" (i.e. by the source-map dependency),
// the converter may not be used anymore afterwards
converter.destroy()
```

@@ -41,0 +37,0 @@

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