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 2.3.0 to 3.0.0

2

index.d.ts
interface FrontMatterResult<T> {
readonly attributes: T
readonly body: string
readonly frontmatter: string
readonly frontmatter?: string
}

@@ -6,0 +6,0 @@

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

'$([\\s\\S]*?)' +
'^(?:\\2|\\.\\.\\.)' +
'^(?:\\2|\\.\\.\\.)\\s*' +
'$' +

@@ -10,0 +10,0 @@ (process.platform === 'win32' ? '\\r?' : '') +

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

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

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

@@ -127,2 +127,8 @@ # front-matter

# CHANGELOG
## 3.0.0
* CI only tests Node versions >= v6 (drops v4, and v5)
*
# LICENSE (MIT)

@@ -129,0 +135,0 @@

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