Socket
Socket
Sign inDemoInstall

raven

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raven - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

twenty-six-megs-orig

3

History.md

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

# 2.1.1 - 7/27/2017
- Fix issue where HTTP request was duplicated as `req` (and dropped by Sentry server). [See #340]
# 2.1.0 - 6/20/2017

@@ -2,0 +5,0 @@ - Truncate long lines in surrounding source to avoid sending large amounts of minified code [See #329]

3

lib/client.js

@@ -223,3 +223,4 @@ 'use strict';

var parseUser = Object.keys(kwargs.user).length === 0 ? this.parseUser : false;
kwargs = extend(kwargs, parsers.parseRequest(req, parseUser));
extend(kwargs, parsers.parseRequest(req, parseUser));
delete kwargs.req;
}

@@ -226,0 +227,0 @@ }

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

],
"version": "2.1.0",
"version": "2.1.1",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc