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

@hocuspocus/extension-database

Package Overview
Dependencies
Maintainers
3
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-database - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

3

dist/packages/server/src/Hocuspocus.d.ts

@@ -5,2 +5,3 @@ /// <reference types="node" />

import { Configuration, Hook } from './types';
import Document from './Document';
import { MessageLogger } from './Debugger';

@@ -19,3 +20,3 @@ import { onListenPayload } from '.';

configuration: Configuration;
documents: Map<any, any>;
documents: Map<string, Document>;
httpServer?: HTTPServer;

@@ -22,0 +23,0 @@ webSocketServer?: WebSocketServer;

export * from './Hocuspocus';
export * from './types';
export * from './Document';
export * from './Connection';
{
"name": "@hocuspocus/extension-database",
"description": "a generic Hocuspocus persistence driver for the database",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"homepage": "https://hocuspocus.dev",

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

"dependencies": {
"@hocuspocus/server": "^1.0.0-alpha.90",
"@hocuspocus/server": "^1.0.0-alpha.91",
"yjs": "^13.5.22"

@@ -36,3 +36,3 @@ },

},
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
"gitHead": "90e3f0955922515ccf1d643b7b43c4ad20387735"
}
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