New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liveblocks/redux

Package Overview
Dependencies
Maintainers
5
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/redux - npm Package Compare versions

Comparing version 0.19.0 to 0.19.1-test1

14

package.json
{
"name": "@liveblocks/redux",
"version": "0.19.0",
"version": "0.19.1-test1",
"description": "A store enhancer to integrate Liveblocks into Redux stores.",

@@ -21,8 +21,8 @@ "main": "./dist/index.js",

"scripts": {
"dev": "tsup --watch --onSuccess ../../scripts/build.sh",
"build": "tsup && ../../scripts/build.sh",
"dev": "tsup --watch",
"build": "tsup",
"format": "eslint --fix src/ && prettier --write src/",
"lint": "eslint src/",
"test": "jest --silent --verbose",
"test:watch": "jest --silent --verbose --watch"
"test": "jest --silent --verbose --color=always",
"test:watch": "jest --silent --verbose --color=always --watch"
},

@@ -36,4 +36,4 @@ "license": "Apache-2.0",

"dependencies": {
"@liveblocks/client": "0.19.0",
"@liveblocks/core": "0.19.0"
"@liveblocks/client": "0.19.1-test1",
"@liveblocks/core": "0.19.1-test1"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

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