🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

zth-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zth-cli - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-2
lib/http.js
// 通过 axios 处理请求
const axios = require('axios')
require('https').globalAgent.options.rejectUnauthorized = false
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0
axios.interceptors.request.use(

@@ -39,3 +39,2 @@ config => {

}
getRepoList()
module.exports = {

@@ -42,0 +41,0 @@ getRepoList,

{
"name": "zth-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "node-cli",

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