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

@textbus/core

Package Overview
Dependencies
Maintainers
0
Versions
344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textbus/core - npm Package Compare versions

Comparing version 4.0.0-alpha.72 to 4.0.0-alpha.73

4

bundles/model/slot.d.ts

@@ -190,7 +190,7 @@ import { Observable, Subject } from '@tanbo/stream';

* 清除插槽格式
* @param excludeFormats 要排除的格式
* @param remainFormats 要保留的格式
* @param startIndex 开始位置
* @param endIndex 结束位置
*/
cleanFormats(excludeFormats?: Formatter<any>[] | ((formatter: Formatter<any>) => boolean), startIndex?: number, endIndex?: number): void;
cleanFormats(remainFormats?: Formatter<any>[] | ((formatter: Formatter<any>) => boolean), startIndex?: number, endIndex?: number): void;
/**

@@ -197,0 +197,0 @@ * 当在回调函数中应用样式时,将把应用的样式作为子插槽的最低优化级合并

{
"name": "@textbus/core",
"version": "4.0.0-alpha.72",
"version": "4.0.0-alpha.73",
"description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",

@@ -29,3 +29,3 @@ "main": "./bundles/index.js",

"@tanbo/stream": "^1.2.5",
"@viewfly/core": "^1.0.0-alpha.18"
"@viewfly/core": "^1.0.0-alpha.21"
},

@@ -50,3 +50,3 @@ "devDependencies": {

},
"gitHead": "96dde41ca6db677514329636290f0f1afe5e9806"
"gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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