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

redux-promise-middleware

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-promise-middleware - npm Package Compare versions

Comparing version 4.4.1 to 4.4.2

2

dist/es/index.js

@@ -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

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