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

bugsnag

Package Overview
Dependencies
Maintainers
5
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 1.9.0 to 1.9.1

8

CHANGELOG.md
Changelog
=========
## 1.9.1 (2017-02-24)
### Bug Fixes
* Fix premature return in configure, leading to `sendCode` not being updated
[Jacob Marshall](https://github.com/jacobmarshall)
[#92](https://github.com/bugsnag/bugsnag-node/pull/92)
## 1.9.0 (2016-11-07)

@@ -5,0 +13,0 @@

2

lib/configuration.js

@@ -69,3 +69,3 @@ var path = require("path"),

if ((options.packageJSON != null) && !Configuration.appVersion) {
return Configuration.appVersion = Utils.getPackageVersion(Utils.fullPath(options.packageJSON));
Configuration.appVersion = Utils.getPackageVersion(Utils.fullPath(options.packageJSON));
}

@@ -72,0 +72,0 @@ Configuration.sendCode = options.sendCode || Configuration.sendCode;

{
"name": "bugsnag",
"description": "Bugsnag notifier for node.js scripts",
"version": "1.9.0",
"version": "1.9.1",
"main": "./lib/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