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.5 to 0.0.6

2

lib/index.js

@@ -24,3 +24,3 @@ /*

case 'SF':
item.file = parts[1].trim();
item.file = parts.slice(1).join(':').trim();
break;

@@ -27,0 +27,0 @@ case 'FNF':

{
"name": "lcov-parse",
"description": "Parse lcov results files and return JSON",
"version": "0.0.5",
"author": "Dav Glass <davglass@gmail.com>",
"bugs": { "url" : "http://github.com/davglass/lcov-parse/issues" },
"main": "./lib/index",
"tags": [
"lcov",
"json",
"coverage",
"parser"
],
"devDependencies": {
"yui-lint": "~0.1.1",
"jshint": "~0.9.0",
"istanbul": "~0.1.8",
"vows": "*"
},
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
"test": "istanbul cover --print both vows -- --spec ./tests/*.js"
},
"licenses":[
{
"type" : "BSD"
}
],
"repository": {
"type":"git",
"url":"http://github.com/davglass/lcov-parse.git"
"name": "lcov-parse",
"description": "Parse lcov results files and return JSON",
"version": "0.0.6",
"author": "Dav Glass <davglass@gmail.com>",
"contributors": [
"Alan Gutierrez <alan@prettyrobots.com>",
"Gerard Escalante <gerard@saygo.ca>"
],
"bugs": {
"url": "http://github.com/davglass/lcov-parse/issues"
},
"main": "./lib/index",
"tags": [
"lcov",
"json",
"coverage",
"parser"
],
"devDependencies": {
"yui-lint": "~0.1.1",
"jshint": "~0.9.0",
"istanbul": "~0.1.8",
"vows": "*"
},
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/",
"test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js"
},
"licenses": [
{
"type": "BSD"
}
],
"repository": {
"type": "git",
"url": "http://github.com/davglass/lcov-parse.git"
}
}
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