Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@travetto/yaml

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travetto/yaml - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

4

package.json
{
"name": "@travetto/yaml",
"version": "3.0.2",
"version": "3.0.3",
"description": "Simple YAML support, provides only clean subset of yaml",

@@ -27,3 +27,3 @@ "keywords": [

"dependencies": {
"@travetto/base": "^3.0.2"
"@travetto/base": "^3.0.3"
},

@@ -30,0 +30,0 @@ "travetto": {

<!-- This file was generated by @travetto/doc and should not be modified directly -->
<!-- Please modify https://github.com/travetto/travetto/tree/main/module/yaml/DOC.ts and execute "npx trv doc" to rebuild -->
<!-- Please modify https://github.com/travetto/travetto/tree/main/module/yaml/DOC.tsx and execute "npx trv doc" to rebuild -->
# YAML
## Simple YAML support, provides only clean subset of yaml

@@ -15,3 +16,3 @@

In the desire to provide a minimal footprint, the framework provides a minimal [YAML](https://en.wikipedia.org/wiki/YAML) parser/serializer to handle standard configuration structure.
In the desire to provide a minimal footprint, the framework provides a minimal [YAML](https://en.wikipedia.org/wiki/YAML) parser/serializer to handle standard configuration structure.

@@ -18,0 +19,0 @@ [YamlUtil](https://github.com/travetto/travetto/tree/main/module/yaml/src/util.ts#L7) is the main access point for this module, and will expose two method, `parse` and `serialize`.

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