Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

raven-for-redux

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raven-for-redux - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

3

built/index.js

@@ -43,3 +43,3 @@ "use strict";

var extra = { lastAction: action };
Raven.context({ extra: extra }, function () {
var returnValue = Raven.context({ extra: extra }, function () {
return next(action);

@@ -54,2 +54,3 @@ });

});
return returnValue;
};

@@ -56,0 +57,0 @@ };

{
"name": "raven-for-redux",
"version": "0.6.0",
"version": "0.7.0",
"description": "Middleware for propagating Redux state/actions to Sentry via Raven.",

@@ -51,2 +51,2 @@ "main": "built/index.js",

}
}
}

@@ -125,2 +125,6 @@ [![Travis](https://img.shields.io/travis/captbaritone/raven-for-redux.svg)]() [![Codecov](https://img.shields.io/codecov/c/github/captbaritone/raven-for-redux.svg)]()

### 0.7.0
* Return the previous middleware's (or the actual `dispatch` function's) return value. (#11)
### 0.6.0

@@ -127,0 +131,0 @@

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