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

@azteam/http-client

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azteam/http-client - npm Package Compare versions

Comparing version 1.0.66 to 1.0.67

23

lib/test.js

@@ -8,5 +8,26 @@ "use strict";

(async () => {
const client = new _index.default();
const client = new _index.default({
proxy: {
host: '208.70.249.9',
port: '1333',
auth: {
username: '5e5LSs27778',
password: 'U3HYkYRcN6'
}
} // cookieFile: '/Users/toda93/Desktop/cookie.json'
});
let response = await client.get('https://ipv4bot.whatismyipaddress.com/');
console.log(response);
response = await client.setProxy({
host: '208.70.249.171',
port: '4220',
auth: {
username: '5e5LSs27778',
password: 'U3HYkYRcN6'
}
}).get('https://ipv4bot.whatismyipaddress.com/');
console.log(response);
response = await client.get('https://ipv4bot.whatismyipaddress.com/');
console.log(response);
})();

2

package.json
{
"name": "@azteam/http-client",
"version": "1.0.66",
"version": "1.0.67",
"description": "",

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

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