@types/papaparse
Advanced tools
Comparing version 5.3.4 to 5.3.5
@@ -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` |
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
24614