Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

airbrake

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airbrake - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

lib/airbrake.js

@@ -25,3 +25,3 @@ var HTTP_STATUS_CODES = require('http').STATUS_CODES;

this.protocol = 'http';
this.serviceHost = 'airbrakeapp.com';
this.serviceHost = 'airbrake.io';
}

@@ -28,0 +28,0 @@

@@ -5,3 +5,3 @@ {

"description": "Node.js client for airbrakeapp.com, formerly known as hoptoadapp.com.",
"version": "0.2.3",
"version": "0.2.4",
"homepage": "https://github.com/felixge/node-airbrake",

@@ -8,0 +8,0 @@ "repository": {

@@ -96,3 +96,3 @@ # airbrake

err.params = {ip: req.socket.remoteAddress};
airbrake.notify(err):
airbrake.notify(err);
}

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

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