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
618
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-canary-202402110225-bd4e114 to 0.12.0-canary-202402132227-eda3fa2

4

dist/components/v-text.js

@@ -16,4 +16,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

this.styles = {
'word-wrap': 'break-word',
'white-space': 'break-spaces',
'word-break': 'break-word',
'white-space': 'pre-wrap',
};

@@ -20,0 +20,0 @@ }

{
"name": "@blocksuite/inline",
"version": "0.12.0-canary-202402110225-bd4e114",
"version": "0.12.0-canary-202402132227-eda3fa2",
"description": "A micro editor.",

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

"zod": "^3.22.4",
"@blocksuite/global": "0.12.0-canary-202402110225-bd4e114"
"@blocksuite/global": "0.12.0-canary-202402132227-eda3fa2"
},

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

@@ -14,4 +14,4 @@ import { html, LitElement } from 'lit';

styles: StyleInfo = {
'word-wrap': 'break-word',
'white-space': 'break-spaces',
'word-break': 'break-word',
'white-space': 'pre-wrap',
};

@@ -18,0 +18,0 @@

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