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.7 to 0.0.8

1

lib/index.js

@@ -126,1 +126,2 @@ /*

module.exports = parse;
module.exports.source = walkFile;

72

package.json
{
"name": "lcov-parse",
"description": "Parse lcov results files and return JSON",
"version": "0.0.7",
"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": {
"istanbul": "^0.2.10",
"jshint": "^2.5.1",
"vows": "*",
"yui-lint": "~0.1.1"
},
"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"
"name": "lcov-parse",
"description": "Parse lcov results files and return JSON",
"version": "0.0.8",
"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": {
"istanbul": "^0.2.10",
"jshint": "^2.5.1",
"vows": "*",
"yui-lint": "~0.1.1"
},
"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