You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

jquery-csv

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-csv - npm Package Compare versions

Comparing version

to
1.0.15

{
"name": "jquery-csv",
"version": "1.0.11",
"version": "1.0.15",
"description": "A jQuery CSV parser plugin. Battle Tested | Optimized | 100% IETF RFC 4180 Complete",
"license": "MIT",
"repository": "http://github.com/typeiii/jquery-csv/",
"repository": "http://github.com/evanplaice/jquery-csv",
"author": {

@@ -22,3 +22,3 @@ "name": "Evan Plaice",

"start": "npx live-server",
"test": "npx tape ./test/*.js | tap-spec",
"test": "npx tape ./test/*.js",
"lint": "npm run lint:html && npm run lint:js",

@@ -35,3 +35,2 @@ "lint:html": "htmlhint --config .htmlhint examples/**/*.html",

"semistandard": "^14.2.0",
"tap-spec": "^5.0.0",
"tape": "^4.13.2"

@@ -38,0 +37,0 @@ },

<p align="center"><strong>✓ NOTICE: For a more modern take on CSV parsing, check out the <a href="https://github.com/vanillaes/csv-es">CSV-ES</a> project ✓</strong></p>
[![GitHub Releases](https://img.shields.io/github/release/typeiii/jquery-csv.svg)](https://github.com/typeiii/jquery-csv/releases)
[![GitHub Releases](https://img.shields.io/github/release/evanplaice/jquery-csv.svg)](https://github.com/evanplaice/jquery-csv/releases)
[![NPM Release](https://img.shields.io/npm/v/jquery-csv.svg)](https://www.npmjs.com/package/jquery-csv)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/typeiii/jquery-csv/master/LICENSE)
[![Latest Status](https://github.com/typeiii/jquery-csv/workflows/Latest/badge.svg)](https://github.com/typeiii/jquery-csv/actions)
[![Release Status](https://github.com/typeiii/jquery-csv/workflows/Release/badge.svg)](https://github.com/typeiii/jquery-csv/actions)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/evanplaice/jquery-csv/master/LICENSE)
[![Latest Status](https://github.com/evanplaice/jquery-csv/workflows/Latest/badge.svg)](https://github.com/evanplaice/jquery-csv/actions)
[![Release Status](https://github.com/evanplaice/jquery-csv/workflows/Release/badge.svg)](https://github.com/evanplaice/jquery-csv/actions)

@@ -118,11 +118,11 @@ # Introduction

[jQuery-CSV - toArray()](http://typeiii.github.io/jquery-csv/examples/to-array.html)
[jQuery-CSV - toArray()](http://evanplaice.github.io/jquery-csv/examples/to-array.html)
[jQuery-CSV - toArrays()](http://typeiii.github.io/jquery-csv/examples/to-arrays.html)
[jQuery-CSV - toArrays()](http://evanplaice.github.io/jquery-csv/examples/to-arrays.html)
[jQuery-CSV - fromArrays()](http://typeiii.github.io/jquery-csv/examples/from-arrays.html)
[jQuery-CSV - fromArrays()](http://evanplaice.github.io/jquery-csv/examples/from-arrays.html)
[jQuery-CSV - toObjects()](http://typeiii.github.io/jquery-csv/examples/to-objects.html)
[jQuery-CSV - toObjects()](http://evanplaice.github.io/jquery-csv/examples/to-objects.html)
[jQuery-CSV - fromObjects()](http://typeiii.github.io/jquery-csv/examples/from-objects.html)
[jQuery-CSV - fromObjects()](http://evanplaice.github.io/jquery-csv/examples/from-objects.html)

@@ -133,3 +133,3 @@ ## Node.js ESM (EcmaScript Module) Import

[jQuery-CSV - ESM Import Demonstration](http://typeiii.github.io/jquery-csv/examples/snippets/esm-usage.js)
[jQuery-CSV - ESM Import Demonstration](http://evanplaice.github.io/jquery-csv/examples/snippets/esm-usage.js)

@@ -140,3 +140,3 @@ ## Node.js CJS (CommonJS Module) Import

[jQuery-CSV - CJS Import Demonstration](http://typeiii.github.io/jquery-csv/examples/snippets/node-usage.js)
[jQuery-CSV - CJS Import Demonstration](http://evanplaice.github.io/jquery-csv/examples/snippets/node-usage.js)

@@ -149,3 +149,3 @@ ## Client-Side File Handling

[jQuery-CSV - File Handling Demonstration](http://typeiii.github.io/jquery-csv/examples/file-handling.html)
[jQuery-CSV - File Handling Demonstration](http://evanplaice.github.io/jquery-csv/examples/file-handling.html)

@@ -160,3 +160,3 @@ ## jQuery-CSV + Flot

[jQuery-CSV - Flot Demonstration](http://typeiii.github.io/jquery-csv/examples/flot.html)
[jQuery-CSV - Flot Demonstration](http://evanplaice.github.io/jquery-csv/examples/flot.html)

@@ -171,4 +171,4 @@ ## jQuery-CSV + Google Visualization API

[jQuery-CSV - Google Visualization API Demonstration](http://typeiii.github.io/jquery-csv/examples/google-visualization.html)
[jQuery-CSV - Google Visualization API Demonstration](http://evanplaice.github.io/jquery-csv/examples/google-visualization.html)
**jQuery-CSV** coding style is inherited from the [JQuery Core Style Guidelines](https://contribute.jquery.org/style-guide/)