
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
vue-intense-debate
Advanced tools
Vue component to integrate IntenseDebate commenting service in your application, with support for SPA
Vue component to integrate IntenseDebate commenting service in your application, with support for SPA.
$ npm install vue-intense-debate --save
vue-intense-debate is a UMD module, which can be used as a module in both CommonJS and AMD module system. When in non-modular environment, VueIntenseDebate will be registered as a global variable.
.vue
components<template>
<div class="comments">
<vue-intense-debate account="YOUR_INTENSE_DEBATE_ACCOUNT" pid="UNIQUE_PAGE_ID"></vue-intense-debate>
</div>
</template>
<script>
import VueIntenseDebate from 'vue-intense-debate/VueIntenseDebate'
export default {
// ...
components: {
VueIntenseDebate
}
// ...
}
</script>
var Vue = require('vue')
var VueIntenseDebate = require('vue-intense-debate')
var YourComponent = Vue.extend({
// ...
components: {
'vue-intense-debate': VueIntenseDebate
}
// ...
})
<head>
<script src="node_modules/vue/dist/vue.js"></script>
<script src="node_modules/vue-intense-debate/dist/vue-intense-debate.js"></script>
</head>
<body id="app">
<div class="comments">
<vue-intense-debate account="YOUR_INTENSE_DEBATE_ACCOUNT" pid="UNIQUE_PAGE_ID"></vue-intense-debate>
</div>
<script type="text/javascript">
new Vue({
el: '.comments',
components: {
'vue-intense-debate': VueIntenseDebate
}
})
</script>
</body>
Prop | Data Type | required | Description |
---|---|---|---|
account | String | true | Your IntenseDebate account. |
pid | String | true | Page ID or some unique value to identify the web page. |
# install dependencies
npm install
# build
npm run build
MIT © Leo Deng
FAQs
Vue component to integrate IntenseDebate commenting service in your application, with support for SPA
The npm package vue-intense-debate receives a total of 0 weekly downloads. As such, vue-intense-debate popularity was classified as not popular.
We found that vue-intense-debate 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
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.