Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make `fs.Stats` `.uid` and `.gid` fields always be unsigned.

Pass through optional arguments to `fs.readdir`. Previously they were dropped.

Fixes: #13918
Fixes: isaacs/node-graceful-fs#84
  • Loading branch information
iarna committed Oct 7, 2016
1 parent 9402ead commit b3f9bf1
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 34 deletions.
37 changes: 23 additions & 14 deletions node_modules/graceful-fs/graceful-fs.js

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

38 changes: 19 additions & 19 deletions node_modules/graceful-fs/package.json

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

35 changes: 35 additions & 0 deletions node_modules/graceful-fs/polyfills.js

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 @@ -47,7 +47,7 @@
"fstream": "~1.0.10",
"fstream-npm": "~1.2.0",
"glob": "~7.1.0",
"graceful-fs": "~4.1.6",
"graceful-fs": "~4.1.9",
"has-unicode": "~2.0.1",
"hosted-git-info": "~2.1.5",
"iferr": "~0.1.5",
Expand Down

0 comments on commit b3f9bf1

Please sign in to comment.