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 to 4.0.1

7

bundles/model/change-marker.d.ts

@@ -16,5 +16,7 @@ import { Observable } from '@tanbo/stream';

onSelfChange: Observable<Action[]>;
get irrevocableUpdate(): boolean;
get dirty(): boolean;
get changed(): boolean;
parentModel: ProxyModel<any> | null;
private _irrevocableUpdate;
private _dirty;

@@ -38,1 +40,6 @@ private _changed;

}
/**
* 在回调函数内改变组件状态时,将更改的状态标记为不可撤回的
* @param fn
*/
export declare function irrevocableUpdate(fn: () => void): void;

3

bundles/model/types.d.ts

@@ -52,4 +52,5 @@ import { Component, ComponentLiteral } from './component';

apply: Action[];
unApply: Action[];
source?: Component<any>;
unApply: Action[];
irrevocable?: boolean;
}

@@ -56,0 +57,0 @@ export interface State {

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

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

},
"gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
"gitHead": "650431b993553439e58d48949bd9cadda23fb147"
}

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