您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Node-restrict.zip

  2. Node-restrict 能够阻止应用程序使用 procss.binding('process_wrap'), process.kill 和 child_process 的 Nodejs 模块。 代码示例: var restrict = require('restrict'); // ls is whitelisted restrict({     'whitelist': ['ls'],     'whitelistPath': ['/bin'] }); //set whitelis
  3. 所属分类:其它