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.0.0 to 1.0.1

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

<a name="1.0.1"></a>
## [1.0.1](https://github.com/nuxt/modules/compare/@nuxtjs/meta@1.0.0...@nuxtjs/meta@1.0.1) (2017-05-29)
### Bug Fixes
* **meta:** add missing head keyword ([758cccd](https://github.com/nuxt/modules/commit/758cccd))
* **meta:** fix package.json ([4e395cf](https://github.com/nuxt/modules/commit/4e395cf))
<a name="1.0.0"></a>

@@ -8,0 +20,0 @@ # 1.0.0 (2017-05-26)

2

index.js

@@ -7,5 +7,5 @@ const path = require('path')

this.options.head.meta.push({charset: 'utf-8'})
this.options.meta.push({name: 'viewport', content: 'width=device-width, initial-scale=1'})
this.options.head.meta.push({name: 'viewport', content: 'width=device-width, initial-scale=1'})
}
module.exports.meta = require('./package.json')
{
"name": "@nuxtjs/meta",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"main": "index.js"
"main": "index.js",
"repository": "https://github.com/nuxt/modules",
"homepage": "https://github.com/nuxt/modules/tree/master/modules/meta",
"publishConfig": {
"access": "public"
}
}
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