Socket
Socket
Sign inDemoInstall

lcov-result-merger

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lcov-result-merger - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

4

index.js

@@ -281,3 +281,3 @@ /**

function processFile (data, lcov) {
var lines = data.split('\n')
var lines = data.split(/\r?\n/)
var currentCoverageFile = null

@@ -340,3 +340,3 @@

path: 'lcov.info',
contents: new Buffer(createRecords(coverageFiles))
contents: Buffer.from(createRecords(coverageFiles))
})

@@ -343,0 +343,0 @@ this.push(file)

@@ -14,3 +14,4 @@ {

"coveralls": "cat ./coverage/lcov.info | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},

@@ -41,34 +42,24 @@ "bin": {

"dependencies": {
"through2": "^2.0.1",
"vinyl": "^2.0.0",
"vinyl-fs": "^2.4.3"
"through2": "^2.0.3",
"vinyl": "^2.1.0",
"vinyl-fs": "^3.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.1.2",
"chai-gulp-helpers": "0.0.3",
"coveralls": "^2.11.9",
"cracks": "^3.1.2",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.1.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-standard": "^2.0.0",
"istanbul": "^0.4.2",
"mocha": "^3.0.0",
"semantic-release": "^4.3.5",
"standard": "^8.0.0"
"coveralls": "^3.0.0",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.0.3",
"semantic-release": "^15.5.0",
"standard": "^11.0.0",
"travis-deploy-once": "^5.0.0"
},
"engines": {
"node": ">=4 <=9"
"node": ">=4"
},
"release": {
"verifyRelease": {
"path": "cracks",
"paths": [
"test",
"package.json"
],
"silent": true
}
},
"config": {

@@ -79,3 +70,3 @@ "commitizen": {

},
"version": "2.0.0"
}
"version": "3.0.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