New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coveralls

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coveralls - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

2

lib/fetchGitData.js

@@ -62,3 +62,3 @@ var exec = require('child_process').exec;

var REGEX_COMMIT_DETAILS = /\nauthor (.+?) <(.+?)>.+\ncommitter (.+?) <(.+?)>.+\n\n(.*)/m;
var REGEX_COMMIT_DETAILS = /\nauthor (.+?) <(.+?)>.+\ncommitter (.+?) <(.+?)>.+\n?.+?\n\n(.*)/m;

@@ -65,0 +65,0 @@ function fetchHeadDetails(git, cb) {

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

],
"version": "2.6.0",
"version": "2.6.1",
"bugs": {

@@ -45,4 +45,3 @@ "url": "https://github.com/cainus/node-coveralls/issues"

"engines": {
"node": ">=0.8.6",
"npm": "1.1.65"
"node": ">=0.8.6"
},

@@ -49,0 +48,0 @@ "main": "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