@redux-devtools/remote
Advanced tools
Comparing version 0.7.3 to 0.7.4
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'; |
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2
72135
16
19
1375
Updated@babel/runtime@^7.17.9
Updated@redux-devtools/utils@^1.2.1