redux-promise-middleware
Advanced tools
Comparing version 4.3.0 to 4.4.0
{ | ||
"name": "redux-promise-middleware", | ||
"version": "4.3.0", | ||
"description": "Redux middleware for handling promises and optimistic updates", | ||
"version": "4.4.0", | ||
"description": "Redux middleware for promises and optimistic updates", | ||
"main": "dist/index.js", | ||
"module": "dist/es/index.js", | ||
"scripts": { | ||
"prepublish": "npm run build", | ||
"prepare": "npm run build", | ||
"precommit": "echo 'Running pre-commit hooks...' && npm run test", | ||
"prebuild": "npm run test", | ||
"build": "npm run build-commonjs & npm run build-umd & npm run build-umd-min", | ||
"build": "npm run build-commonjs & npm run build-es & npm run build-umd & npm run build-umd-min", | ||
"build-es": "BABEL_ENV=es `npm bin`/babel src -d dist/es", | ||
"build-commonjs": "`npm bin`/babel src -d dist", | ||
"build-umd": "`npm bin`/webpack dist/ReduxPromiseMiddleware.js", | ||
"build-umd-min": "NODE_ENV=production `npm bin`/webpack dist/ReduxPromiseMiddleware.min.js", | ||
"build-umd": "`npm bin`/webpack dist/umd/redux-promise-middleware.js", | ||
"build-umd-min": "NODE_ENV=production `npm bin`/webpack dist/umd/redux-promise-middleware.min.js", | ||
"pretest": "npm run lint", | ||
@@ -47,39 +49,39 @@ "test": "./bin/test.sh", | ||
"devDependencies": { | ||
"babel-cli": "^6.6.5", | ||
"babel-core": "^6.7.2", | ||
"babel-eslint": "^7.1.1", | ||
"babel-loader": "^6.2.4", | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.25.0", | ||
"babel-eslint": "^7.2.3", | ||
"babel-loader": "^7.0.0", | ||
"babel-polyfill": "^6.7.4", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-react": "^6.5.0", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"bluebird": "^3.4.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-react": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"bluebird": "^3.5.0", | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.9", | ||
"eslint": "^3.10.2", | ||
"coveralls": "^2.13.1", | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb": "^13.0.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-import": "^2.3.0", | ||
"eslint-plugin-jsx-a11y": "^2.2.3", | ||
"eslint-plugin-react": "^6.7.1", | ||
"express-urlrewrite": "^1.2.0", | ||
"faker": "^3.1.0", | ||
"faker": "^4.1.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"istanbul": "^1.0.0-alpha.2", | ||
"json-server": "^0.9.1", | ||
"json-server": "^0.10.1", | ||
"lodash": "^4.6.1", | ||
"mocha": "^3.1.2", | ||
"mocha": "^3.4.2", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"pre-commit": "^1.1.3", | ||
"react": "^15.0.0", | ||
"react-dom": "^15.0.0", | ||
"react-redux": "5.0.2", | ||
"react-router": "3.0.2", | ||
"react": "^15.5.4", | ||
"react-dom": "^15.5.4", | ||
"react-redux": "^5.0.5", | ||
"react-router": "3.0.5", | ||
"redux": "^3.0.4", | ||
"redux-mock-store": "^1.2.2", | ||
"redux-thunk": "^2.0.1", | ||
"sinon": "^1.17.6", | ||
"sinon-chai": "^2.8.0", | ||
"webpack": "^1.12.14", | ||
"webpack-dev-middleware": "^1.5.1", | ||
"webpack-hot-middleware": "^2.10.0" | ||
"sinon": "^2.3.4", | ||
"sinon-chai": "^2.11.0", | ||
"webpack": "^2.6.1", | ||
"webpack-dev-middleware": "^1.10.2", | ||
"webpack-hot-middleware": "^2.18.0" | ||
}, | ||
@@ -86,0 +88,0 @@ "peerDependencies": { |
@@ -5,3 +5,3 @@ # Redux Promise Middleware | ||
Redux promise middleware enables robust handling of async code in [Redux](http://redux.js.org). The middleware enables optimistic updates and dispatches pending, fulfilled and rejected actions. It can be combined with [redux-thunk](https://github.com/gaearon/redux-thunk) to chain async actions. If you are curious to see how the middleware works, [browse the source code](https://sourcegraph.com/github.com/pburtchaell/redux-promise-middleware/-/blob/src/index.js) on Sourcegraph! | ||
Redux promise middleware enables robust handling of async code in [Redux](http://redux.js.org). The middleware enables optimistic updates and dispatches pending, fulfilled and rejected actions. It can be combined with [redux-thunk](https://github.com/gaearon/redux-thunk) to chain async actions. | ||
@@ -13,5 +13,13 @@ ## Docs and Help | ||
- [Examples](/examples) | ||
- [Releases](https://github.com/pburtchaell/redux-promise-middleware/releases) | ||
- [Upgrading versions](/UPGRADING.md) | ||
## Issues and Pull Requests | ||
- [Contributing Guide](/.github/CONTRIBUTING.md) | ||
- [Code of Conduct](/.github/CODE_OF_CONDUCT.md) | ||
## Releases | ||
- [Release Log](https://github.com/pburtchaell/redux-promise-middleware/releases) | ||
- [Version Upgrade Guide](/docs/upgrading.md) | ||
**Older versions:** | ||
@@ -23,7 +31,3 @@ | ||
## Sponsor | ||
To help cover the cost of my time spent maintaining open source software (OSS) projects, **I'm looking for a small sponsor.** If your company is interested, [send me an email](mailto:patrick@pburtchaell.com) and we can chat! If you like my code and you're interested in buying me a drink, I have a [Gratipay](https://gratipay.com/~pburtchaell/). Thanks! I greatly appreciate your support and I'm grateful to be a part of the OSS and GitHub community. | ||
--- | ||
Copyright (c) 2015 Patrick Burtchaell. [Licensed with The MIT License (MIT)](https://raw.githubusercontent.com/pburtchaell/redux-promise-middleware/master/LICENSE). [Gratipay](https://gratipay.com/~pburtchaell/). | ||
Copyright (c) 2015 Patrick Burtchaell. [Licensed with The MIT License (MIT)](/LICENSE). [Code of Conduct](/CODE_OF_CONDUCT.md) strictly enforced. |
@@ -7,4 +7,4 @@ var webpack = require('webpack'); | ||
module: { | ||
loaders: [ | ||
{ test: /\.js$/, loaders: ['babel'], exclude: /node_modules/ } | ||
rules: [ | ||
{ test: /\.js$/, use: { loader: 'babel-loader' }, exclude: /node_modules/ } | ||
] | ||
@@ -18,5 +18,3 @@ }, | ||
plugins: [ | ||
new webpack.optimize.OccurenceOrderPlugin() | ||
] | ||
plugins: [] | ||
}; | ||
@@ -23,0 +21,0 @@ |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
191692
0
31
11
408