You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

coverage

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coverage - npm Package Compare versions

Comparing version

to
0.2.3

2

index.js

@@ -99,2 +99,4 @@ #!/usr/bin/env node

c8BinPath,
// Remove this when https://github.com/istanbuljs/istanbuljs/pull/381 is merged
...require('test-exclude').defaultExclude.map(pattern => `--exclude="${pattern.replace(/(?<=\.)(?=js$)/ui, '{,c,m}')}"`),
...reporter === undefined ? [

@@ -101,0 +103,0 @@ '--reporter=text',

3

package.json
{
"name": "coverage",
"version": "0.2.2",
"version": "0.2.3",
"description": "A command-line tool to collect and report code coverage of a JavaScript program",

@@ -40,2 +40,3 @@ "author": "Shinnosuke Watanabe (https://github.com/shinnn)",

"slash": "^3.0.0",
"test-exclude": "^5.2.2",
"uuid": "^3.3.2",

@@ -42,0 +43,0 @@ "which": "^1.3.1",