You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@liveblocks/react

Package Overview
Dependencies
Maintainers
5
Versions
604
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/react - npm Package Compare versions

Comparing version
0.18.4
to
0.18.5
+10
-21
package.json
{
"name": "@liveblocks/react",
"version": "0.18.4",
"version": "0.18.5",
"description": "A set of React hooks and providers to use Liveblocks declaratively.",

@@ -23,2 +23,3 @@ "main": "./dist/index.js",

"scripts": {
"dev": "tsup --watch --onSuccess ../../scripts/build.sh",
"build": "tsup && ../../scripts/build.sh",

@@ -29,10 +30,10 @@ "start": "tsup --watch",

"check:exports": "tsc scripts/check-factory-exports.ts && node scripts/check-factory-exports.js",
"test": "jest --watch --silent --verbose",
"test-ci": "jest --silent --verbose"
"test": "jest --silent --verbose",
"test:watch": "jest --silent --verbose --watch"
},
"license": "Apache-2.0",
"dependencies": {
"use-sync-external-store": "^1.2.0",
"@liveblocks/core": "0.18.4",
"@liveblocks/client": "0.18.4"
"@liveblocks/client": "0.18.5",
"@liveblocks/core": "0.18.5",
"use-sync-external-store": "^1.2.0"
},

@@ -43,22 +44,10 @@ "peerDependencies": {

"devDependencies": {
"@liveblocks/eslint-config": "*",
"@liveblocks/jest-config": "*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.1.1",
"@types/jest": "^29.1.2",
"@types/use-sync-external-store": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^29.1.2",
"jest-environment-jsdom": "^29.1.2",
"msw": "^0.27.1",
"prettier": "^2.7.1",
"react-error-boundary": "^3.1.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.8.1",
"tsup": "^6.2.2",
"typescript": "^4.7.3",
"whatwg-fetch": "^3.6.2"
"react-error-boundary": "^3.1.1"
},

@@ -65,0 +54,0 @@ "repository": {

Sorry, the diff of this file is not supported yet