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.0.0 to 3.1.0

7

build.js

@@ -41,8 +41,3 @@ const fs = require('fs');

{ from: 'katex/dist', to: 'katex' },
{ from: 'jsbarcode/dist/JsBarcode.all.min.js', to: 'jsbarcode.all.min.js' },
{ from: 'qrcode-svg/dist/qrcode.min.js', to: 'qrcode-svg.min.js' },
{ from: 'mermaid/dist/mermaid.min.js', to: 'mermaid.min.js' },
{ from: 'plyr/dist/plyr.min.js', to: 'plyr.min.js' },
{ from: 'pagedjs/dist/paged.polyfill.min.js', to: 'paged.polyfill.min.js' },
{ from: 'vue/dist/vue.global.prod.js', to: 'vue.min.js' }
{ from: 'pagedjs/dist/paged.polyfill.min.js', to: 'paged.polyfill.min.js' }
];

@@ -49,0 +44,0 @@

14

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

@@ -19,16 +19,10 @@ "main": "build.js",

"build": "node build.js",
"prepublishOnly": "npm run build"
"prepublishOnly": "yarn && npm run build"
},
"devDependencies": {
"@umoteam/editor": "3.0.0",
"jsbarcode": "^3.11.6",
"@umoteam/editor": "3.1.0",
"katex": "^0.16.11",
"mermaid": "^10.9.1",
"monaco-editor": "^0.50.0",
"pagedjs": "^0.4.3",
"plyr": "^3.7.8",
"qrcode-svg": "^1.1.0",
"svg64": "^2.0.0",
"vue": "^3.4.35"
"pagedjs": "^0.4.3"
}
}

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