@hocuspocus/extension-rocksdb
Advanced tools
Comparing version 1.0.0-alpha.53 to 1.0.0-alpha.54
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.54](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-rocksdb@1.0.0-alpha.53...@hocuspocus/extension-rocksdb@1.0.0-alpha.54) (2021-05-15) | ||
**Note:** Version bump only for package @hocuspocus/extension-rocksdb | ||
# [1.0.0-alpha.53](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-rocksdb@1.0.0-alpha.52...@hocuspocus/extension-rocksdb@1.0.0-alpha.53) (2021-04-20) | ||
@@ -8,0 +16,0 @@ |
@@ -17,2 +17,3 @@ /// <reference types="node" /> | ||
websocketServer?: WebSocket.Server; | ||
incomingMessageQueue: Iterable<number>[]; | ||
/** | ||
@@ -35,2 +36,8 @@ * Configure the server | ||
/** | ||
* Queue incoming WebSocket messages before the onConnect hooks are finished | ||
* and the connection is full established | ||
* @private | ||
*/ | ||
private queueIncomingMessage; | ||
/** | ||
* Handle update of the given document | ||
@@ -37,0 +44,0 @@ * @private |
{ | ||
"name": "@hocuspocus/extension-rocksdb", | ||
"description": "hocuspocus persistence driver for RocksDB", | ||
"version": "1.0.0-alpha.53", | ||
"version": "1.0.0-alpha.54", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -9,3 +9,2 @@ "keywords": [ | ||
"tiptap", | ||
"leveldb", | ||
"rocksdb", | ||
@@ -15,8 +14,8 @@ "yjs" | ||
"type": "module", | ||
"main": "dist/hocuspocus-leveldb.esm.js", | ||
"module": "dist/hocuspocus-leveldb.esm.js", | ||
"types": "dist/packages/leveldb/src/index.d.ts", | ||
"main": "dist/hocuspocus-rocksdb.esm.js", | ||
"module": "dist/hocuspocus-rocksdb.esm.js", | ||
"types": "dist/packages/rocksdb/src/index.d.ts", | ||
"exports": { | ||
"import": "./dist/hocuspocus-leveldb.esm.js", | ||
"require": "./dist/hocuspocus-leveldb.js" | ||
"import": "./dist/hocuspocus-rocksdb.esm.js", | ||
"require": "./dist/hocuspocus-rocksdb.js" | ||
}, | ||
@@ -28,3 +27,3 @@ "files": [ | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.52", | ||
"@hocuspocus/server": "^1.0.0-alpha.53", | ||
"@types/encoding-down": "^5.0.0", | ||
@@ -39,3 +38,3 @@ "@types/levelup": "^4.3.0", | ||
}, | ||
"gitHead": "adc1bacce508102d08fcbe412931192f7ccd1956" | ||
"gitHead": "bb85db1b03f680f706d3f1a7264f0de0d7c6162b" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
52949
36
0
915
1