stream-transform
Advanced tools
Comparing version 0.0.4 to 0.0.6
@@ -72,3 +72,3 @@ // Generated by CoffeeScript 1.7.1 | ||
}); | ||
transform.on('finish', function() { | ||
transform.on('end', function() { | ||
if (!error) { | ||
@@ -75,0 +75,0 @@ return callback(null, result); |
{ | ||
"version": "0.0.4", | ||
"version": "0.0.6", | ||
"name": "stream-transform", | ||
@@ -4,0 +4,0 @@ "description": "Object transformations implementing the Node.js `stream.Transform` API", |
[![Build Status](https://secure.travis-ci.org/wdavidw/node-stream-transform.png)][travis] | ||
This project provide a simple object transformation framework implementing the | ||
This project provides a simple object transformation framework implementing the | ||
Node.js `stream.Transform` API. It was originally developed as a part of the Node.js | ||
@@ -5,0 +5,0 @@ [CSV package][csv] (`npm install csv`) and can be used independently. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
32684