@dvwd/paper-wysiwyg
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@dvwd/paper-wysiwyg", | ||
"description": "A minimalistic yet powerful VueJs WYSIWYG built on Tiptap 2, inspired by Outline Wiki", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/my-component.umd.js", | ||
@@ -62,2 +62,3 @@ "module": "dist/my-component.esm.js", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-uglify": "^6.0.4", | ||
"rollup-plugin-vue": "^5.1.4", | ||
@@ -64,0 +65,0 @@ "sass": "^1.47.0", |
@@ -72,7 +72,13 @@ import VuePlugin from 'rollup-plugin-vue' | ||
...bundleJsByFormat('umd', 'paper-wysiwyg.umd.js'), | ||
plugins: bundleJsByFormatPlugins() | ||
plugins: [ | ||
...bundleJsByFormatPlugins(), | ||
terser() | ||
] | ||
}, | ||
{ | ||
...bundleJsByFormat('es', 'paper-wysiwyg.esm.js'), | ||
plugins: bundleJsByFormatPlugins() | ||
plugins: [ | ||
...bundleJsByFormatPlugins(), | ||
terser() | ||
] | ||
}, | ||
@@ -79,0 +85,0 @@ { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Obfuscated code
Supply chain riskObfuscated files are intentionally packed to hide their behavior. This could be a sign of malware.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2786991
47
11245
1
18
3