Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

csv-stringify

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-stringify - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc