Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/papaparse

Package Overview
Dependencies
Maintainers
1
Versions
63
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.3.15
to
5.3.16
+5
-0
papaparse/index.d.ts

@@ -257,2 +257,7 @@ /// <reference types="node" />

beforeFirstChunk?(chunk: string): string | void;
/**
* To skip first N number of lines when converting a CSV file to JSON.
* @default 0
*/
skipFirstNLines?: number | undefined;
}

@@ -259,0 +264,0 @@

+9
-3
{
"name": "@types/papaparse",
"version": "5.3.15",
"version": "5.3.16",
"description": "TypeScript definitions for papaparse",

@@ -57,2 +57,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/papaparse",

"url": "https://github.com/OpportunityLiu"
},
{
"name": "Kohei Matsubara",
"githubUsername": "matsuby",
"url": "https://github.com/matsuby"
}

@@ -71,4 +76,5 @@ ],

},
"typesPublisherContentHash": "21c107404ce7ee5afe59cd35ae94fb67fdae7765c36bbdb2338f543312be5e38",
"typeScriptVersion": "4.8"
"peerDependencies": {},
"typesPublisherContentHash": "08ee1ed4bb8ac547aa664778ba85a6fc4ff5a36a8f056d1264c5515f33ed9482",
"typeScriptVersion": "5.1"
}

@@ -11,6 +11,6 @@ # Installation

### Additional Details
* Last updated: Fri, 18 Oct 2024 22:37:29 GMT
* Last updated: Wed, 07 May 2025 01:30:00 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# 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), [Janne Liuhtonen](https://github.com/jliuhtonen), [Raphaël Barbazza](https://github.com/rbarbazz), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Emmanuel Gautier](https://github.com/emmanuelgautier), and [Opportunity Liu](https://github.com/OpportunityLiu).
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), [Janne Liuhtonen](https://github.com/jliuhtonen), [Raphaël Barbazza](https://github.com/rbarbazz), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Emmanuel Gautier](https://github.com/emmanuelgautier), [Opportunity Liu](https://github.com/OpportunityLiu), and [Kohei Matsubara](https://github.com/matsuby).