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.1.2 to 0.1.5

2

alerters/console.js

@@ -36,5 +36,5 @@ /**

extra,
lines.join('\n').slice(0, 79)
lines.join('\n')
));
});
}

@@ -60,7 +60,7 @@ /**

tail.on('line', function(line) {
line = target.extract(line);
if (target.ignore && target.ignore(line)) {
return;
}
line = target.extract(line);
emitter.emit('line', line);

@@ -67,0 +67,0 @@ });

{
"name": "errdog",
"version": "0.1.2",
"version": "0.1.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