Socket
Socket
Sign inDemoInstall

raven

Package Overview
Dependencies
6
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

3

History.md

@@ -0,1 +1,4 @@

# 2.0.2 - 5/24/2017
- Fix issue with sending empty request details when no request is present [See #324]
# 2.0.1 - 5/16/2017

@@ -2,0 +5,0 @@ - Fix memory explosion when parsing stack for large files [See #320]

6

lib/client.js

@@ -241,4 +241,6 @@ 'use strict';

var req = extend({}, this._globalContext.req, domainContext.req, kwargs.req);
var parseUser = Object.keys(kwargs.user).length === 0 ? this.parseUser : false;
kwargs = extend(kwargs, parsers.parseRequest(req, parseUser));
if (Object.keys(req).length > 0) {
var parseUser = Object.keys(kwargs.user).length === 0 ? this.parseUser : false;
kwargs = extend(kwargs, parsers.parseRequest(req, parseUser));
}
}

@@ -245,0 +247,0 @@

@@ -12,3 +12,3 @@ {

],
"version": "2.0.1",
"version": "2.0.2",
"repository": "git://github.com/getsentry/raven-node.git",

@@ -15,0 +15,0 @@ "author": "Matt Robenolt <matt@ydekproductions.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc