Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

front-matter

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

front-matter - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

index.js
var parser = require('js-yaml')
var optionalByteOrderMark = '\\ufeff?'
var platform = typeof process !== 'undefined' ? process.platform : ''
var pattern = '^(' +

@@ -9,3 +10,3 @@ optionalByteOrderMark +

'$' +
(process.platform === 'win32' ? '\\r?' : '') +
(platform === 'win32' ? '\\r?' : '') +
'(?:\\n)?)'

@@ -12,0 +13,0 @@ // NOTE: If this pattern uses the 'g' flag the `regex` variable definition will

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

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

@@ -29,7 +29,7 @@ "bugs": "https://github.com/jxson/front-matter/issues",

"coveralls": "^2.11.6",
"istanbul": "^0.3.6",
"istanbul": "^0.4.5",
"standard": "^6.0.4",
"standard-format": "^2.1.0",
"standard-format": "^2.2.4",
"tape": "^4.4.0",
"zuul": "^3.10.1"
"zuul": "^3.12.0"
},

@@ -36,0 +36,0 @@ "contributors": [

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