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

minilog-airbrake

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minilog-airbrake - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

index.js

@@ -59,3 +59,3 @@ var airbrake = require('airbrake');

if (this.options.errorThreshold > MinilogAirbrake.errorLevels[level]) {
this.emit(name, level, args); //pass-through
this.emit('item', name, level, args); //pass-through
return;

@@ -101,5 +101,5 @@ }

this.emit(name, level, args);
this.emit('item', name, level, args);
};
module.exports = exports = MinilogAirbrake;
{
"name": "minilog-airbrake",
"description": "Backend log consumer for minilog that sends errors to airbrake",
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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