Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.