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

redux-state-sync

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-state-sync - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

dist/syncStorage.js

2

__test__/syncStorage.test.js
/* global jest window localStorage describe it test expect */
import { actionStorageMiddleware, createStorageListener, timestampAction } from '../syncStorage';
import { actionStorageMiddleware, createStorageListener, timestampAction } from '../dist/syncStorage';

@@ -4,0 +4,0 @@ const LAST_ACTION = 'LAST_ACTION';

{
"name": "redux-state-sync",
"version": "0.0.0",
"version": "0.0.1",
"description": "A middleware for redux to sync localstorage state in different tabs",
"main": "syncStorage.js",
"main": "dist/syncStorage.js",
"scripts": {
"test": "jest",
"commit": "git-cz",
"prebuild": "rimraf dist",
"build": "babel --copy-files --out-dir dist --ignore *.test.js src",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"

@@ -43,2 +45,3 @@ },

"jest": "^16.0.2",
"rimraf": "^2.5.4",
"semantic-release": "^4.3.5"

@@ -45,0 +48,0 @@ },

Sorry, the diff of this file is not supported yet

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