Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: npm@6.7.0 #141

Merged
merged 15 commits into from
Jan 23, 2019
Prev Previous commit
Next Next commit
write-file-atomic@2.4.2
Fixes issues with leaking signal-exit instances and file descriptors.
  • Loading branch information
zkat committed Jan 23, 2019
commit 5a7962e46f582c6bd91784b0ddc941ed45e9f802
20 changes: 20 additions & 0 deletions node_modules/write-file-atomic/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 13 additions & 6 deletions node_modules/write-file-atomic/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

110 changes: 72 additions & 38 deletions node_modules/write-file-atomic/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 17 additions & 19 deletions node_modules/write-file-atomic/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"validate-npm-package-name": "~3.0.0",
"which": "^1.3.1",
"worker-farm": "^1.6.0",
"write-file-atomic": "^2.3.0"
"write-file-atomic": "^2.4.2"
},
"bundleDependencies": [
"abbrev",
Expand Down