Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/papaparse

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/papaparse - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

2

papaparse/index.d.ts

@@ -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

8

papaparse/package.json
{
"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).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc