Socket
Socket
Sign inDemoInstall

c8

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c8 - npm Package Compare versions

Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.3

node_modules/align-text/index.js

6

lib/wrap.js

@@ -36,5 +36,2 @@ #!/usr/bin/env node

// run the user's actual application.
sw.runMain()
// hook process.exit() and common exit signals, e.g., SIGTERM,

@@ -55,2 +52,5 @@ // and output coverage report when these occur.

}, {alwaysLast: true})
// run the user's actual application.
sw.runMain()
} catch (err) {

@@ -57,0 +57,0 @@ console.error(err)

{
"name": "c8",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.3",
"description": "collect test coverage using v8's inspector",

@@ -8,2 +8,3 @@ "main": "index.js",

"scripts": {
"bundle": "bundle-dependencies update",
"test": "./bin/c8.js node ./node_modules/.bin/_mocha ./test/*.js",

@@ -53,2 +54,3 @@ "posttest": "standard",

"devDependencies": {
"bundle-dependencies": "^1.0.2",
"chai": "^4.1.2",

@@ -58,3 +60,19 @@ "mocha": "^4.0.1",

"standard-version": "^4.2.0"
}
},
"bundledDependencies": [
"find-up",
"foreground-child",
"istanbul-lib-coverage",
"istanbul-lib-report",
"istanbul-reports",
"mkdirp",
"rimraf",
"signal-exit",
"spawn-wrap",
"test-exclude",
"uuid",
"v8-to-istanbul",
"yargs",
"yargs-parser"
]
}
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