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

@textbus/core

Package Overview
Dependencies
Maintainers
1
Versions
341
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 1.0.0-beta.0 to 1.0.0-beta.1

4

bundles/lib/editor.js

@@ -34,3 +34,3 @@ var __read = (this && this.__read) || function (o, n) {

import { TBHistory } from './history';
import { I18n, i18n_zh_CN__core_default } from './i18n/_api';
import { I18n, i18n_zh_CN } from './i18n/_api';
var editorErrorFn = makeError('Editor');

@@ -75,3 +75,3 @@ /**

});
var i18n = new I18n(i18n_zh_CN__core_default, options.i18n);
var i18n = new I18n(i18n_zh_CN, options.i18n);
var rootInjector = new ReflectiveInjector(new NullInjector(), [Layout, {

@@ -78,0 +78,0 @@ provide: EditorController,

import { I18NConfig } from './i18n';
export declare const i18n_en_US__core_default: I18NConfig;
export declare const i18n_en_US: I18NConfig;

@@ -1,2 +0,2 @@

export var i18n_en_US__core_default = {
export var i18n_en_US = {
/** core library dependency start, no optional */

@@ -3,0 +3,0 @@ editor: {

import { I18NConfig } from './i18n';
export declare const i18n_zh_CN__core_default: I18NConfig;
export declare const i18n_zh_CN: I18NConfig;

@@ -1,2 +0,2 @@

export var i18n_zh_CN__core_default = {
export var i18n_zh_CN = {
/** 核心库依赖,不可缺少 */

@@ -3,0 +3,0 @@ editor: {

{
"name": "@textbus/core",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "TextBus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",

@@ -5,0 +5,0 @@ "main": "./bundles/public-api.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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