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

read-yaml-file

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

read-yaml-file - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

70

package.json
{
"name": "read-yaml-file",
"version": "1.1.0",
"license": "MIT",
"main": "index.js",
"description": "Read and parse a YAML file",
"keywords": [
"yaml",
"read"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io"
},
"repository": "https://github.com/zkochan/packages/tree/master/read-yaml-file",
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "standard && preview && node test"
},
"dependencies": {
"graceful-fs": "^4.1.5",
"js-yaml": "^3.6.1",
"pify": "^4.0.1",
"strip-bom": "^3.0.0"
},
"devDependencies": {
"package-preview": "^1.0.6",
"standard": "^12.0.1",
"tape": "^4.9.1"
}
"name": "read-yaml-file",
"version": "2.0.0",
"license": "MIT",
"main": "index.js",
"description": "Read and parse a YAML file",
"keywords": [
"yaml",
"read"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io"
},
"repository": "https://github.com/zkochan/packages/tree/master/read-yaml-file",
"engines": {
"node": ">=10.13"
},
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "standard && preview && node test"
},
"dependencies": {
"graceful-fs": "^4.2.3",
"js-yaml": "^3.13.1",
"pify": "^5.0.0",
"strip-bom": "^4.0.0"
},
"devDependencies": {
"package-preview": "3.0.0",
"standard": "^14.3.3",
"tape": "^4.13.2"
}
}

@@ -10,3 +10,3 @@ # read-yaml-file

```sh
npm install --save read-yaml-file
<npm|yarn|pnpm> add read-yaml-file
```

@@ -13,0 +13,0 @@

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