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

@textbus/core

Package Overview
Dependencies
Maintainers
0
Versions
338
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.1 to 4.0.3

2

bundles/foundation/adapter.d.ts

@@ -28,3 +28,3 @@ import { Observable } from '@tanbo/stream';

*/
export declare abstract class Adapter<NativeElement extends object = object, NativeTextNode extends object = object, ViewComponent extends object = object, ViewElement extends object = object> {
export declare abstract class Adapter<NativeElement extends {} = {}, NativeTextNode extends {} = {}, ViewComponent extends {} = {}, ViewElement extends {} = {}> {
private adapter;

@@ -31,0 +31,0 @@ private mount;

@@ -64,3 +64,3 @@ import { Provider, ReflectiveInjector, Scope } from '@viewfly/core';

/** 附加的渲染器。常用于在内存中渲染 HTML 字符串*/
additionalAdapters?: Adapter<any, any>[];
additionalAdapters?: Adapter<any, any, any>[];
}

@@ -67,0 +67,0 @@ /**

{
"name": "@textbus/core",
"version": "4.0.1",
"version": "4.0.3",
"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.22"
"@viewfly/core": "^1.0.2"
},

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

},
"gitHead": "650431b993553439e58d48949bd9cadda23fb147"
"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