csv-stringify
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -61,3 +61,3 @@ // Generated by CoffeeScript 1.8.0 | ||
}); | ||
stringifier.on('finish', function() { | ||
stringifier.on('end', function() { | ||
return callback(null, chunks.join('')); | ||
@@ -64,0 +64,0 @@ }); |
{ | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"name": "csv-stringify", | ||
@@ -4,0 +4,0 @@ "description": "CSV stringifier implementing the Node.js `stream.Transform` API", |
@@ -51,3 +51,3 @@ | ||
callback err | ||
stringifier.on 'finish', -> | ||
stringifier.on 'end', -> | ||
callback null, chunks.join '' | ||
@@ -54,0 +54,0 @@ stringifier |
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
43770