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

Stop using process.umask() #28

Merged
merged 1 commit into from
May 30, 2020
Merged

Stop using process.umask() #28

merged 1 commit into from
May 30, 2020

Conversation

bnoordhuis
Copy link
Contributor

It's deprecated in the latest Node.js due to being insecure and
it's not necessary to use it in the first place because the umask
is automatically applied when creating the directory.

Refs: nodejs/node#32321
Refs: isaacs/node-mkdirp#22

Can you publish a new version after merging this? Thanks.

It's deprecated in the latest Node.js due to being insecure and
it's not necessary to use it in the first place because the umask
is automatically applied when creating the directory.

Refs: nodejs/node#32321
Refs: isaacs/node-mkdirp#22
@bnoordhuis
Copy link
Contributor Author

Ping @zertosh.

@zertosh
Copy link
Owner

zertosh commented May 30, 2020

Sorry for the delay!

@zertosh zertosh merged commit a3a45cd into zertosh:master May 30, 2020
@zertosh
Copy link
Owner

zertosh commented May 30, 2020

Published as [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants