[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#854185: ITP : node-safe-buffer



Package: wnpp
Severity: wishlist
Owner: Shirish Togarla <shirishtogarla533@gmail.com>
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name    : node-safe-buffer
  Version         : 5.0.1
  Upstream Author : Feross Aboukhadijeh <feross@feross.org> (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.

Reply to: