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.0.1 to 0.1.0

.idea/libraries/redux_normalized_api_middleware_node_modules.xml

10

lib/index.js

@@ -12,2 +12,12 @@ 'use strict';

Object.keys(_normalizr).forEach(function (key) {
if (key === "default") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _normalizr[key];
}
});
});
var _humps = require('humps');

@@ -14,0 +24,0 @@

2

package.json
{
"name": "redux-normalized-api-middleware",
"version": "0.0.1",
"version": "0.1.0",
"description": "Redux API middleware normalizing requests",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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