@hocuspocus/extension-webhook
Advanced tools
Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-alpha.16](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-webhook@1.0.0-alpha.15...@hocuspocus/extension-webhook@1.0.0-alpha.16) (2021-05-15) | ||
**Note:** Version bump only for package @hocuspocus/extension-webhook | ||
# [1.0.0-alpha.15](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-webhook@1.0.0-alpha.14...@hocuspocus/extension-webhook@1.0.0-alpha.15) (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-webhook", | ||
"version": "1.0.0-alpha.15", | ||
"version": "1.0.0-alpha.16", | ||
"description": "hocuspocus webhook extension", | ||
@@ -27,7 +27,7 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.52", | ||
"@hocuspocus/server": "^1.0.0-alpha.53", | ||
"@hocuspocus/transformer": "^1.0.0-alpha.10", | ||
"axios": "^0.21.1" | ||
}, | ||
"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
66888
35
0
1198
1