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

@redux-devtools/remote

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@redux-devtools/remote - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

0

lib/types/configureStore.d.ts
import { Options } from '@redux-devtools/instrument';
import { Action, Reducer, StoreEnhancerStoreCreator } from 'redux';
export default function configureStore<S, A extends Action<unknown>, MonitorState, MonitorAction extends Action<unknown>>(next: StoreEnhancerStoreCreator<{}, unknown>, subscriber: Reducer<MonitorState, MonitorAction>, options: Options<S, A, MonitorState, MonitorAction>): StoreEnhancerStoreCreator<import("@redux-devtools/instrument").InstrumentExt<any, any, MonitorState>, {}>;

@@ -0,0 +0,0 @@ export declare const defaultSocketOptions: {

@@ -0,0 +0,0 @@ import { Action, ActionCreator, StoreEnhancer, StoreEnhancerStoreCreator } from 'redux';

export { default as devToolsEnhancer, composeWithDevTools } from './devTools';

26

package.json
{
"name": "@redux-devtools/remote",
"version": "0.7.3",
"version": "0.7.4",
"description": "Relay Redux actions to remote Redux DevTools.",

@@ -44,5 +44,5 @@ "keywords": [

"dependencies": {
"@babel/runtime": "^7.16.7",
"@babel/runtime": "^7.17.9",
"@redux-devtools/instrument": "^2.1.0",
"@redux-devtools/utils": "^1.2.0",
"@redux-devtools/utils": "^1.2.1",
"jsan": "^3.1.14",

@@ -54,14 +54,15 @@ "querystring": "^0.2.1",

"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/jsan": "^3.1.2",
"@types/rn-host-detect": "^1.2.0",
"@types/socketcluster-client": "^13.0.5",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"redux": "^4.1.2",

@@ -73,4 +74,3 @@ "rimraf": "^3.0.2",

"redux": "^3.5.2 || ^4.0.0"
},
"gitHead": "238b8896f9cdb8c15c265025d131830a7f3570b9"
}
}
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