New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blocksuite/block-std

Package Overview
Dependencies
Maintainers
0
Versions
939
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/block-std - npm Package Compare versions

Comparing version 0.0.0-canary-20241205132404 to 0.0.0-canary-20241206001532

8

CHANGELOG.md
# @blocksuite/block-std
## 0.0.0-canary-20241205132404
## 0.0.0-canary-20241206001532

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

- Updated dependencies
- @blocksuite/global@0.0.0-canary-20241205132404
- @blocksuite/inline@0.0.0-canary-20241205132404
- @blocksuite/store@0.0.0-canary-20241205132404
- @blocksuite/global@0.0.0-canary-20241206001532
- @blocksuite/inline@0.0.0-canary-20241206001532
- @blocksuite/store@0.0.0-canary-20241206001532

@@ -14,0 +14,0 @@ ## 0.18.3

@@ -159,4 +159,2 @@ import { throttle } from '@blocksuite/global/utils';

return;
if (!this.host)
return; // Unstable when switching views, card <-> embed
await this.host.updateComplete;

@@ -163,0 +161,0 @@ const selection = document.getSelection();

{
"name": "@blocksuite/block-std",
"version": "0.0.0-canary-20241205132404",
"version": "0.0.0-canary-20241206001532",
"description": "Std for blocksuite blocks",

@@ -23,5 +23,5 @@ "type": "module",

"dependencies": {
"@blocksuite/global": "0.0.0-canary-20241205132404",
"@blocksuite/inline": "0.0.0-canary-20241205132404",
"@blocksuite/store": "0.0.0-canary-20241205132404",
"@blocksuite/global": "0.0.0-canary-20241206001532",
"@blocksuite/inline": "0.0.0-canary-20241206001532",
"@blocksuite/store": "0.0.0-canary-20241206001532",
"@lit/context": "^1.1.2",

@@ -28,0 +28,0 @@ "@preact/signals-core": "^1.8.0",

@@ -173,3 +173,2 @@ import type { BlockModel } from '@blocksuite/store';

if (this.isComposing) return;
if (!this.host) return; // Unstable when switching views, card <-> embed

@@ -176,0 +175,0 @@ await this.host.updateComplete;

Sorry, the diff of this file is not supported yet

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