New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liveblocks/node

Package Overview
Dependencies
Maintainers
4
Versions
365
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.3.0 to 0.17.0

README.md

52

package.json
{
"name": "@liveblocks/node",
"version": "0.3.0",
"description": "",
"version": "0.17.0",
"description": "A server-side utility that lets you set up a Liveblocks authentication endpoint.",
"main": "./lib/cjs/index.js",

@@ -10,18 +10,41 @@ "module": "./lib/esm/index.js",

],
"keywords": [
"node",
"liveblocks",
"multiplayer",
"live-cursors",
"collaborative"
],
"bugs": {
"url": "https://github.com/liveblocks/liveblocks/issues"
},
"scripts": {
"build-and-pack": "npm run build && npm pack",
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc -p tsconfig.json",
"build:cjs": "tsc -p tsconfig-cjs.json",
"test": "jest --watch"
"build": "rollup -c && cp ./package.json ./README.md ./lib",
"format": "eslint --fix src/ && prettier --write src/",
"lint": "eslint src/",
"test": "jest --watch --silent --verbose",
"test-ci": "jest --silent --verbose --passWithNoTests"
},
"license": "MIT",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/preset-typescript": "^7.12.16",
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/jest": "^26.0.21",
"@types/node-fetch": "^2.5.8",
"babel-jest": "^26.6.3",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^26.6.3",
"rollup": "^2.75.7",
"rollup-plugin-command": "^1.1.3",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-prettier": "^2.2.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.1.5"

@@ -31,3 +54,8 @@ },

"node-fetch": "^2.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/liveblocks/liveblocks.git",
"directory": "packages/liveblocks-node"
}
}
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