Socket
Socket
Sign inDemoInstall

lcov-parse

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lcov-parse - npm Package Compare versions

Comparing version 0.0.10 to 1.0.0

bin/cli.js

8

package.json
{
"name": "lcov-parse",
"description": "Parse lcov results files and return JSON",
"version": "0.0.10",
"version": "1.0.0",
"author": "Dav Glass <davglass@gmail.com>",
"contributors": [
"Alan Gutierrez <alan@prettyrobots.com>",
"Gerard Escalante <gerard@saygo.ca>"
"Gerard Escalante <gerard@saygo.ca>",
"Daniel Howe <dhowe@swipeclock.com>"
],
"bin": {
"lcov-parse": "./bin/cli.js"
},
"bugs": {

@@ -11,0 +15,0 @@ "url": "http://github.com/davglass/lcov-parse/issues"

@@ -24,2 +24,3 @@ ## LCOV file parser

## Formatting

@@ -73,2 +74,12 @@

## Cli Usage
lcov-parse ./lcov.info
or
cat lcov.info | xargs -0 lcov-parse
## Tests

@@ -75,0 +86,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