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.
vue-comments-plugin
Advanced tools
Thought as a general purpose comments widget based on Vue.js. Similar to Facebooks comments or Disqus.
THIS IS WORK IN PROGRESS!
It already works but there are things to improve and bugs to find and fix.
Load the VueComments plugin and VeeValidate, it will register everything that is required.
import Vue from 'vue';
import VeeValidate from 'vee-validate';
import VueComments from 'vue-comments';
Vue.use(VeeValidate);
Vue.use(VueComments);
var vueApp = new Vue({
el: '#vue-app',
data: {}
});
Use it inside your applications markup:
<h3>Comments</h3>
<comments-widget
model="SocialObject"
model-id="1">
</comments-widget>
Build a dist
yarn install
yarn run build
yarn run watch
Run yarn run
for additional scripts.
Copyright Florian Krämer
FAQs
Commenting Plugin for Vue.js
We found that vue-comments-plugin 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.