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.8 to 0.0.9

2

package.json
{
"version": "0.0.8",
"version": "0.0.9",
"name": "vue-ckeditor-custom",

@@ -4,0 +4,0 @@ "description": "component vue3 ckeditor5 custom settings",

@@ -14,7 +14,7 @@ # vue-ckeditor-custom

```javascript
import CkEditorCustom from 'vue-ckeditor-custom';
import VueCkEditorCustom from 'vue-ckeditor-custom';
import CKEditor from '@ckeditor/ckeditor5-vue'
...
app.use(CKEditor);
app.component('CKEditorCustom', CKEditorCustom);
app.use(VueCkEditorCustom);
```

@@ -21,0 +21,0 @@ ## Publicar en npm

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