csv-string
Advanced tools
Comparing version 2.1.1 to 2.2.1
@@ -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 () { |
{ | ||
"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 |
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
30685
835
250