@types/papaparse
Advanced tools
Comparing version 5.3.7 to 5.3.8
@@ -29,3 +29,3 @@ // Type definitions for PapaParse 5.3 | ||
*/ | ||
// eslint-disable-next-line no-unnecessary-generics | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
export function parse<T, TFile extends LocalFile = LocalFile>(file: TFile, config: ParseLocalConfig<T, TFile>): void; | ||
@@ -38,3 +38,3 @@ /** | ||
*/ | ||
// eslint-disable-next-line no-unnecessary-generics | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
export function parse<T>(url: string, config: ParseRemoteConfig<T>): void; | ||
@@ -47,6 +47,6 @@ /** | ||
*/ | ||
/* eslint-disable no-unnecessary-generics */ | ||
/* eslint-disable @definitelytyped/no-unnecessary-generics */ | ||
// tslint:disable-next-line:unified-signatures | ||
export function parse<T>(csvString: string, config: ParseWorkerConfig<T> & { download?: false | undefined }): void; | ||
/* eslint-enable no-unnecessary-generics */ | ||
/* eslint-enable @definitelytyped/no-unnecessary-generics */ | ||
/** | ||
@@ -53,0 +53,0 @@ * Parse string |
{ | ||
"name": "@types/papaparse", | ||
"version": "5.3.7", | ||
"version": "5.3.8", | ||
"description": "TypeScript definitions for PapaParse", | ||
@@ -70,4 +70,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/papaparse", | ||
}, | ||
"typesPublisherContentHash": "9b0d98a6a882831cbe4bb7394ee7cf8d52abf77f3bb3e01d26ec722afea9d89e", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "e60077d0d87076caf107b5cc39e935a99fcbd659b89ce893632b2801d61e17b6", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 31 Dec 2022 10:02:59 GMT | ||
* Last updated: Tue, 22 Aug 2023 18:04:36 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: `Papa` |
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
24744