npm.io
0.1.0 • Published 14 years ago

protect-fs

Licence
Version
0.1.0
Deps
0
Vulns
0
Weekly
0
Stars
6

This module adds some protection aganist poison null bytes to the native "fs" module. To activate it, just put this at the top of your main application file:

require('protect-fs')

This modifies all relevant fs methods (I hope I didn't forget any) to give you this protection.