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

redux-reporter

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-reporter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

lib/index.js

@@ -10,6 +10,2 @@ 'use strict';

var _fluxStandardAction2 = _interopRequireDefault(_fluxStandardAction);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var defaultSelect = function defaultSelect(_ref) {

@@ -34,3 +30,3 @@ var _ref$meta = _ref.meta;

if (!(0, _fluxStandardAction2.default)(action)) {
if (!(0, _fluxStandardAction.isFSA)(action)) {
throw Error('Action must be a Flux Standard Action - https://github.com/acdlite/flux-standard-action');

@@ -37,0 +33,0 @@ }

23

package.json
{
"name": "redux-reporter",
"version": "0.0.2",
"version": "0.0.3",
"description": "Redux middleware for reporting actions to third party APIs.",

@@ -29,14 +29,13 @@ "main": "lib/index.js",

"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"chai": "^3.3.0",
"eslint": "^3.1.0",
"flux-standard-action": "^0.6.1",
"mocha": "^2.3.3",
"sinon": "^1.17.1"
"babel-cli": "6.10.1",
"babel-plugin-transform-object-assign": "6.8.0",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-preset-es2015": "6.9.0",
"chai": "3.3.0",
"eslint": "3.1.0",
"flux-standard-action": "0.6.1",
"mocha": "2.3.3",
"sinon": "1.17.1"
}
}

Sorry, the diff of this file is not supported yet

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