mafintosh / tar-fs

fs bindings for tar-stream
MIT License
350 stars 75 forks source link

problems while bundling with dependency on tar-fs #62

Closed alvarolorentedev closed 7 years ago

alvarolorentedev commented 7 years ago

I am getting an issue form one of your sub dependencies mkdirp, it has a deprecated notation of

mode = 0777 & (~process.umask());

this is solve on 0.5.1 ( https://github.com/substack/node-mkdirp/issues/98 ), would it be posible to update this dependency? i will open a PR for it later today.

I am using your pack in this project https://www.npmjs.com/package/any-prebuilt

mafintosh commented 7 years ago

I bumped mkdirp to 0.5.1 in 1.15.2 - Let me know if that helps you out

alvarolorentedev commented 7 years ago

ok, will update dependency and test it on a moment, sorry for opening this issue.