Socket
Socket
Sign inDemoInstall

redux-normalized-api-middleware

Package Overview
Dependencies
25
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

lib/index.js

@@ -80,3 +80,3 @@ 'use strict';

if (method.toLowerCase() === 'delete') {
if (method && method.toLowerCase() === 'delete') {
return null;

@@ -83,0 +83,0 @@ }

{
"name": "redux-normalized-api-middleware",
"version": "0.1.1",
"version": "0.1.2",
"description": "Redux API middleware normalizing requests",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc