Socket
Socket
Sign inDemoInstall

redux-modular-fetch-middleware

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

13

package.json
{
"name": "redux-modular-fetch-middleware",
"version": "1.0.0",
"version": "1.0.1",
"description": "A modular redux middleware for using fetch",
"main": "index.js",
"main": "./dist/index.js",
"files": [
"./dist"
],
"scripts": {
"build": "babel ./src --out-dir ./dist",
"build": "rimraf ./dist && babel ./src --out-dir ./dist",
"lint": "eslint ./src ./tests",
"prepublish": "npm run test && npm run build",
"test": "npm run lint && npm run unit",

@@ -42,3 +46,4 @@ "unit": "jest --coverage"

"eslint-config-get-off-my-lawn": "^4.0.0",
"jest": "^22.4.3"
"jest": "^22.4.3",
"rimraf": "^2.6.2"
},

@@ -45,0 +50,0 @@ "jest": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc