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

@brigad/redux-rest-easy

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brigad/redux-rest-easy - npm Package Compare versions

Comparing version 2.8.3 to 2.8.4

dist/index.js

32

package.json
{
"name": "@brigad/redux-rest-easy",
"version": "2.8.3",
"version": "2.8.4",
"description": "Redux/React/React Native framework generating actions, reducers and selectors to perform network requests",
"main": "lib/index.js",
"module": "es/indexjs",
"module": "es/index.js",
"jsnext:main": "es/index.js",

@@ -50,4 +50,4 @@ "files": [

"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
"build:umd": "cross-env BABEL_ENV=rollup NODE_ENV=development rollup -c -o dist/redux-rest-easy.js",
"build:umd:min": "cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -o dist/redux-rest-easy.min.js",
"build:umd": "cross-env BABEL_ENV=rollup NODE_ENV=development rollup -c -o dist/index.js",
"build:umd:min": "cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -o dist/index.min.js",
"build:clean": "rimraf lib dist es coverage",

@@ -75,3 +75,3 @@ "lint": "eslint src",

"qs": "6.5.1",
"re-reselect": "1.0.1",
"re-reselect": "2.0.0",
"regenerator-runtime": "0.11.1",

@@ -83,4 +83,4 @@ "reselect": "3.0.1"

"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-jest": "22.4.3",

@@ -91,3 +91,3 @@ "babel-plugin-external-helpers": "6.22.0",

"babel-preset-stage-2": "6.24.1",
"codecov": "3.0.0",
"codecov": "3.0.1",
"cross-env": "5.1.4",

@@ -97,3 +97,3 @@ "eslint": "4.19.1",

"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "6.0.3",

@@ -103,12 +103,12 @@ "eslint-plugin-react": "7.7.0",

"jest-cli": "22.4.3",
"jest-junit": "3.6.0",
"jest-junit": "3.7.0",
"mockdate": "2.0.2",
"moment": "2.21.0",
"moment": "2.22.1",
"prettier-eslint-cli": "4.7.1",
"react": "16.3.1",
"react": "16.3.2",
"react-redux": "5.0.7",
"redux": "3.7.2",
"redux": "4.0.0",
"rimraf": "2.6.2",
"rollup": "0.57.1",
"rollup-plugin-babel": "3.0.3",
"rollup": "0.58.2",
"rollup-plugin-babel": "3.0.4",
"rollup-plugin-commonjs": "9.1.0",

@@ -119,3 +119,3 @@ "rollup-plugin-node-builtins": "2.1.2",

"rollup-plugin-uglify": "3.0.0",
"semantic-release": "15.1.4"
"semantic-release": "15.1.7"
},

@@ -122,0 +122,0 @@ "peerDependencies": {

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