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 0.2.0 to 0.2.1

7

dist/index.js

@@ -20,2 +20,3 @@ 'use strict';

var types = action.types;
var meta = action.meta;
var _action$payload = action.payload;

@@ -34,3 +35,4 @@ var promise = _action$payload.promise;

type: PENDING,
payload: data
payload: data,
meta: meta
});

@@ -44,4 +46,5 @@

return next({
type: FULFILLED,
payload: payload,
type: FULFILLED
meta: meta
});

@@ -48,0 +51,0 @@ }, function (error) {

{
"name": "redux-promise-middleware",
"version": "0.2.0",
"version": "0.2.1",
"description": "Redux middleware for handling promises",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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