Socket
Socket
Sign inDemoInstall

yaml-unist-parser

Package Overview
Dependencies
3
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    yaml-unist-parser

A YAML parser that produces output compatible with unist


Version published
Weekly downloads
15K
decreased by-17.16%
Maintainers
3
Install size
591 kB
Created
Weekly downloads
 

Changelog

Source

2.0.1 (2022-10-14)

Bug Fixes

  • fix import/export path (#289) (5c41875)

Readme

Source

yaml-unist-parser

npm build coverage

A YAML parser that produces output compatible with unist

Changelog

Features

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

Last updated on 14 Oct 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc