Socket
Socket
Sign inDemoInstall

gray-matter

Package Overview
Dependencies
18
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.4 to 0.3.5

2

bower.json
{
"name": "gray-matter",
"version": "0.3.4",
"version": "0.3.5",
"main": [

@@ -5,0 +5,0 @@ "index.js"

@@ -58,6 +58,6 @@ /**

context: metadata,
content: content,
original: str
content: file.normalizeNL(content),
original: file.normalizeNL(str)
};
};
}

@@ -64,0 +64,0 @@ // Read the file, then parse

@@ -29,3 +29,3 @@ /**

} catch (e) {
console.warn('Could not parse coffee-script:' + src, e);
console.warn('Please run `npm i coffee-script`:' + src, e);
}

@@ -39,4 +39,4 @@ };

} catch (e) {
console.warn('Count not parse toml:' + src, e);
console.warn('Please run `npm i toml`:' + src, e);
}
};
{
"name": "gray-matter",
"description": "A simple to use and extend front matter library. Supports parsing and extracting YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters.",
"version": "0.3.4",
"version": "0.3.5",
"author": {

@@ -42,3 +42,3 @@ "name": "Jon Schlinkert",

"delims": "~0.1.2",
"fs-utils": "~0.3.8",
"fs-utils": "~0.4.0",
"js-yaml": "~3.0.2",

@@ -54,2 +54,2 @@ "lodash": "~2.4.1"

}
}
}
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