Socket
Socket
Sign inDemoInstall

coverage-blamer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coverage-blamer - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

6

lib/Processors.js

@@ -10,7 +10,3 @@ // Generated by CoffeeScript 1.10.0

d = new Date(string);
d.setHours(0);
d.setMinutes(0);
d.setSeconds(1);
d.setMilliseconds(0);
return d.getTime() / 1000;
return (new Date(d.toLocaleDateString())).getTime() / 1000;
};

@@ -17,0 +13,0 @@

4

package.json
{
"name": "coverage-blamer",
"version": "0.1.6",
"version": "0.1.7",
"description": "coverage-blamer is tool for get information about authors of uncovered code",

@@ -33,3 +33,3 @@ "main": "index.js",

"commander": "^2.6.x",
"glob": "^5.0.14",
"glob": "^6.0.x",
"lcov-parse": "^0.0.x",

@@ -36,0 +36,0 @@ "lodash": "~3.10.x",

Sorry, the diff of this file is not supported yet

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