@dsnp/parquetjs
Advanced tools
Comparing version 0.0.0-2ccc4e to 0.0.0-a8ddc9
@@ -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
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
660204
17
64
9646
10
+ Added@types/thrift@^0.10.10
+ Added@types/node-int64@0.4.32(transitive)
+ Added@types/q@1.5.8(transitive)
+ Added@types/thrift@0.10.17(transitive)
+ Addedthrift@0.14.1(transitive)
- Removed@types/express@^4.17.11
- Removed@types/request@^2.48.5
- Removed@types/sinon@^10.0.0
- Removed@types/body-parser@1.19.5(transitive)
- Removed@types/caseless@0.12.5(transitive)
- Removed@types/connect@3.4.38(transitive)
- Removed@types/express@4.17.21(transitive)
- Removed@types/express-serve-static-core@4.19.6(transitive)
- Removed@types/http-errors@2.0.4(transitive)
- Removed@types/mime@1.3.5(transitive)
- Removed@types/qs@6.9.17(transitive)
- Removed@types/range-parser@1.2.7(transitive)
- Removed@types/request@2.48.12(transitive)
- Removed@types/send@0.17.4(transitive)
- Removed@types/serve-static@1.15.7(transitive)
- Removed@types/sinon@10.0.20(transitive)
- Removed@types/sinonjs__fake-timers@8.1.5(transitive)
- Removed@types/tough-cookie@4.0.5(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedform-data@2.5.2(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedthrift@0.14.2(transitive)
Updatedthrift@0.14.1
Updatedtypescript@^4.3.2