New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.28 to 1.0.29

src/axios.js

2

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

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

@@ -1,24 +0,8 @@

import fs from 'fs';
import qs from 'querystring';
import axios from 'axios';
import {parse} from 'node-html-parser';
import FileCookieStore from './toughCookieFilestore';
import HttpClient as Axios from './axios';
import HttpClient as Request from './request';
const BODY_TYPE = {
QUERY_URL: 'QUERY_URL',
FORM: 'FORM',
JSON: 'JSON',
RAW_BODY: 'RAW_BODY',
MULTIPART_RELATED: 'MULTIPART_RELATED',
MULTIPART_FORM_DATA: 'MULTIPART_FORM_DATA',
};
const agents = JSON.parse(fs.readFileSync(__dirname + '/agents.json', 'utf8'));
class HttpClient {
}
export default HttpClient;
export {
Request as HttpClient,
Axios,
}
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