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

@hocuspocus/extension-throttle

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-throttle - npm Package Compare versions

Comparing version 1.0.0-alpha.15 to 1.0.0-alpha.16

dist/demos/backend/src/slow.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.0.0-alpha.16](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-throttle@1.0.0-alpha.15...@hocuspocus/extension-throttle@1.0.0-alpha.16) (2021-06-22)
**Note:** Version bump only for package @hocuspocus/extension-throttle
# [1.0.0-alpha.15](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-throttle@1.0.0-alpha.14...@hocuspocus/extension-throttle@1.0.0-alpha.15) (2021-06-11)

@@ -8,0 +16,0 @@

1

dist/packages/provider/src/HocuspocusProvider.d.ts

@@ -30,2 +30,3 @@ import * as Y from 'yjs';

onOutgoingMessage: (message: OutgoingMessage) => void;
onStatus: (status: any) => void;
onSynced: () => void;

@@ -32,0 +33,0 @@ onDisconnect: (event: CloseEvent) => void;

2

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

@@ -13,4 +13,4 @@ import { Decoder } from 'lib0/decoding';

get length(): number;
get messageType(): number;
get type(): number;
private get encoder();
}
{
"name": "@hocuspocus/extension-throttle",
"version": "1.0.0-alpha.15",
"version": "1.0.0-alpha.16",
"description": "hocuspocus throttle extension",

@@ -25,5 +25,5 @@ "homepage": "https://hocuspocus.dev",

"dependencies": {
"@hocuspocus/server": "^1.0.0-alpha.58"
"@hocuspocus/server": "^1.0.0-alpha.59"
},
"gitHead": "b57aeb0834f684ab8254d02923443ff19a69cf55"
"gitHead": "5056505ff8ac1a82433c66e0fa42140aab0aace4"
}
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