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

@hocuspocus/transformer

Package Overview
Dependencies
Maintainers
0
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/transformer - 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/transformer",
"version": "2.13.5",
"version": "2.13.6",
"description": "hocuspocus transformation utilities",

@@ -5,0 +5,0 @@ "homepage": "https://hocuspocus.dev",

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