🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@11ty/gray-matter

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@11ty/gray-matter - npm Package Compare versions

Comparing version
2.1.0
to
3.0.0
+2
-2
package.json
{
"name": "@11ty/gray-matter",
"description": "Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and many other projects.",
"version": "2.1.0",
"version": "3.0.0",
"homepage": "https://github.com/11ty/gray-matter",

@@ -38,3 +38,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"dependencies": {
"js-yaml": "^4.2.0",
"js-yaml": "^5.2.2",
"section-matter": "^1.0.0"

@@ -41,0 +41,0 @@ },