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

@blocksuite/inline

Package Overview
Dependencies
Maintainers
0
Versions
544
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/inline - npm Package Compare versions

Comparing version 0.0.0-canary-20241019001403 to 0.0.0-canary-20241021001443

4

CHANGELOG.md
# @blocksuite/inline
## 0.0.0-canary-20241019001403
## 0.0.0-canary-20241021001443

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

- Updated dependencies
- @blocksuite/global@0.0.0-canary-20241019001403
- @blocksuite/global@0.0.0-canary-20241021001443

@@ -12,0 +12,0 @@ ## 0.17.19

@@ -157,3 +157,3 @@ import { BlockSuiteError, ErrorCode } from '@blocksuite/global/exceptions';

if (texts.length === 0) {
throw new BlockSuiteError(ErrorCode.InlineEditorError, 'text node in v-text not found');
return null;
}

@@ -160,0 +160,0 @@ for (const text of texts) {

{
"name": "@blocksuite/inline",
"version": "0.0.0-canary-20241019001403",
"version": "0.0.0-canary-20241021001443",
"description": "A micro editor.",

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

"dependencies": {
"@blocksuite/global": "0.0.0-canary-20241019001403",
"@blocksuite/global": "0.0.0-canary-20241021001443",
"@preact/signals-core": "^1.8.0",

@@ -88,0 +88,0 @@ "zod": "^3.23.8"

@@ -272,6 +272,3 @@ import type * as Y from 'yjs';

if (texts.length === 0) {
throw new BlockSuiteError(
ErrorCode.InlineEditorError,
'text node in v-text not found'
);
return null;
}

@@ -278,0 +275,0 @@

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