redux-promise-middleware
Advanced tools
Comparing version 4.4.1 to 4.4.2
@@ -7,3 +7,3 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
import isPromise from './isPromise'; | ||
import isPromise from './isPromise.js'; | ||
@@ -10,0 +10,0 @@ export var PENDING = 'PENDING'; |
@@ -16,3 +16,3 @@ 'use strict'; | ||
var _isPromise = require('./isPromise'); | ||
var _isPromise = require('./isPromise.js'); | ||
@@ -19,0 +19,0 @@ var _isPromise2 = _interopRequireDefault(_isPromise); |
{ | ||
"name": "redux-promise-middleware", | ||
"description": "Redux middleware for handling promises and optimistic updates", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/es/index.js", |
@@ -30,2 +30,2 @@ # Redux Promise Middleware | ||
--- | ||
Copyright (c) 2015 Patrick Burtchaell. [Licensed with The MIT License (MIT)](/LICENSE). [Code of Conduct](/CODE_OF_CONDUCT.md) strictly enforced. | ||
Copyright (c) 2015-Current Patrick Burtchaell. [Code licensed with the MIT License (MIT)](/LICENSE). [Documentation licensed with the CC BY-NC License](https://creativecommons.org/licenses/by-nc/4.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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
204077
0
0
10
549