New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/meta

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/meta - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

yarn.lock

2

package.json
{
"name": "@nuxtjs/meta",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "index.js",

# Meta
Easily adds common meta tags into your project with zero-config needed.
[![npm](https://img.shields.io/npm/dt/@nuxtjs/meta.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/meta)
[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/meta/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/meta)
> Easily adds common meta tags into your project with zero-config needed.
This module is compatible with [manifest](../manifest) module.
## Setup
- Add `@nuxtjs/meta` dependency using yarn or npm to your project
- Add `@nuxtjs/meta` to `modules` section of `nuxt.config.js`
```js
{
modules: [
'@nuxtjs/meta',
]
}
````
- You can optionally override meta using `manifest` section of `nuxt.config.js`
```js
{
manifest: {
// ...
}
}
```
## What's included ?

@@ -20,10 +42,1 @@ Meta / Link | Customize With | Default value

`og:description` | `ogDescription` | same as options.description
## Setup
- Add `@nuxtjs/meta` dependency using yarn or npm to your project
- Add `@nuxtjs/meta` module to `nuxt.config.js`:
```js
modules: [
'@nuxtjs/meta'
]
````
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc