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

vue-ckeditor-custom

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-ckeditor-custom - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

dist/style.css

12

package.json
{
"version": "0.0.6",
"version": "0.0.7",
"name": "vue-ckeditor-custom",
"description": "component vue3 ckeditor5 custom settings",
"type": "module",
"keywords": [

@@ -10,10 +9,11 @@ "vue-ckeditor-custom"

"files": [
"./src/components"
"dist"
],
"license": "MIT",
"main": "./src/components/index.js",
"module": "./src/components/index.js",
"main": "./dist/vue-ckeditor-custom.umd.js",
"module": "./dist/vue-ckeditor-custom.es.js",
"exports": {
".": {
"import": "./src/components/index.js"
"import": "./dist/vue-ckeditor-custom.es.js",
"require": "./dist/vue-ckeditor-custom.umd.js"
}

@@ -20,0 +20,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