Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyparquet

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

hyparquet - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

6

package.json
{
"name": "hyparquet",
"version": "0.1.5",
"version": "0.1.6",
"description": "parquet file parser for javascript",

@@ -30,4 +30,4 @@ "keywords": [

"devDependencies": {
"@types/node": "20.11.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@types/node": "20.11.3",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@vitest/coverage-v8": "1.2.0",

@@ -34,0 +34,0 @@ "eslint": "8.56.0",

@@ -28,3 +28,3 @@ export { AsyncBuffer, FileMetaData } from './types'

*/
export async function parquetMetadataAsync(asyncBuffer: ArrayBuffer, initialFetchSize: number = 1 << 19 /* 512kb */): Promise<FileMetaData>
export async function parquetMetadataAsync(asyncBuffer: AsyncBuffer, initialFetchSize: number = 1 << 19 /* 512kb */): Promise<FileMetaData>

@@ -31,0 +31,0 @@ /**

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