Socket
Socket
Sign inDemoInstall

html-meta-tags

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

13

package.json
{
"name": "html-meta-tags",
"version": "1.0.0",
"version": "1.1.0",
"description": "Generate HTML meta tags from JSON data.",

@@ -28,14 +28,17 @@ "main": "index.js",

"linters": {
"*.js": ["prettier-standard", "git-add"]
"*.js": [
"npm t",
"git-add"
]
}
},
"dependencies": {
"get-stdin": "^5.0.1"
"get-stdin": "^6.0.0"
},
"devDependencies": {
"husky": "^0.14.3",
"lint-staged": "^4.1.3",
"prettier-standard": "^6.0.0",
"lint-staged": "^7.2.2",
"prettier-standard": "^8.0.1",
"tape": "^4.8.0"
}
}

@@ -10,3 +10,3 @@ [url]: https://rinaldi.io

```sh
npm install rafaelrinaldi/html-meta-tags -g
npm install html-meta-tags -g
```

@@ -42,3 +42,2 @@

}' | html-meta-tags
<meta charset="utf-8">

@@ -58,3 +57,3 @@ <meta name="title" content="My Website">

```js
var htmlMetaTags = require('./')
var htmlMetaTags = require('html-meta-tags')
var data = require('./data.json')

@@ -115,1 +114,7 @@

MIT © [Rafael Rinaldi][url]
---
<p align="center">
<a href="https://buymeacoff.ee/rinaldi" title="Buy me a coffee">Buy me a ☕</a>
</p>
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc