@types/papaparse
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -91,2 +91,3 @@ // Type definitions for PapaParse v5.0 | ||
quoteChar?: string; // default: '"' | ||
escapeChar?: string; // default: '"' | ||
header?: boolean; // default: false | ||
@@ -103,2 +104,3 @@ trimHeaders?: boolean; // default: false | ||
download?: boolean; // default: false | ||
downloadRequestHeaders?: { [headerName: string]: string }; // default: undefined | ||
skipEmptyLines?: boolean | 'greedy'; // default: false | ||
@@ -105,0 +107,0 @@ fastMode?: boolean; // default: undefined |
{ | ||
"name": "@types/papaparse", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "TypeScript definitions for PapaParse", | ||
@@ -49,3 +49,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -60,4 +60,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "0e4a77b56b9fcb1728df862971810057de2f224bd4b98d3d17fcb44d8691777f", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "5076d840e2f89b0e44c795037b1003969143a54c5b6a43c7d1cbccc6f68c9fa6", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/papaparse | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/papaparse. | ||
Additional Details | ||
* Last updated: Tue, 16 Jul 2019 21:30:51 GMT | ||
* Dependencies: @types/node | ||
* Global values: Papa | ||
### Additional Details | ||
* Last updated: Fri, 22 Nov 2019 16:46:58 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: `Papa` | ||
# Credits | ||
These definitions were written by Pedro Flemming <https://github.com/torpedro>, Rain Shen <https://github.com/rainshen49>, João Loff <https://github.com/jfloff>, John Reilly <https://github.com/johnnyreilly>, Alberto Restifo <https://github.com/albertorestifo>, Behind The Math <https://github.com/BehindTheMath>, 3af <https://github.com/3af>, and Janne Liuhtonen <https://github.com/jliuhtonen>. | ||
These definitions were written by Pedro Flemming (https://github.com/torpedro), Rain Shen (https://github.com/rainshen49), João Loff (https://github.com/jfloff), John Reilly (https://github.com/johnnyreilly), Alberto Restifo (https://github.com/albertorestifo), Behind The Math (https://github.com/BehindTheMath), 3af (https://github.com/3af), and Janne Liuhtonen (https://github.com/jliuhtonen). |
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
9864
136