文件名称:Node.js的文件限制fs-lock.zip
文件大小:8KB
文件格式:NONE
更新时间:2022-08-05 22:19:45
开源项目
fs-lock 是 Node.js的文件限制,用纯 JavaScript 写成,用户可以加载其他方法获取访问。示例代码://Do your startup code here, then lock it down with: require('fs-lock')({ 'file_accessdir': [ __dirname, '/tmp' ], 'open_basedir': [ '/usr/local/share/node_modules', __dirname ] });var fs = require('fs'); fs.readFile('/etc/passwd', function(err, data) { //this will throw an Access Denied error}); 标签:fslock
【文件预览】:
fs-lock-master
----.travis.yml(174B)
----index.js(8KB)
----package.json(705B)
----tests()
--------index.js(10KB)
----LICENSE(1KB)
----.istanbul.yml(184B)
----.gitignore(32B)
----README.md(2KB)