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
1
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 1.1.3 to 2.0.0-alpha.0

bundles/_utils/make-error.d.ts

20

bundles/public-api.d.ts

@@ -1,16 +0,4 @@

import 'reflect-metadata';
export * from 'reflect-metadata';
export * from '@tanbo/di';
export * from './lib/_utils/make-error';
export * from './lib/i18n/_api';
export * from './lib/core/_api';
export * from './lib/ui/_api';
export * from './lib/component-injectors';
export * from './lib/editor';
export * from './lib/editor-controller';
export * from './lib/editor-options';
export * from './lib/history';
export * from './lib/inject-tokens';
export * from './lib/output-translator';
export * from './lib/plugin';
export * from './lib/root-component';
export * from './_utils/make-error';
export * from './foundation/_api';
export * from './model/_api';
export * from './define-component';

@@ -1,17 +0,5 @@

import 'reflect-metadata';
export * from 'reflect-metadata';
export * from '@tanbo/di';
export * from './lib/_utils/make-error';
export * from './lib/i18n/_api';
export * from './lib/core/_api';
export * from './lib/ui/_api';
export * from './lib/component-injectors';
export * from './lib/editor';
export * from './lib/editor-controller';
export * from './lib/editor-options';
export * from './lib/history';
export * from './lib/inject-tokens';
export * from './lib/output-translator';
export * from './lib/plugin';
export * from './lib/root-component';
export * from './_utils/make-error';
export * from './foundation/_api';
export * from './model/_api';
export * from './define-component';
//# sourceMappingURL=public-api.js.map
{
"name": "@textbus/core",
"version": "1.1.3",
"version": "2.0.0-alpha.0",
"description": "TextBus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.",

@@ -12,3 +12,3 @@ "main": "./bundles/public-api.js",

"test-c": "cross-env env=test jest --coverage",
"build:lib": "rimraf bundles && webpack --config webpack-sass.config.js && tsc -p tsconfig-build.json",
"build:lib": "rimraf bundles && tsc -p tsconfig-build.json",
"publish:lib": "npm run build:lib && npm publish --access=public"

@@ -29,7 +29,4 @@ },

"dependencies": {
"@tanbo/color": "^0.0.3",
"@tanbo/css-themes": "^0.0.1",
"@tanbo/di": "^1.0.4",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.0.0"
"@tanbo/stream": "^0.0.9"
},

@@ -42,8 +39,8 @@ "author": {

"type": "git",
"url": "git+https://github.com/textbus/core.git"
"url": "git+https://github.com/textbus/textbus.git"
},
"bugs": {
"url": "https://github.com/textbus/core.git/issues"
"url": "https://github.com/textbus/textbus.git/issues"
},
"gitHead": "591311886f24a4156ea0b0f1077303746df08182"
"gitHead": "b70fb33fbc920a26042ddeb1289ce95c129b7c15"
}
bundles/public-api.js.map

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