Comparing version 1.9.0 to 1.9.1
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 @@ |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
69426
1