redux-reporter
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -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 @@ } |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10
8323
65