Comparing version 1.4.2 to 1.4.3
@@ -27,5 +27,5 @@ var through = require('through2') | ||
function serialize (opts) { | ||
return through.obj(function(obj, enc, cb) { | ||
return through.obj(opts, function(obj, enc, cb) { | ||
cb(null, JSON.stringify(obj) + EOL) | ||
}) | ||
} |
{ | ||
"name": "ndjson", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "streaming newline delimited json parser + serializer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4990