Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@anteriovieira/vue-editor
Advanced tools
A Vue.js Plugin
npm install --save vue-ck-editor
import Vue from 'vue'
import VueCkEditor from 'vue-ck-editor'
// You need a specific loader for CSS files like https://github.com/webpack/css-loader
import 'vue-ck-editor/dist/vue-ck-editor.css'
Vue.use(VueCkEditor)
<!-- Include after Vue -->
<!-- Local files -->
<link rel="stylesheet" href="vue-ck-editor/dist/vue-ck-editor.css"></link>
<script src="vue-ck-editor/dist/vue-ck-editor.js"></script>
<!-- From CDN -->
<link rel="stylesheet" href="https://unpkg.com/vue-ck-editor/dist/vue-ck-editor.css"></link>
<script src="https://unpkg.com/vue-ck-editor"></script>
npm run dev
npm run dev:coverage
Bundle the js and css of to the dist
folder:
npm run build
The prepublish
hook will ensure dist files are created before publishing. This
way you don't need to commit them in your repository.
# Bump the version first
# It'll also commit it and create a tag
npm version
# Push the bumped package and tags
git push --follow-tags
# Ship it 🚀
npm publish
FAQs
A Vue.js Plugin
The npm package @anteriovieira/vue-editor receives a total of 0 weekly downloads. As such, @anteriovieira/vue-editor popularity was classified as not popular.
We found that @anteriovieira/vue-editor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.