Socket
Socket
Sign inDemoInstall

@adius/yaml2json

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adius/yaml2json - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.npmignore

5

package.json
{
"name": "@adius/yaml2json",
"version": "0.1.0",
"version": "0.1.1",
"description": "A stream transformer to convert YAML to JSON.",

@@ -8,3 +8,4 @@ "main": "build/index.js",

"test": "babel-node test/index.js",
"build": "babel -d build source"
"build": "babel -d build source",
"prepublish": "npm test && npm build"
},

@@ -11,0 +12,0 @@ "repository": {

2

readme.md

@@ -19,5 +19,5 @@ # YAML2JSON

fs
.createReadableStream('path/to/some/file.txt')
.createReadableStream('path/to/some/file.yaml')
.pipe(new Yaml2json)
.pipe(process.stdout)
```
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