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

redux-api-middleware

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-api-middleware - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

src/index.js

14

package.json
{
"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

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