redux-api-middleware
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "redux-api-middleware", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Redux middleware for calling an API.", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"prepublish": "rimraf lib && babel src --out-dir lib" | ||
"lint": "./node_modules/.bin/eslint src", | ||
"clean": "rimraf lib", | ||
"build": "babel src --out-dir lib", | ||
"prepublish": "npm run lint && npm run clean && npm run build", | ||
"test": "./node_modules/.bin/babel-node test/index.js | node_modules/.bin/tap-spec" | ||
}, | ||
@@ -30,7 +34,7 @@ "repository": "agraboso/redux-api-middleware", | ||
"babel": "^5.8.21", | ||
"babel-core": "^5.8.22", | ||
"babel-eslint": "^4.0.10", | ||
"eslint": "^1.1.0", | ||
"rimraf": "^2.4.2" | ||
"rimraf": "^2.4.2", | ||
"tap-spec": "^4.0.2", | ||
"tape": "^4.2.0" | ||
} | ||
} |
redux-api-middleware | ||
==================== | ||
[![Build Status](https://travis-ci.org/agraboso/redux-api-middleware.svg?branch=master)](https://travis-ci.org/agraboso/redux-api-middleware) | ||
[Redux middleware](http://rackt.github.io/redux/docs/advanced/Middleware.html) for calling an API. | ||
@@ -225,3 +227,5 @@ | ||
TODO | ||
``` | ||
npm test | ||
``` | ||
@@ -228,0 +232,0 @@ ## License |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
18997
9
268
238
2