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

@blocksuite/inline

Package Overview
Dependencies
Maintainers
2
Versions
613
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.12.0-nightly-202401251544-dae4404 to 0.12.0-nightly-202401260532-4ad6b3f

1

dist/inline-editor.js

@@ -210,2 +210,3 @@ import { assertExists, DisposableGroup, Slot } from '@blocksuite/global/utils';

this.rootElement.contentEditable = isReadonly ? 'false' : 'true';
this.eventSource.contentEditable = isReadonly ? 'false' : 'true';
this._isReadonly = isReadonly;

@@ -212,0 +213,0 @@ }

4

package.json
{
"name": "@blocksuite/inline",
"version": "0.12.0-nightly-202401251544-dae4404",
"version": "0.12.0-nightly-202401260532-4ad6b3f",
"description": "A micro editor.",

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

"zod": "^3.22.4",
"@blocksuite/global": "0.12.0-nightly-202401251544-dae4404"
"@blocksuite/global": "0.12.0-nightly-202401260532-4ad6b3f"
},

@@ -36,0 +36,0 @@ "scripts": {

# `@blocksuite/inline`
Inline rich text editing component for BlockSuite. Checkout the docs at [blocksuite.io/inline](https://blocksuite.io/inline.html).
Inline rich text editing component for BlockSuite. Checkout the docs at [blocksuite.io/inline](https://blocksuite.io/guide/inline.html).

@@ -273,2 +273,3 @@ import { assertExists, DisposableGroup, Slot } from '@blocksuite/global/utils';

this.rootElement.contentEditable = isReadonly ? 'false' : 'true';
this.eventSource.contentEditable = isReadonly ? 'false' : 'true';
this._isReadonly = isReadonly;

@@ -275,0 +276,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