docker-stream-cleanser
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "docker-stream-cleanser", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "app.js", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
@@ -31,2 +31,13 @@ [![NPM](https://nodei.co/npm/docker-stream-cleanser.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/docker-stream-cleanser/) | ||
} | ||
OR | ||
var streamCleanser = require('docker-stream-cleanser'); | ||
function(theStream) { | ||
var cleansed = streamCleanser.async(theStream, 'hex', function(data) { | ||
console.log('the data!', data); | ||
}); | ||
} | ||
``` | ||
@@ -51,7 +62,3 @@ | ||
Version | ||
---- | ||
0.0.16 | ||
Installation | ||
@@ -58,0 +65,0 @@ -------------- |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83597
74