Socket
Socket
Sign inDemoInstall

coveralls

Package Overview
Dependencies
54
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.12 to 3.0.13

3

lib/convertLcovToCoveralls.js

@@ -102,2 +102,5 @@ 'use strict';

}
if (options.flag_name) {
postJson.flag_name = options.flag_name;
}
parsed.forEach(file => {

@@ -104,0 +107,0 @@ file.file = cleanFilePath(file.file);

2

package.json

@@ -8,3 +8,3 @@ {

],
"version": "3.0.12",
"version": "3.0.13",
"bugs": {

@@ -11,0 +11,0 @@ "url": "https://github.com/nickmerwin/node-coveralls/issues"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc