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

@liveblocks/react-tiptap

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveblocks/react-tiptap - npm Package Compare versions

Comparing version 0.0.1 to 2.8.3-tiptap1

dist/classnames.js

78

package.json
{
"name": "@liveblocks/react-tiptap",
"version": "0.0.1",
"version": "2.8.3-tiptap1",
"description": "A tiptap react plugin to enable collaboration, comments, live cursors, and more.",
"license": "Apache-2.0",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"default": "./dist/index.js"
}
},
"./styles.css": {
"types": "./styles.css.d.ts",
"default": "./styles.css"
}
},
"files": [
"dist/**",
"**/*.css",
"**/*.css.d.ts",
"**/*.css.map",
"README.md"
],
"scripts": {
"dev": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript --watch",
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
"format": "eslint --fix src/; stylelint --fix src/styles/; prettier --write src/",
"lint": "eslint src/; stylelint src/styles/",
"lint:package": "publint --strict && attw --pack",
"start": "npm run dev",
"test": "jest --silent --verbose --color=always",
"test:watch": "jest --silent --verbose --color=always --watch"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.2",
"@liveblocks/client": "2.8.3-tiptap1",
"@liveblocks/core": "2.8.3-tiptap1",
"@liveblocks/react": "2.8.3-tiptap1",
"@liveblocks/react-ui": "2.8.3-tiptap1",
"@liveblocks/yjs": "2.8.3-tiptap1",
"@tiptap/core": "^2.7.2",
"@tiptap/react": "^2.7.2",
"@tiptap/suggestion": "^2.7.2",
"use-sync-external-store": "^1.2.2",
"y-prosemirror": "^1.2.12",
"yjs": "^13.6.18"
},
"peerDependencies": {
"@tiptap/extension-collaboration": "^2.7.2",
"@tiptap/extension-collaboration-cursor": "^2.7.2",
"@tiptap/pm": "^2.7.2",
"@tiptap/react": "^2.7.2",
"@tiptap/suggestion": "^2.7.2",
"react": "^16.14.0 || ^17 || ^18",
"react-dom": "^16.14.0 || ^17 || ^18"
},
"devDependencies": {
"@liveblocks/eslint-config": "*",
"@liveblocks/jest-config": "*",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.2",
"@testing-library/jest-dom": "^5.16.5",
"@types/use-sync-external-store": "^0.0.6",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"msw": "^0.27.1",
"rollup": "^3.28.0",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-preserve-directives": "^0.2.0",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"stylelint-plugin-logical-css": "^0.13.2"
},
"sideEffects": false,

@@ -11,0 +87,0 @@ "bugs": {

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