Socket
Socket
Sign inDemoInstall

@types/papaparse

Package Overview
Dependencies
Maintainers
1
Versions
58
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.5 to 5.3.6

8

papaparse/index.d.ts

@@ -29,3 +29,3 @@ // Type definitions for PapaParse 5.3

*/
// tslint:disable-next-line: no-unnecessary-generics
// eslint-disable-next-line no-unnecessary-generics
export function parse<T, TFile extends LocalFile = LocalFile>(file: TFile, config: ParseLocalConfig<T, TFile>): void;

@@ -38,3 +38,3 @@ /**

*/
// tslint:disable-next-line: no-unnecessary-generics
// eslint-disable-next-line no-unnecessary-generics
export function parse<T>(url: string, config: ParseRemoteConfig<T>): void;

@@ -47,4 +47,6 @@ /**

*/
// tslint:disable-next-line: no-unnecessary-generics unified-signatures
/* eslint-disable 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 */
/**

@@ -51,0 +53,0 @@ * Parse string

{
"name": "@types/papaparse",
"version": "5.3.5",
"version": "5.3.6",
"description": "TypeScript definitions for PapaParse",

@@ -70,4 +70,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/papaparse",

},
"typesPublisherContentHash": "8aa4bfa372e32b55187a490682bbf9704e049dc9472235ae4820296544da0d7a",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "054ba1f014051f0611051f1778b82789829ab7a9a12c5932c6841193856acde9",
"typeScriptVersion": "4.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 31 Aug 2022 07:02:40 GMT
* Last updated: Fri, 30 Dec 2022 23:03:44 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