Socket
Socket
Sign inDemoInstall

redux-supervisor

Package Overview
Dependencies
293
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.2 to 2.9.3

2

lib/utils/camelCase.js

@@ -5,2 +5,4 @@ import _typeof from 'babel-runtime/helpers/typeof';

export var camelCase = function camelCase(data) {
if (data === null) return data;
if (Array.isArray(data)) {

@@ -7,0 +9,0 @@ return data.map(camelCase);

2

package.json
{
"name": "redux-supervisor",
"version": "2.9.2",
"version": "2.9.3",
"description": "",

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

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