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

@blocksuite/sync

Package Overview
Dependencies
Maintainers
2
Versions
498
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.13.0-canary-202403101253-01364b4 to 0.13.0-canary-202403111953-6a3ce63

2

dist/doc/peer.js

@@ -272,3 +272,3 @@ import { Slot } from '@blocksuite/global/utils';

// mark rootDoc as loaded
doc.emit('sync', [true]);
doc.emit('sync', [true, doc]);
this.updateSyncStatus();

@@ -275,0 +275,0 @@ }

{
"name": "@blocksuite/sync",
"version": "0.13.0-canary-202403101253-01364b4",
"version": "0.13.0-canary-202403111953-6a3ce63",
"description": "BlockSuite data synchronization engine abstraction and implementation.",

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

"idb": "^8.0.0",
"@blocksuite/global": "0.13.0-canary-202403101253-01364b4"
"@blocksuite/global": "0.13.0-canary-202403111953-6a3ce63"
},

@@ -16,0 +16,0 @@ "devDependencies": {},

@@ -313,3 +313,3 @@ import { type Logger, Slot } from '@blocksuite/global/utils';

// mark rootDoc as loaded
doc.emit('sync', [true]);
doc.emit('sync', [true, doc]);

@@ -316,0 +316,0 @@ this.updateSyncStatus();

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