@@ -88,3 +88,3 @@ import { URL } from 'node:url'; | ||
| if (typeof publishConfig.authorization === 'string') { | ||
| requestConfig.headers.Authorization = `Basic ${publishConfig.authorization}`; | ||
| requestConfig.headers.Authorization = `Bearer ${publishConfig.authorization}`; | ||
| } | ||
@@ -91,0 +91,0 @@ else { |
+2
-2
@@ -30,4 +30,4 @@ { | ||
| "type": "module", | ||
| "version": "1.14.0", | ||
| "gitHead": "b968c846095113cbe57fbdd34e4593a4dea8a1c9" | ||
| "version": "1.14.1", | ||
| "gitHead": "ba772186f0c4fb05492ef586666b8e44faefe71d" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
58433
0