Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
awesome-yaml-reader
Advanced tools
Awesome minimal wrapper around js-yaml for directly reading in YAML files
Add the package through your package manager of choice:
npm install awesome-yaml-reader
# yarn add awesome-yaml-reader
const readYaml = require('awesome-yaml-reader');
// supports default import for ES6: import readYaml from 'awesome-yaml-reader'
const actual = readYaml('/path/to/some/yaml/file');
// => JavaScript object with the keys from the yaml
Kind: global function
Param | Type | Description |
---|---|---|
filepath | string | Path to the yaml file to parse |
[options] | AwesomeYamlReaderOptions | Options for the YAML parser and fs file reader |
This is the documentation for Awesome YAML Reader. Documentation is generated by JSDoc and jsdoc-to-markdown.
© 2019 Jeroen Claassens (Favna) support@favna.xyz
FAQs
Awesome minimal wrapper around js-yaml for directly reading in YAML files
The npm package awesome-yaml-reader receives a total of 0 weekly downloads. As such, awesome-yaml-reader popularity was classified as not popular.
We found that awesome-yaml-reader demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.