Socket
Socket
Sign inDemoInstall

gray-matter

Package Overview
Dependencies
13
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.5 to 1.2.6

2

lib/parsers.js
/*!
* gray-matter <https://github.com/assemble/gray-matter>
* gray-matter <https://github.com/jonschlinkert/gray-matter.git>
*

@@ -4,0 +4,0 @@ * Copyright (c) 2014-2015, Jon Schlinkert.

{
"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.",
"version": "1.2.5",
"version": "1.2.6",
"author": {

@@ -9,5 +9,8 @@ "name": "Jon Schlinkert",

},
"repository": "assemble/gray-matter",
"repository": {
"type": "git",
"url": "https://github.com/jonschlinkert/gray-matter.git"
},
"bugs": {
"url": "https://github.com/assemble/gray-matter/issues"
"url": "https://github.com/jonschlinkert/gray-matter/issues"
},

@@ -14,0 +17,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

# gray-matter [![NPM version](https://badge.fury.io/js/gray-matter.svg)](http://badge.fury.io/js/gray-matter)
# gray-matter [![NPM version](https://badge.fury.io/js/gray-matter.svg)](http://badge.fury.io/js/gray-matter) [![Build Status](https://travis-ci.org/.svg)](https://travis-ci.org/)

@@ -56,3 +56,3 @@ > 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.

## API
### [matter](index.js#L30)
### [matter](./index.js#L30)

@@ -73,3 +73,3 @@ Parses a `string` of front-matter with the given `options`, and returns an object.

### [.read](index.js#L127)
### [.read](./index.js#L127)

@@ -86,3 +86,3 @@ Read a file and parse front matter. Returns the same object as `matter()`.

### [.stringify](index.js#L158)
### [.stringify](./index.js#L158)

@@ -298,12 +298,12 @@ Stringify an object to front-matter-formatted YAML, and concatenate it to the given string.

+ [github/assemble](https://github.com/assemble)
+ [twitter/assemble](http://twitter.com/assemble)
+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
## License
Copyright (c) 2015 Jon Schlinkert
Released under the license
Released under the MIT license
***
_This file was generated by [verb](https://github.com/assemble/verb) on February 20, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 02, 2015._

@@ -310,0 +310,0 @@

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