Installation
$ npm install prop-stream
Usage
You can control which properties may exist on objects passing through an obj stream with a whitelist
:
var through = stream = ; // set up a pipelinevar pip = stream ; // the 'arms' property will now be `deleted` from the object.pip;
There is also a blacklist
which does the opposite.
NPM Module
The prop-stream
npm module can be found here:
https://npmjs.org/package/prop-stream
Contributing
Please fork and pull request against upstream master on a feature branch.
Pretty please; provide unit tests and script fixtures in the test
directory.
Running Unit Tests
$ npm test
Continuous Integration
Travis tests every release against node version 0.10