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

@hocuspocus/extension-rocksdb

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-rocksdb - npm Package Compare versions

Comparing version 1.0.0-alpha.82 to 1.0.0-alpha.84

dist/packages/common/src/auth.d.ts

5

dist/packages/server/src/Hocuspocus.d.ts
/// <reference types="node" />
import WebSocket, { WebSocketServer } from 'ws';
import { IncomingMessage, Server as HTTPServer } from 'http';
import { Configuration } from './types';
import { Configuration, Hook } from './types';
import { MessageLogger } from './Debugger';

@@ -67,5 +67,4 @@ export declare const defaultConfiguration: {

* Runs the given callback after each hook
* @private
*/
private hooks;
hooks(name: Hook, payload: any, callback?: Function | null): Promise<any>;
/**

@@ -72,0 +71,0 @@ * Get parameters by the given request

6

package.json
{
"name": "@hocuspocus/extension-rocksdb",
"description": "hocuspocus persistence driver for RocksDB",
"version": "1.0.0-alpha.82",
"version": "1.0.0-alpha.84",
"homepage": "https://hocuspocus.dev",

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

"dependencies": {
"@hocuspocus/server": "^1.0.0-alpha.81",
"@hocuspocus/server": "^1.0.0-alpha.83",
"@types/encoding-down": "^5.0.0",

@@ -41,3 +41,3 @@ "@types/levelup": "^4.3.0",

},
"gitHead": "53a194759b3bfbea5cf22bab39e3788021387f69"
"gitHead": "0d060abd95ec14eb7e404270e1e2338b2a0db332"
}
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