Socket
Socket
Sign inDemoInstall

raven

Package Overview
Dependencies
8
Maintainers
10
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

vendor/node-lsmod.js

6

History.md
# Changelog
## 2.4.1 - 2018-02-09
- fix: Handle scoped packages structure in node-lsmod (#426)
- fix: Report fatal errors as indeed "fatal" (#425)
- ref: Use a named function for the middleware over an anonymous (#424)
## 2.4.0 - 2018-01-24

@@ -4,0 +10,0 @@

4

lib/client.js

@@ -164,3 +164,3 @@ 'use strict';

caughtFirstError = true;
self.captureException(err, function(sendErr, eventId) {
self.captureException(err, {level: 'fatal'}, function(sendErr, eventId) {
if (!calledFatalError) {

@@ -536,3 +536,3 @@ calledFatalError = true;

var self = this;
return function(req, res, next) {
return function ravenMiddleware(req, res, next) {
self.context({req: req}, function() {

@@ -539,0 +539,0 @@ domain.active.add(req);

@@ -7,3 +7,3 @@ 'use strict';

var path = require('path');
var lsmod = require('lsmod');
var lsmod = require('../vendor/node-lsmod');
var stacktrace = require('stack-trace');

@@ -10,0 +10,0 @@ var stringify = require('../vendor/json-stringify-safe');

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

],
"version": "2.4.0",
"version": "2.4.1",
"repository": "git://github.com/getsentry/raven-node.git",

@@ -35,3 +35,2 @@ "license": "BSD-2-Clause",

"cookie": "0.3.1",
"lsmod": "1.0.0",
"md5": "^2.2.1",

@@ -38,0 +37,0 @@ "stack-trace": "0.0.9",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc