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
352
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

to
3.8.4

4

bundles/model/slot.d.ts

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

import { Content } from './content';
import { FormatLiteral, FormatRange, FormatValue, Formats, FormatTree, FormatItem } from './format';
import { Format, FormatLiteral, FormatRange, FormatValue, Formats, FormatTree, FormatItem } from './format';
import { Attribute, Formatter } from './attribute';

@@ -60,3 +60,3 @@ import { ChangeMarker } from './change-marker';

protected content: Content;
protected format: any;
protected format: Format;
protected attributes: Map<Attribute<any>, any>;

@@ -63,0 +63,0 @@ protected contentChangeEvent: Subject<Action[]>;

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

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

},
"gitHead": "cf4fd289b73bc777124a32fe42bb58eba05a34f1"
"gitHead": "7359230a08229933be9cb78590b6777256fa5582"
}

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

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