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

presto-client

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

presto-client - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

2

lib/presto-client/index.js

@@ -96,3 +96,3 @@ const { URL } = require('url') ;

opts.protocol = client.protocol;
opts.path = href.pathname;
opts.path = href.pathname + href.search;
opts.headers = {};

@@ -99,0 +99,0 @@ opts.headers[Headers.AUTHORIZATION] = 'Basic ' + new Buffer(client.basic_auth.user + ":" + client.basic_auth.password).toString("base64");

{
"name": "presto-client",
"version": "0.6.0",
"version": "0.7.0",
"description": "Distributed query engine Presto client library for node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,3 @@ # presto-client-node

schema: 'default',
source: 'nodejs-client'
source: 'nodejs-client',
state: function(error, query_id, stats){ console.log({message:"status changed", id:query_id, stats:stats}); },

@@ -170,2 +170,4 @@ columns: function(error, data){ console.log({resultColumns: data}); },

* 0.7.0:
* support the change of prestodb 0.226 (compatible with others)
* 0.6.0:

@@ -172,0 +174,0 @@ * add X-Presto-Source if "source" specified

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