Socket
Socket
Sign inDemoInstall

front-matter

Package Overview
Dependencies
4
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

2

index.js

@@ -22,3 +22,3 @@ var parser = require('js-yaml')

var defaultOptions = { allowUnsafe: false }
options = options instanceof Object ? {...defaultOptions, ...options} : defaultOptions
options = options instanceof Object ? { ...defaultOptions, ...options } : defaultOptions
options.allowUnsafe = Boolean(options.allowUnsafe)

@@ -25,0 +25,0 @@ var lines = string.split(/(\r?\n)/)

@@ -11,3 +11,3 @@ {

"license": "MIT",
"version": "4.0.1",
"version": "4.0.2",
"homepage": "https://github.com/jxson/front-matter",

@@ -31,4 +31,3 @@ "bugs": "https://github.com/jxson/front-matter/issues",

"istanbul": "^0.4.5",
"standard": "^6.0.4",
"standard-format": "^2.2.4",
"standard": "^14.3.4",
"tape": "^4.4.0",

@@ -35,0 +34,0 @@ "zuul": "^3.12.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