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

@umoteam/editor-external

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umoteam/editor-external - npm Package Compare versions

Comparing version 3.1.2 to 4.0.0

4

build.js

@@ -38,6 +38,4 @@ const fs = require('fs');

{ from: 'imgly/background-removal-data', to: 'imgly/background-removal-data', npm: false },
{ from: '@umoteam/editor/dist', to: 'umo-editor' },
{ from: 'monaco-editor/min', to: 'monaco-editor/min' },
{ from: 'katex/dist', to: 'katex' },
{ from: 'pagedjs/dist/paged.polyfill.min.js', to: 'paged.polyfill.min.js' }
{ from: 'katex/dist', to: 'katex' }
];

@@ -44,0 +42,0 @@

{
"name": "@umoteam/editor-external",
"version": "3.1.2",
"version": "4.0.0",
"description": "The modules that Umo Editor depends on. Umo Editor 所依赖的部分模块。",

@@ -18,11 +18,8 @@ "main": "build.js",

"scripts": {
"build": "node build.js",
"prepublishOnly": "yarn && npm run build"
"build": "node build.js"
},
"devDependencies": {
"@umoteam/editor": "3.1.2",
"katex": "^0.16.11",
"monaco-editor": "^0.50.0",
"pagedjs": "^0.4.3"
"monaco-editor": "^0.50.0"
}
}
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