Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@liveblocks/node

Package Overview
Dependencies
Maintainers
5
Versions
327
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 0.19.0 to 0.19.1-test1

10

package.json
{
"name": "@liveblocks/node",
"version": "0.19.0",
"version": "0.19.1-test1",
"description": "A server-side utility that lets you set up a Liveblocks authentication endpoint.",

@@ -23,8 +23,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"
},

@@ -31,0 +31,0 @@ "license": "Apache-2.0",

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