New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remark-parse-yaml

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-parse-yaml - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

package.json
{
"name": "remark-parse-yaml",
"description": "Parses yaml blocks into structured data",
"version": "0.0.1",
"version": "0.0.2",
"keywords": [

@@ -25,3 +25,2 @@ "remark",

"dependencies": {
"babel-polyfill": "^6.23.0",
"js-yaml": "^3.9.0",

@@ -34,3 +33,3 @@ "unist-util-map": "^1.0.3"

"babel-preset-env": "^1.6.0",
"mocha": "^3.4.2",
"mocha": "^5.2.0",
"rehype-stringify": "^3.0.0",

@@ -37,0 +36,0 @@ "remark-parse": "^3.0.1",

8

README.md

@@ -11,7 +11,9 @@ # remark-parse-yaml

const markdown = require('remark-parse')
const taskListPlugin = require('remark-parse-yaml');
const frontmatter = require('remark-frontmatter')
const parseFrontmatter = require('remark-parse-yaml');
let processor = unified()
.use(markdown, { gfm: true, footnotes: true, yaml: true })
.use(yamlPlugin)
.use(markdown)
.use(frontmatter)
.use(parseFrontmatter)
```

@@ -18,0 +20,0 @@

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