Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

reactotron-redux

Package Overview
Dependencies
Maintainers
15
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactotron-redux - npm Package Compare versions

Comparing version
3.1.4-alpha.0
to
3.1.4-alpha.1
+8
-6
package.json
{
"name": "reactotron-redux",
"version": "3.1.4-alpha.0",
"version": "3.1.4-alpha.1",
"description": "A Reactotron plugin for Redux.",

@@ -23,3 +23,5 @@ "author": "Infinite Red",

"test:watch": "jest --watch --notify",
"format": "prettier --write {**,.}/*.ts",
"format": "prettier '*.{js,ts,tsx,json,md,css,yml}|**/*.{js,ts,tsx,json,md,css,yml}'",
"format:check": "yarn format --check",
"format:write": "yarn format --write",
"prebuild": "yarn clean",

@@ -38,3 +40,3 @@ "build": "yarn tsc && yarn compile",

"peerDependencies": {
"reactotron-core-client": "*",
"reactotron-core-client": "workspace:*",
"redux": "^4.0.1"

@@ -59,4 +61,4 @@ },

"jest": "29.4.1",
"prettier": "^2.5.0",
"reactotron-core-client": "*",
"prettier": "^2.8.3",
"reactotron-core-client": "workspace:*",
"redux": "4.0.1",

@@ -71,3 +73,3 @@ "rollup": "1.1.2",

"ts-jest": "29.0.5",
"typescript": "^4.6.4"
"typescript": "4.9.5"
},

@@ -74,0 +76,0 @@ "eslintConfig": {