
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
nuxt-directus-seo
Advanced tools
## Tính năng - Tạo config SEO cho toàn bộ app NUXTJS khi sử dụng chung với directus và module directus SEO từ codihaus
nuxt-directus-seo
dependency to your project# Using pnpm
pnpm add -D nuxt-directus-seo
# Using yarn
yarn add --dev nuxt-directus-seo
# Using npm
npm install --save-dev nuxt-directus-seo
nuxt-directus-seo
to the modules
section of nuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-directus-seo'
]
})
useDirectusGlobalSeo();
vào component, layout tổng của dự án useDirectusCollectionSeo('COLLECTION_NAME', {
title: "ABC",
id: 34
});
{
"title": "TITLE",
"id": "",
"seo_details": {
"meta_title": "..."
}
}
FAQs
## Tính năng - Tạo config SEO cho toàn bộ app NUXTJS khi sử dụng chung với directus và module directus SEO từ codihaus
The npm package nuxt-directus-seo receives a total of 0 weekly downloads. As such, nuxt-directus-seo popularity was classified as not popular.
We found that nuxt-directus-seo demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.