Socket
Socket
Sign inDemoInstall

front-matter

Package Overview
Dependencies
4
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

4

package.json

@@ -11,3 +11,3 @@ {

"license": "MIT",
"version": "3.0.1",
"version": "3.0.2",
"homepage": "https://github.com/jxson/front-matter",

@@ -24,3 +24,3 @@ "bugs": "https://github.com/jxson/front-matter/issues",

"dependencies": {
"js-yaml": "^3.10.0"
"js-yaml": "^3.13.1"
},

@@ -27,0 +27,0 @@ "devDependencies": {

@@ -14,3 +14,3 @@ # front-matter

This concept that was originally introduced to me through the [jeykll][jeykll] blogging system and is pretty useful where you want to be able to easily add meta-data to content without the need for a database. YAML is extracted from the the top of a file between matching separators of "---" or "= yaml =". It will also extract YAML between a separator and "...".
This concept that was originally introduced to me through the [jekyll][jekyll] blogging system and is pretty useful where you want to be able to easily add meta-data to content without the need for a database. YAML is extracted from the the top of a file between matching separators of "---" or "= yaml =". It will also extract YAML between a separator and "...".

@@ -148,3 +148,3 @@ <!-- This is part of a long running project I have been working on where I am splitting out internals of [haiku][haiku] into to separate, more useful and shareable modules. If your in need of a static site generator [check it out][haiku]. -->

[npm]: http://npmjs.org
[jeykll]: https://github.com/mojombo/jekyll
[jekyll]: https://github.com/mojombo/jekyll
[coverage-img]: https://img.shields.io/coveralls/jxson/front-matter.svg

@@ -151,0 +151,0 @@ [coverage-url]: https://coveralls.io/r/jxson/front-matter?branch=master

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