Socket
Socket
Sign inDemoInstall

gray-matter

Package Overview
Dependencies
8
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.7 to 3.0.8

30

package.json
{
"name": "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 or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and many other projects.",
"version": "3.0.7",
"version": "3.0.8",
"homepage": "https://github.com/jonschlinkert/gray-matter",

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

"extend-shallow": "^2.0.1",
"js-yaml": "^3.8.1",
"kind-of": "^5.0.0",
"js-yaml": "^3.10.0",
"kind-of": "^5.0.2",
"strip-bom-string": "^1.0.0"
},
"devDependencies": {
"ansi-bold": "^0.1.1",
"ansi-gray": "^0.1.1",
"ansi-magenta": "^0.1.1",
"benchmarked": "^2.0.0",
"coffee-script": "^1.12.7",
"delimiter-regex": "^2.0.0",
"front-matter": "^2.1.2",
"for-own": "^1.0.0",
"front-matter": "^2.2.0",
"gulp-format-md": "^1.0.0",
"matched": "^1.0.2",
"minimist": "^1.2.0",
"benchmarked": "^0.2.5",
"mocha": "^4.0.0",
"sort-object": "^3.0.2",
"for-own": "^0.1.4",
"ansi-gray": "^0.1.1",
"ansi-bold": "^0.1.1",
"matched": "^1.0.2",
"coffee-script": "^1.12.6",
"ansi-magenta": "^0.1.1",
"toml": "^2.3.2",
"mocha": "^3.2.0",
"vinyl": "^2.0.2",
"gulp-format-md": "^0.1.12"
"toml": "^2.3.3",
"vinyl": "^2.1.0"
},

@@ -63,0 +63,0 @@ "keywords": [

@@ -467,3 +467,3 @@ # gray-matter [![NPM version](https://img.shields.io/npm/v/gray-matter.svg?style=flat)](https://www.npmjs.com/package/gray-matter) [![NPM monthly downloads](https://img.shields.io/npm/dm/gray-matter.svg?style=flat)](https://npmjs.org/package/gray-matter) [![NPM total downloads](https://img.shields.io/npm/dt/gray-matter.svg?style=flat)](https://npmjs.org/package/gray-matter) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/gray-matter.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/gray-matter)

| --- | --- |
| 151 | [jonschlinkert](https://github.com/jonschlinkert) |
| 158 | [jonschlinkert](https://github.com/jonschlinkert) |
| 7 | [RobLoach](https://github.com/RobLoach) |

@@ -511,2 +511,2 @@ | 5 | [heymind](https://github.com/heymind) |

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on September 14, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on October 05, 2017._
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