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

@hocuspocus/extension-database

Package Overview
Dependencies
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-database - npm Package Compare versions

Comparing version 1.0.0-alpha.19 to 1.0.0-alpha.20

dist/tests/server/websocketError.d.ts

7

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

@@ -53,2 +53,9 @@ /// <reference types="node" />

/**
* Handle a ws instance error, which is required to prevent
* the server from crashing when one happens
* See https://github.com/websockets/ws/issues/1777#issuecomment-660803472
* @private
*/
private handleError;
/**
* Get the underlying connection instance

@@ -55,0 +62,0 @@ * @deprecated

6

package.json
{
"name": "@hocuspocus/extension-database",
"description": "a generic Hocuspocus persistence driver for the database",
"version": "1.0.0-alpha.19",
"version": "1.0.0-alpha.20",
"homepage": "https://hocuspocus.dev",

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

"dependencies": {
"@hocuspocus/server": "^1.0.0-alpha.105",
"@hocuspocus/server": "^1.0.0-alpha.106",
"yjs": "^13.5.29"

@@ -36,3 +36,3 @@ },

},
"gitHead": "6865794352a68372a54c579040513e45aac422d1"
"gitHead": "6074a6cb832b40bc579f28db2823ba5723887312"
}
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