Socket
Socket
Sign inDemoInstall

gray-matter

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gray-matter - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

gray-matter.d.ts

35

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": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/jonschlinkert/gray-matter",

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

"files": [
"gray-matter.d.ts",
"index.js",

@@ -34,4 +35,6 @@ "lib"

"ansi-red": "^0.1.1",
"coffee-script": "^1.12.4",
"extend-shallow": "^2.0.1",
"js-yaml": "^3.4.3"
"js-yaml": "^3.8.1",
"toml": "^2.3.2"
},

@@ -41,19 +44,16 @@ "devDependencies": {

"ansi-gray": "^0.1.1",
"benchmarked": "^0.1.4",
"coffee-script": "^1.10.0",
"delimiter-regex": "^1.3.1",
"for-own": "^0.1.3",
"front-matter": "^2.0.0",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.0",
"benchmarked": "^0.2.5",
"delimiter-regex": "^2.0.0",
"for-own": "^0.1.4",
"front-matter": "^2.1.2",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.2.0",
"lodash": "^3.10.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^4.0.1",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mocha": "^2.3.3",
"should": "^7.1.1",
"sort-object": "^3.0.0",
"toml": "^2.3.0"
"should": "^11.2.0",
"sort-object": "^3.0.2"
},

@@ -92,2 +92,3 @@ "keywords": [

],
"typings": "gray-matter.d.ts",
"verb": {

@@ -94,0 +95,0 @@ "related": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc