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

bugsnag

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bugsnag - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

bugsnag.js

@@ -57,3 +57,3 @@ trace = require('tracejs').trace;

errorClass: "Error",
message: stacktrace.first_line.substr(7),
message: stacktrace.first_line,
stacktrace: []

@@ -104,2 +104,4 @@ }]

exports.register = function(apiKey, options) {
options = (options === undefined ? {} : options)
Error.stackTraceLimit = Infinity;

@@ -106,0 +108,0 @@ defaultErrorHash.apiKey = apiKey;

{
"name": "bugsnag",
"description": "Bugsnag notifier for node.js scripts",
"version": "0.1.1",
"version": "0.1.2",
"main": "./bugsnag.js",

@@ -6,0 +6,0 @@ "homepage": "http://bugsnag.com",

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