v8-to-istanbul
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21960
10
613
3
1