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.9.9 to 0.9.10

4

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

@@ -31,3 +31,3 @@ "keywords": [

"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@vitest/coverage-v8": "1.6.0",

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

@@ -100,3 +100,3 @@ import { readVarInt } from './thrift.js'

left -= 8
data >>= 8
data >>>= 8
} else if (left - right < bitWidth) {

@@ -103,0 +103,0 @@ // if we don't have bitWidth number of bits to read, read next byte

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