jquery-csv
Advanced tools
Comparing version 1.0.21 to 1.0.22
{ | ||
"name": "jquery-csv", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "A jQuery CSV parser plugin. Battle Tested | Optimized | 100% IETF RFC 4180 Complete", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"devDependencies": { | ||
"standard": "^16.0.3", | ||
"tape": "^4.13.2" | ||
"standard": "^17.1.0", | ||
"tape": "^5.8.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "standard": { |
@@ -660,3 +660,3 @@ /* eslint no-prototype-builtins: 0 */ | ||
onParseValue: options.onParseValue, | ||
state: state | ||
state | ||
} | ||
@@ -663,0 +663,0 @@ |
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
51840