jshs2
jshs2 copied to clipboard
jsHS2 is a node.js client driver for hive server 2
Hello! refs https://github.com/cube-js/cube.js/issues/2799 refs https://github.com/imjuni/jshs2/issues/22 - I copy/paste first method from lodash, because it's one-liner - I drop usage of lodash (It was used only for first method) Thanks
Our vulnerability scanner found these while scanning the [cube.js](https://github.com/cube-js/cube.js) Docker image. Here is a list of CVEs affecting lodash 3.10.1: - CVE-2019-10744 - CVE-2021-23337 - CVE-2018-16487 - CVE-2019-1010266 - CVE-2020-28500...
I am using node 6.1.0 And jshs2 0.4.4 And here is my code ` var serverConf = require("jshs2"); var Configuration = serverConf.Configuration; var HiveConnection = serverConf.HiveConnection; var IDLContainer = serverConf.IDLContainer;...
The npm thrift project is not packaged for library use, and it requires about 30 megs of space. It's fine for devDependencies but should not be used for production (distribution)...