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.3.7 to 5.3.8

8

papaparse/index.d.ts

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

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