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

@blocksuite/inline

Package Overview
Dependencies
Maintainers
2
Versions
654
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.14.0-canary-202403201037-f5227a3 to 0.14.0-canary-202403210846-83375e8

6

dist/inline-editor.js

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

export class InlineEditor {
static { this.nativePointToTextPoint = nativePointToTextPoint; }
static { this.textPointToDomPoint = textPointToDomPoint; }
static { this.getTextNodesFromElement = getTextNodesFromElement; }
get disposables() {

@@ -239,5 +242,2 @@ return this._disposables;

}
InlineEditor.nativePointToTextPoint = nativePointToTextPoint;
InlineEditor.textPointToDomPoint = textPointToDomPoint;
InlineEditor.getTextNodesFromElement = getTextNodesFromElement;
//# sourceMappingURL=inline-editor.js.map
{
"name": "@blocksuite/inline",
"version": "0.14.0-canary-202403201037-f5227a3",
"version": "0.14.0-canary-202403210846-83375e8",
"description": "A micro editor.",

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

"zod": "^3.22.4",
"@blocksuite/global": "0.14.0-canary-202403201037-f5227a3"
"@blocksuite/global": "0.14.0-canary-202403210846-83375e8"
},

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

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