Package: wnpp Severity: wishlist Owner: Shirish Togarla <[email protected]> X-Debbugs-CC: [email protected]
* Package name : node-safe-buffer Version : 5.0.1 Upstream Author : Feross Aboukhadijeh <[email protected]> ( http://feross.org) * URL : https://github.com/feross/safe-buffer * License : Expat Programming Lang: JavaScript Description : Safer Node.js Buffer API The goal of this package is to provide a safe replacement for the node.js `Buffer`. It's a drop-in replacement for `Buffer`. You can use it by adding one `require` line to the top of your node.js modules; for example var Buffer = require('safe-buffer').Buffer Existing buffer code will continue to work without issues.

