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

vue-quilly

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-quilly - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

12

package.json
{
"name": "vue-quilly",
"private": false,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",

@@ -56,4 +56,10 @@ "dependencies": {

".": {
"import": "./dist/vue-quilly.js",
"require": "./dist/vue-quilly.umd.cjs"
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/vue-quilly.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/vue-quilly.umd.cjs"
}
}

@@ -60,0 +66,0 @@ },

# vue-quilly
![npm version](https://img.shields.io/npm/v/vue-quilly?logo=npm&logoColor=fff)
![npm bundle size](https://img.shields.io/bundlephobia/min/vue-quilly)
Tiny Vue component, that helps to create [Quill v2](https://quilljs.com/) based WYSIWYG editors in Vue-powered apps.

@@ -4,0 +7,0 @@ Flexible setup, no styles, ready for further customization.

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