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.2.2 to 0.2.3

12

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

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

"devDependencies": {
"@types/node": "20.11.5",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@vitest/coverage-v8": "1.2.1",
"@types/node": "20.11.8",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@vitest/coverage-v8": "1.2.2",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.0.2",
"eslint-plugin-jsdoc": "48.0.4",
"http-server": "14.1.1",
"typescript": "5.3.3",
"vitest": "1.2.1"
"vitest": "1.2.2"
}
}

@@ -122,2 +122,3 @@ import { CompressionCodec, ConvertedType, Encoding, PageType } from './constants.js'

}
values = convert(values, schemaElement(schema, columnMetadata.path_in_schema))
} else if (Array.isArray(dataPage)) {

@@ -176,3 +177,3 @@ // convert primitive types to rich types

const ctype = schemaElement.converted_type
if (!ctype) return data
if (ctype === undefined) return data
if (ctype === ConvertedType.UTF8) {

@@ -179,0 +180,0 @@ const decoder = new TextDecoder()

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