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

yaml-unist-parser

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-unist-parser

A YAML parser that produces output compatible with unist

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21K
decreased by-26.97%
Maintainers
3
Weekly downloads
 
Created
Source

yaml-unist-parser

npm build coverage

A YAML parser that produces output compatible with unist

Changelog

Features

  • better node positioning
  • better comment attaching
  • unist-compatible AST

Install

# using npm
npm install --save yaml-unist-parser

# using yarn
yarn add yaml-unist-parser

Usage

import { parse } from "yaml-unist-parser";

const ast = parse(`
- hello
- world
`);

Development

# lint
yarn run lint

# build
yarn run build

# test
yarn run test

License

MIT © Ika

Keywords

FAQs

Package last updated on 14 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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