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

write-yaml-file

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

write-yaml-file - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

86

package.json
{
"name": "write-yaml-file",
"version": "3.0.1",
"description": "Stringify and write YAML to a file atomically",
"main": "index.js",
"typings": "index.d.ts",
"engines": {
"node": ">=8.15"
},
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "standard"
},
"repository": "https://github.com/zkochan/packages/tree/master/write-yaml-file",
"keywords": [
"write",
"yaml",
"stringify",
"file",
"fs",
"graceful",
"stable",
"atomic",
"atomically"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io"
},
"license": "MIT",
"homepage": "https://github.com/zkochan/packages/tree/master/write-yaml-file#readme",
"dependencies": {
"graceful-fs": "^4.1.11",
"js-yaml": "^3.8.1",
"make-dir": "^3.0.0",
"pify": "^4.0.0",
"write-file-atomic": "^2.4.3"
},
"devDependencies": {
"standard": "12.0.1"
}
"name": "write-yaml-file",
"version": "4.0.0",
"description": "Stringify and write YAML to a file atomically",
"main": "index.js",
"typings": "index.d.ts",
"engines": {
"node": ">=10.13"
},
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"test": "standard"
},
"repository": "https://github.com/zkochan/packages/tree/master/write-yaml-file",
"keywords": [
"write",
"yaml",
"stringify",
"file",
"fs",
"graceful",
"stable",
"atomic",
"atomically"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io"
},
"license": "MIT",
"homepage": "https://github.com/zkochan/packages/tree/master/write-yaml-file#readme",
"dependencies": {
"graceful-fs": "^4.2.3",
"js-yaml": "^3.13.1",
"make-dir": "^3.0.2",
"pify": "^5.0.0",
"write-file-atomic": "^2.4.3"
},
"devDependencies": {
"standard": "14.3.3"
}
}
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