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

redux-api-request

Package Overview
Dependencies
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-api-request - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "redux-api-request",
"version": "2.0.2",
"version": "2.0.3",
"description": "Redux middleware for making api requests",

@@ -5,0 +5,0 @@ "license": "ISC",

@@ -32,3 +32,3 @@ import * as actionTypes from './action_types'

const data = action.body && method !== 'GET' ? action.body : null
const data = action.body && method !== 'GET' ? action.body : {}

@@ -35,0 +35,0 @@ const params = action.body || action.query

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