Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

karma-coveralls

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-coveralls - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

6

lib/index.js

@@ -88,2 +88,8 @@ var fs = require('fs');

}
if (!response) {
// Unknown error, response object mysteriously undefined.
response = {
statusCode: 0
};
}
if ((response.statusCode >= 200 && response.statusCode < 300) && isJSON) {

@@ -90,0 +96,0 @@ // TODO: log success sending to coveralls.io

2

package.json
{
"name": "karma-coveralls",
"version": "0.1.3",
"version": "0.1.4",
"description": "A karma plugin which uploads coverage reports to coveralls.io",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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