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

csv-string

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csv-string - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

5

lib/streamer.js

@@ -26,3 +26,2 @@ 'use strict';

var csv = new Parser(this.buffer, this.sep, this.quo);

@@ -35,3 +34,5 @@ var rows = csv.File();

else {
rows.pop();
if (csv.pointer === this.buffer.length) {
rows.pop();
}
this.buffer = this.buffer.slice(csv.linePointer);

@@ -38,0 +39,0 @@ }

2

package.json
{
"name": "csv-string",
"version": "3.0.2",
"version": "3.0.3",
"author": "Nicolas Thouvenin <nthouvenin@gmail.com>",

@@ -5,0 +5,0 @@ "contributors": [

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