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

@dsnp/parquetjs

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dsnp/parquetjs - npm Package Compare versions

Comparing version 0.0.0-2ccc4e to 0.0.0-a8ddc9

dist/gen-nodejs/parquet_types.d.ts

2

dist/lib/bloom/sbbf.js

@@ -54,3 +54,3 @@ "use strict";

this.numDistinctValues = SplitBlockBloomFilter.DEFAULT_DISTINCT_VALUES;
this.hashStrategy = new parquet_types_1.default.BloomFilterHash(parquet_types_1.default.XxHash);
this.hashStrategy = new parquet_types_1.default.BloomFilterHash(new parquet_types_1.default.XxHash());
this.hasher = new xxhasher_1.default();

@@ -57,0 +57,0 @@ }

@@ -5,3 +5,4 @@ {

"main": "dist/parquet.js",
"version": "0.0.0-2ccc4e",
"types": "dist/parquet.d.ts",
"version": "0.0.0-a8ddc9",
"homepage": "https://github.com/LibertyDSNP/parquetjs",

@@ -20,7 +21,5 @@ "license": "MIT",

"@types/bson": "^4.0.3",
"@types/express": "^4.17.11",
"@types/long": "^4.0.1",
"@types/node": "^14.14.35",
"@types/request": "^2.48.5",
"@types/sinon": "^10.0.0",
"@types/thrift": "^0.10.10",
"brotli": "^1.3.0",

@@ -34,4 +33,4 @@ "bson": "^2.0.8",

"snappyjs": "^0.6.0",
"thrift": "^0.14.1",
"typescript": "^4.2.3",
"thrift": "0.14.1",
"typescript": "^4.3.2",
"varint": "^5.0.0",

@@ -46,2 +45,3 @@ "xxhash-wasm": "^0.4.1"

"@types/mocha": "^8.2.2",
"@types/sinon": "^10.0.0",
"chai": "4.3.4",

@@ -53,3 +53,3 @@ "mocha": "8.3.2",

"scripts": {
"build": "tsc -b",
"build": "tsc -b && tsc -p tsconfig.types.json && cp gen-nodejs/*.d.ts dist/gen-nodejs/",
"type": "tsc --noEmit",

@@ -59,3 +59,4 @@ "lint": "echo 'Linting, it is on the TODO list...'",

"clean": "rm -Rf ./dist",
"prepare": "npm run build"
"prepublishOnly": "npm run clean && npm run build",
"thrift": "thrift -out gen-nodejs --gen js:ts parquet.thrift && thrift -out gen-nodejs --gen js:node parquet.thrift"
},

@@ -62,0 +63,0 @@ "engines": {

@@ -6,3 +6,3 @@ # parquet.js

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![npm version](https://badge.fury.io/js/%40unfinishedlabs%2Fparquet-js.svg)](https://badge.fury.io/js/%40unfinishedlabs%2Fparquet-js)
[![npm version](https://badge.fury.io/js/%40unfinishedlabs%2Fparquet-js.svg)](https://badge.fury.io/js/%40dsnp%2Fparquetjs)

@@ -33,3 +33,3 @@ This package contains a fully asynchronous, pure JavaScript implementation of

_parquet.js requires node.js >= 7.6.0_
_parquet.js requires node.js >= 14.16.0_

@@ -44,3 +44,3 @@

``` js
var parquet = require('parquetjs-lite');
var parquet = require('@dsnp/parquetjs');
```

@@ -47,0 +47,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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