@types/papaparse
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -159,3 +159,3 @@ // Type definitions for PapaParse 5.2 | ||
aborted: boolean; // Whether process was aborted | ||
fields: string[]; // Array of field names | ||
fields?: string[]; // Array of field names | ||
truncated: boolean; // Whether preview consumed all input | ||
@@ -162,0 +162,0 @@ cursor: number; |
{ | ||
"name": "@types/papaparse", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "TypeScript definitions for PapaParse", | ||
@@ -69,4 +69,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "dd8f1a5e4b66435ac35454943e8aba54e3f34d6e7cf5c0602a66afa8e70ef9a8", | ||
"typesPublisherContentHash": "8910b1bfcebcc0579c77a6b345d3cd0e0d8b3cab896688fce289cecac1f54f69", | ||
"typeScriptVersion": "3.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 26 Aug 2020 21:06:58 GMT | ||
* Last updated: Fri, 28 Aug 2020 23:00:05 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
11020