Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "hyparquet", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "parquet file parser for javascript", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"@types/node": "20.10.6", | ||
"@typescript-eslint/eslint-plugin": "6.17.0", | ||
"@typescript-eslint/eslint-plugin": "6.18.0", | ||
"@vitest/coverage-v8": "1.1.3", | ||
@@ -34,0 +34,0 @@ "eslint": "8.56.0", |
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
export function parquetMetadata(arrayBuffer: ArrayBuffer): any | ||
export function parquetMetadata(arrayBuffer: ArrayBuffer): FileMetaData | ||
@@ -20,0 +20,0 @@ /** |
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
40716
14
1244