Socket
Socket
Sign inDemoInstall

@liveblocks/yjs

Package Overview
Dependencies
6
Maintainers
6
Versions
160
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12-yjs3 to 1.1.0-yjs1

dist/index.mjs

15

package.json
{
"name": "@liveblocks/yjs",
"version": "1.0.12-yjs3",
"version": "1.1.0-yjs1",
"description": "An integration with . Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",

@@ -14,3 +14,3 @@ "license": "Apache-2.0",

"dev": "tsup --watch",
"build": "tsup",
"build": "tsup --format cjs,esm --dts --clean",
"format": "eslint --fix src/; prettier --write src/",

@@ -22,5 +22,12 @@ "lint": "eslint src/",

},
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"dependencies": {
"@liveblocks/client": "1.0.12-yjs3",
"@liveblocks/core": "1.0.12-yjs3",
"@liveblocks/client": "1.1.0-yjs1",
"@liveblocks/core": "1.1.0-yjs1",
"js-base64": "^3.7.5"

@@ -27,0 +34,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc