Socket
Socket
Sign inDemoInstall

@hocuspocus/server

Package Overview
Dependencies
Maintainers
4
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/server - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/packages/provider/src/TiptapCollabProvider.d.ts

3

dist/packages/extension-webhook/src/index.d.ts

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

import { Transformer } from '@hocuspocus/transformer';
import { AxiosResponse } from 'axios';
export declare enum Events {

@@ -45,3 +44,3 @@ onChange = "change",

*/
sendRequest(event: Events, payload: any): Promise<AxiosResponse<any, any>>;
sendRequest(event: Events, payload: any): Promise<import("axios").AxiosResponse<any, any>>;
/**

@@ -48,0 +47,0 @@ * onChange hook

export * from './HocuspocusProvider';
export * from './HocuspocusCloudProvider';
export * from './TiptapCollabProvider';
export * from './types';
{
"name": "@hocuspocus/server",
"description": "plug & play collaboration backend",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "https://hocuspocus.dev",

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

"dependencies": {
"@hocuspocus/common": "^1.1.1",
"@hocuspocus/common": "^1.1.2",
"@types/async-lock": "^1.1.3",

@@ -34,0 +34,0 @@ "@types/uuid": "^9.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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