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.
nuxt-disqus
Advanced tools
Instantly add Disqus Comments to your posts or pages using this package designed to work perfectly with Nuxt 3.
Nuxt Disqus provides a wrapper for vue3-disqus to be used with Nuxt 3
DisqusComments
and DisqusCount
Add nuxt-disqus
dependency to your project
npx nuxi@latest module add disqus
Add nuxt-disqus
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: ["nuxt-disqus"],
disqus: {
shortname: "your-disqus-shortname",
},
});
Place DisqusComments
anywhere in your app to render Disqus Comment thread for particular identifier
<DisqusComments identifier="/blog/1" />
Place DisqusCount
anywhere in your app to render Disqus Comment Count for particular identifier
<DisqusCount identifier="/blog/1" />
Example Output for DisqusCount
will be:
99 Comments
That's it! You can now use Disqus in your Nuxt app ✨
# Install dependencies
yarn install
# Generate type stubs
yarn run dev:prepare
# Develop with the playground
yarn run dev
# Build the playground
yarn run dev:build
# Run ESLint
yarn run lint
# Run Vitest
yarn run test
yarn run test:watch
# Release new version
yarn run release
FAQs
Disqus for Nuxt 3
The npm package nuxt-disqus receives a total of 233 weekly downloads. As such, nuxt-disqus popularity was classified as not popular.
We found that nuxt-disqus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.