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

v8-to-istanbul

Package Overview
Dependencies
Maintainers
1
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 1.0.0 to 1.1.0

CHANGELOG.md

2

lib/script.js

@@ -7,3 +7,3 @@ const fs = require('fs')

// Node.js injects a header when executing a script.
const header = '(function (exports, require, module, __filename, __dirname) { '
const header = require('module').wrapper[0]

@@ -10,0 +10,0 @@ module.exports = class CovScript {

{
"name": "v8-to-istanbul",
"version": "1.0.0",
"version": "1.1.0",
"description": "convert from v8 coverage format to istanbul's format",
"main": "index.js",
"scripts": {
"test": "nyc mocha test/*.js",
"posttest": "standard"
"snapshot": "TAP_SNAPSHOT=1 tap test/*.js",
"test": "tap test/*.js --cov",
"posttest": "standard",
"release": "standard-version"
},

@@ -26,7 +28,7 @@ "repository": {

"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1",
"nyc": "^11.3.0",
"standard": "^10.0.3"
"should": "^13.1.3",
"standard": "^10.0.3",
"standard-version": "^4.2.0",
"tap": "^11.0.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