Socket
Socket
Sign inDemoInstall

@redux-devtools/dock-monitor

Package Overview
Dependencies
23
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

0

lib/types/actions.d.ts

@@ -0,0 +0,0 @@ export declare const TOGGLE_VISIBILITY = "@@redux-devtools-log-monitor/TOGGLE_VISIBILITY";

export declare const POSITIONS: readonly ["left", "top", "right", "bottom"];

@@ -0,0 +0,0 @@ import React from 'react';

export { default as DockMonitor } from './DockMonitor';

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

33

package.json
{
"name": "@redux-devtools/dock-monitor",
"version": "2.1.0",
"version": "2.1.1",
"description": "A resizable and movable dock for Redux DevTools monitors",

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

"dependencies": {
"@babel/runtime": "^7.16.7",
"@types/prop-types": "^15.7.4",
"@babel/runtime": "^7.17.9",
"@types/prop-types": "^15.7.5",
"parse-key": "^0.2.1",

@@ -52,18 +52,18 @@ "prop-types": "^15.8.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-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.11.0",
"@redux-devtools/core": "^3.12.0",
"@types/parse-key": "^0.2.0",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "~7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"react": "^17.0.2",

@@ -79,4 +79,3 @@ "redux": "^4.1.2",

"redux": "^3.4.0 || ^4.0.0"
},
"gitHead": "238b8896f9cdb8c15c265025d131830a7f3570b9"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc