@liveblocks/react
Advanced tools
+4
-3
| { | ||
| "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 @@ }, |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
57008
0.17%+ Added
+ Added
- Removed
- Removed
Updated