New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hocuspocus/extension-redis

Package Overview
Dependencies
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-redis - npm Package Compare versions

Comparing version 1.0.0-alpha.53 to 1.0.0-alpha.54

3

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

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

import { Configuration, Hook } from './types';
import Document from './Document';
import { MessageLogger } from './Debugger';

@@ -19,3 +20,3 @@ import { onListenPayload } from '.';

configuration: Configuration;
documents: Map<any, any>;
documents: Map<string, Document>;
httpServer?: HTTPServer;

@@ -22,0 +23,0 @@ webSocketServer?: WebSocketServer;

export * from './Hocuspocus';
export * from './types';
export * from './Document';
export * from './Connection';
{
"name": "@hocuspocus/extension-redis",
"version": "1.0.0-alpha.53",
"version": "1.0.0-alpha.54",
"description": "hocuspocus persistence driver for Redis",

@@ -30,7 +30,7 @@ "homepage": "https://hocuspocus.dev",

"dependencies": {
"@hocuspocus/server": "^1.0.0-alpha.90",
"@hocuspocus/server": "^1.0.0-alpha.91",
"y-redis": "^1.0.3",
"yjs": "^13.5.22"
},
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
"gitHead": "90e3f0955922515ccf1d643b7b43c4ad20387735"
}
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