Socket
Socket
Sign inDemoInstall

tap-yaml

Package Overview
Dependencies
2
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tap-yaml

Yaml handling for TAP parsers and generators


Version published
Weekly downloads
142K
increased by11.29%
Maintainers
1
Install size
698 kB
Created
Weekly downloads
 

Readme

Source

tap-yaml

Yaml handling for JavaScript TAP parsers and generators

USAGE

import { parse, stringify } from 'tap-yaml'

const str = stringify(someObject)
const obj = parse(someString)

This is essentially a re-export of the yaml package, with a few custom types and default properties to be more suitable for use in tap.

  1. Everything from yaml-types is included by default.
  2. omap and set are configured to refer to Map and Set objects.
  3. Objects with a null prototype maintain their null-prototyped-ness.

Keywords

FAQs

Last updated on 26 Mar 2024

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