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.4 to 5.3.5

2

papaparse/index.d.ts

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

/** Standardized error code */
code: 'MissingQuotes' | 'UndetectableDelimiter' | 'TooFewFields' | 'TooManyFields';
code: 'MissingQuotes' | 'UndetectableDelimiter' | 'TooFewFields' | 'TooManyFields' | 'InvalidQuotes';
/** Human-readable details */

@@ -438,0 +438,0 @@ message: string;

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

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

},
"typesPublisherContentHash": "30687da0dadb790b9561a8080d588887dc728e606b252c375e184cdda86fddb3",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "8aa4bfa372e32b55187a490682bbf9704e049dc9472235ae4820296544da0d7a",
"typeScriptVersion": "4.1"
}

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

### Additional Details
* Last updated: Wed, 24 Aug 2022 09:32:27 GMT
* Last updated: Wed, 31 Aug 2022 07:02:40 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