You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@liveblocks/node

Package Overview
Dependencies
Maintainers
5
Versions
380
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/node - npm Package Compare versions

Comparing version

to
0.19.1-test2

5

package.json
{
"name": "@liveblocks/node",
"version": "0.19.1-test1",
"version": "0.19.1-test2",
"description": "A server-side utility that lets you set up a Liveblocks authentication endpoint.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",

@@ -25,3 +24,3 @@ "files": [

"build": "tsup",
"format": "eslint --fix src/ && prettier --write src/",
"format": "eslint --fix src/; prettier --write src/",
"lint": "eslint src/",

@@ -28,0 +27,0 @@ "test": "jest --silent --verbose --color=always",