New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

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.1

{
"name": "jquery-csv",
"version": "1.0.0",
"version": "1.0.1",
"description": "A jQuery CSV parser plugin. Battle Tested | Optimized | 100% IETF RFC 4180 Complete",
"author": {
"name": "Evan Plaice",
"email": "evan.plaice@gmail.com"
"email": "evan.plaice@gmail.com",
"url": "http://evanplaice.com"
},

@@ -33,3 +34,3 @@ "contributors": [

"license": "MIT",
"repository": "http://github.com/evanplaice/jquery-csv/",
"repository": "http://github.com/typeiii/jquery-csv/",
"semistandard": {

@@ -36,0 +37,0 @@ "globals": [

@@ -1,7 +0,7 @@

[![GitHub release](https://img.shields.io/github/release/evanplaice/jquery-csv.svg)](https://github.com/evanplaice/jquery-csv/releases)
[![GitHub release](https://img.shields.io/github/release/typeiii/jquery-csv.svg)](https://github.com/typeiii/jquery-csv/releases)
[![npm](https://img.shields.io/npm/v/jquery-csv.svg)](https://www.npmjs.com/package/jquery-csv)
[![CDNJS](https://img.shields.io/cdnjs/v/jquery.svg)](https://cdnjs.com/libraries/jquery-csv)
[![David](https://img.shields.io/david/dev/evanplaice/jquery-csv.svg)](https://david-dm.org/evanplaice/jquery-csv?type=dev)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/evanplaice/jquery-csv/master/LICENSE)
[![Build Status](https://travis-ci.org/evanplaice/jquery-csv.svg?branch=master)](https://travis-ci.org/evanplaice/jquery-csv)
[![David](https://img.shields.io/david/dev/tyepiii/jquery-csv.svg)](https://david-dm.org/typeiii/jquery-csv?type=dev)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/typeiii/jquery-csv/master/LICENSE)
[![Build Status](https://travis-ci.org/typeiii/jquery-csv.svg?branch=master)](https://travis-ci.org/typeiii/jquery-csv)

@@ -117,11 +117,11 @@ # Introduction

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

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

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

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

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

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

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

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

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

@@ -170,7 +170,4 @@ ## jQuery-CSV + Google Visualization API

[jQuery-CSV - Google Visualization API Demonstration](http://evanplaice.github.io/jquery-csv/examples/google-visualization.html)
[jQuery-CSV - Google Visualization API Demonstration](http://typeiii.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/)
by **Evan Plaice**