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

@cubetiq/hlt

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubetiq/hlt - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### 30/11/2022
- Fixed response data in axios request with accept-encoding to identity
- Allow to force change server url for init
### 11/11/2022

@@ -2,0 +7,0 @@

2

dist/client.js

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

if (!config.server || options.force) {
config.server = options.server || config.server || SERVER_DEFAULT_URL;
config.server = options.server || SERVER_DEFAULT_URL;
}

@@ -239,0 +239,0 @@ if (!config.token && options.token) {

@@ -64,2 +64,3 @@ "use strict";

"x-access-type": "FREE",
"Accept-Encoding": "identity",
},

@@ -66,0 +67,0 @@ })];

{
"name": "@cubetiq/hlt",
"version": "0.1.4",
"version": "0.1.5",
"description": "A lightweight http tunnel client using nodejs and socket.io client",

@@ -25,3 +25,3 @@ "main": "dist/client.js",

"dependencies": {
"axios": "^1.0.0",
"axios": "^1.2.0",
"commander": "^9.3.0",

@@ -28,0 +28,0 @@ "https-proxy-agent": "^5.0.1",

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