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

@dvwd/paper-wysiwyg

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dvwd/paper-wysiwyg - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

package.json
{
"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

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