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

@hocuspocus/extension-sqlite

Package Overview
Dependencies
Maintainers
6
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.0 to 2.13.1

5

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

@@ -92,3 +92,3 @@ import * as mutex from 'lib0/mutex';

boundBroadcastChannelSubscriber: (data: ArrayBuffer) => void;
boundPageUnload: () => void;
boundPageHide: () => void;
boundOnOpen: (event: Event) => Promise<void>;

@@ -107,6 +107,7 @@ boundOnClose: (event: CloseEvent) => void;

get hasUnsyncedChanges(): boolean;
private resetUnsyncedChanges;
incrementUnsyncedChanges(): void;
decrementUnsyncedChanges(): void;
forceSync(): void;
pageUnload(): void;
pageHide(): void;
registerEventListeners(): void;

@@ -113,0 +114,0 @@ sendStateless(payload: string): void;

4

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

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

"dependencies": {
"@hocuspocus/extension-database": "^2.13.0",
"@hocuspocus/extension-database": "^2.13.1",
"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