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

@hocuspocus/extension-sqlite

Package Overview
Dependencies
Maintainers
0
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-sqlite - npm Package Compare versions

Comparing version 2.13.5 to 2.13.6

2

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

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

*/
listen(portOrCallback?: number | ((data: onListenPayload) => Promise<any>) | null, callback?: any): Promise<Hocuspocus>;
listen(portOrCallback?: number | ((data: onListenPayload) => Promise<any>) | null, callback?: any, websocketOptions?: WebSocket.ServerOptions): Promise<Hocuspocus>;
get address(): AddressInfo;

@@ -50,0 +50,0 @@ get URL(): string;

/// <reference types="node" />
import { IncomingMessage, Server as HTTPServer, ServerResponse } from 'http';
import { WebSocketServer } from 'ws';
import { ServerOptions, WebSocketServer } from 'ws';
import { Hocuspocus } from './Hocuspocus.js';

@@ -9,3 +9,3 @@ export declare class Server {

hocuspocus: Hocuspocus;
constructor(hocuspocus: Hocuspocus);
constructor(hocuspocus: Hocuspocus, websocketOptions?: ServerOptions);
setupWebsocketConnection: () => void;

@@ -12,0 +12,0 @@ setupHttpUpgrade: () => void;

{
"name": "@hocuspocus/extension-sqlite",
"description": "a generic Hocuspocus persistence driver for the sqlite",
"version": "2.13.5",
"version": "2.13.6",
"homepage": "https://hocuspocus.dev",

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

"dependencies": {
"@hocuspocus/extension-database": "^2.13.5",
"@hocuspocus/extension-database": "^2.13.6",
"kleur": "^4.1.4",

@@ -33,0 +33,0 @@ "sqlite3": "^5.0.11"

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