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

redux-local-storage

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-local-storage - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

1

dist/index.js

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

_action$type$match2 = _slicedToArray(_action$type$match, 3),
string = _action$type$match2[0],
namespace = _action$type$match2[1],

@@ -42,0 +41,0 @@ type = _action$type$match2[2];

2

package.json
{
"name": "redux-local-storage",
"version": "0.0.4",
"version": "0.0.5",
"description": "Redux middleware for accessing local storage",

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

@@ -14,3 +14,3 @@ import _ from 'lodash'

const [string, namespace, type] = action.type.match(/([\a-z0-9_\.]*)?\/?([A-Z0-9_]*)/)
const [, namespace, type] = action.type.match(/([\a-z0-9_\.]*)?\/?([A-Z0-9_]*)/)

@@ -17,0 +17,0 @@ switch (type) {

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