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

cs-redux-devtool

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cs-redux-devtool - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

4

index.d.ts

@@ -1,5 +0,3 @@

import { Module } from 'clean-state'
declare function install(modules: Record<string, any>, on: any): any
declare function install(modules: Record<string, Module>, on: any): any
export default typeof install
import { createStore, combineReducers } from 'redux'
import bootstrap from 'clean-state'
var { DISPATCH_TYPE } = bootstrap
var reduxStore = null;

@@ -50,3 +48,3 @@ var actionLen = 0

injectReduxDevTool(reducers)
pluginEmitter.on(DISPATCH_TYPE, (action)=> {
pluginEmitter.on('CS_DISPATCH_TYPE', (action)=> {
dispatchAction(action)

@@ -53,0 +51,0 @@ })

{
"name": "cs-redux-devtool",
"version": "1.0.3",
"version": "1.1.0",
"description": "clean-state debugging tool",

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

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