
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy 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
The npm package vue-comments-plugin receives a total of 1 weekly downloads. As such, vue-comments-plugin popularity was classified as not popular.
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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.