Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

@liveblocks/react

Package Overview
Dependencies
Maintainers
6
Versions
621
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
1.1.1-yjs2
to
1.1.1-yjs3
+4
-3
package.json
{
"name": "@liveblocks/react",
"version": "1.1.1-yjs2",
"version": "1.1.1-yjs3",
"description": "A set of React hooks and providers to use Liveblocks declaratively. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",

@@ -18,2 +18,3 @@ "license": "Apache-2.0",

"lint": "(eslint src/ || true) && npm run check:exports",
"lint:package": "publint --strict && attw /tmp/$( npm pack -q --pack-destination /tmp )",
"check:exports": "tsc scripts/check-factory-exports.ts && node scripts/check-factory-exports.js",

@@ -24,4 +25,4 @@ "test": "jest --silent --verbose --color=always",

"dependencies": {
"@liveblocks/client": "1.1.1-yjs2",
"@liveblocks/core": "1.1.1-yjs2",
"@liveblocks/client": "1.1.1-yjs3",
"@liveblocks/core": "1.1.1-yjs3",
"use-sync-external-store": "^1.2.0"

@@ -28,0 +29,0 @@ },