Socket
Socket
Sign inDemoInstall

raven

Package Overview
Dependencies
1
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

.gitignore

2

lib/client.js

@@ -8,3 +8,3 @@ var parsers = require('./parsers'),

module.exports.version = '0.2.0';
module.exports.version = '0.2.1';

@@ -11,0 +11,0 @@ var Client = function Client(dsn, options) {

@@ -8,3 +8,3 @@ var raven = require('../client'),

var kwargs = parsers.parseRequest(req);
client.createFromError(err, kwargs, function(result) {
client.captureError(err, kwargs, function(result) {
res.sentry = client.getIdent(result);

@@ -11,0 +11,0 @@ next(err, req, res);

@@ -5,3 +5,3 @@ {

"keywords": ["raven", "sentry", "python"],
"version": "0.2.0",
"version": "0.2.1",
"repository": "git://github.com/mattrobenolt/raven-node.git",

@@ -8,0 +8,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