🎩 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.1
to
1.0.2
+3
-2
lib/http.js

@@ -5,5 +5,6 @@

process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0
axios.interceptors.request.use(
config => {
config.headers.Authorization = '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'
// config.headers.Authorization = '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'
return config

@@ -39,3 +40,3 @@ },

}
getRepoList()
module.exports = {

@@ -42,0 +43,0 @@ getRepoList,

+2
-2
{
"name": "zth-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "node-cli",

@@ -40,2 +40,2 @@ "main": "index.js",

}
}
}