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

errdog

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errdog - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

index.js

@@ -100,3 +100,5 @@ /**

if (i === levels.length - 1 && config.hipchat.atwho.length > 0) {
alert(name, config.hipchat.atwho.join(' '), color,
var message_ = config.hipchat.atwho.join(' ') + util.
format(' %d error messages in %d seconds', lines.length, interval);
alert(name, message_, color,
config.hipchat.notify);

@@ -103,0 +105,0 @@ }

{
"name": "errdog",
"version": "0.0.4",
"version": "0.0.5",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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