Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@hocuspocus/common

Package Overview
Dependencies
Maintainers
6
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/common - npm Package Compare versions

Comparing version
4.0.0-rc.4
to
4.0.0-rc.5
+2
-2
package.json
{
"name": "@hocuspocus/common",
"description": "shared code for multiple Hocuspocus packages",
"version": "4.0.0-rc.4",
"version": "4.0.0-rc.5",
"homepage": "https://hocuspocus.dev",

@@ -28,3 +28,3 @@ "keywords": [

],
"gitHead": "7e50dc8532dbb1bd1465a63721faeb170b99f196",
"gitHead": "01af67eb9d7d31a46e7ab358dac29f235f2359ac",
"dependencies": {

@@ -31,0 +31,0 @@ "lib0": "^0.2.87"

@@ -8,3 +8,3 @@ # @hocuspocus/common

## Introduction
Hocuspocus is an opinionated collaborative editing backend for [Tiptap](https://github.com/ueberdosis/tiptap) – based on [Y.js](https://github.com/yjs/yjs), a CRDT framework with a powerful abstraction of shared data.
Shared types and utilities used across [Hocuspocus](https://github.com/ueberdosis/hocuspocus) packages – including message/sync protocol helpers and common enums. This package is an internal building block; most users will depend on `@hocuspocus/server` or `@hocuspocus/provider` instead.

@@ -11,0 +11,0 @@ ## Official Documentation