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 1.0.0 to 1.0.1

2

bin/wrap.js

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

client.close()
process.exit(0)
process.exit(process.exitCode || 0)
}

@@ -5,2 +5,12 @@ # Change Log

<a name="1.0.1"></a>
## [1.0.1](https://github.com/bcoe/c8/compare/v1.0.0...v1.0.1) (2017-10-26)
### Bug Fixes
* pin to functional version of spawn-wrap ([d1ced8c](https://github.com/bcoe/c8/commit/d1ced8c))
<a name="1.0.0"></a>

@@ -7,0 +17,0 @@ # 1.0.0 (2017-10-26)

{
"name": "c8",
"version": "1.0.0",
"version": "1.0.1",
"description": "collect test coverage using v8's profiler",

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

"get-port": "^3.2.0",
"spawn-wrap": "^1.3.8",
"spawn-wrap": "=1.3.8",
"yargs": "^10.0.3"

@@ -31,0 +31,0 @@ },

@@ -25,1 +25,3 @@ # c8 - native v8 code-coverage

have terminated (except the inspector session).
- [ ] process.exit() can't perform an async operation; how can we track coverage
for scripts that exit?
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