write-yaml-file
Advanced tools
Comparing version 3.0.1 to 4.0.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3919
+ Addedpify@5.0.0(transitive)
- Removedpify@4.0.1(transitive)
Updatedgraceful-fs@^4.2.3
Updatedjs-yaml@^3.13.1
Updatedmake-dir@^3.0.2
Updatedpify@^5.0.0