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 2.1.1 to 2.2.1

4

lib/parser.js

@@ -128,2 +128,6 @@ 'use strict';

}
if (this.input.charAt(this.pointer) === '\r') {
this.pointer += 1;
return '\r';
}
}

@@ -130,0 +134,0 @@ Parser.prototype.SimpleValue = function () {

2

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

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

@@ -15,2 +15,3 @@ # Javascript CSV Strings

* [Rick Huizinga](https://github.com/rickhuizinga)
* [doleksy1](https://github.com/doleksy1)

@@ -17,0 +18,0 @@ # Installation

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