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

@blocksuite/sync

Package Overview
Dependencies
Maintainers
0
Versions
497
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/sync - npm Package Compare versions

Comparing version 0.0.0-canary-20241210001545 to 0.0.0-canary-20241211001530

4

CHANGELOG.md
# @blocksuite/sync
## 0.0.0-canary-20241210001545
## 0.0.0-canary-20241211001530

@@ -9,3 +9,3 @@ ### Patch Changes

- Updated dependencies
- @blocksuite/global@0.0.0-canary-20241210001545
- @blocksuite/global@0.0.0-canary-20241211001530

@@ -12,0 +12,0 @@ ## 0.18.5

@@ -6,8 +6,8 @@ import type { DocSource } from '../source.js';

channel: BroadcastChannel;
docMap: Map<string, Uint8Array>;
docMap: Map<string, Uint8Array<ArrayBufferLike>>;
name: string;
constructor(channelName?: string);
pull(docId: string, state: Uint8Array): {
data: Uint8Array;
state: Uint8Array;
data: Uint8Array<ArrayBufferLike>;
state: Uint8Array<ArrayBufferLike>;
} | null;

@@ -14,0 +14,0 @@ push(docId: string, data: Uint8Array): void;

{
"name": "@blocksuite/sync",
"version": "0.0.0-canary-20241210001545",
"version": "0.0.0-canary-20241211001530",
"description": "BlockSuite data synchronization engine abstraction and implementation.",

@@ -21,3 +21,3 @@ "type": "module",

"dependencies": {
"@blocksuite/global": "0.0.0-canary-20241210001545",
"@blocksuite/global": "0.0.0-canary-20241211001530",
"idb": "^8.0.0",

@@ -24,0 +24,0 @@ "idb-keyval": "^6.2.1",

Sorry, the diff of this file is not supported yet

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