@theia/request
Advanced tools
Comparing version 1.46.0-next.200 to 1.46.0-next.226
@@ -81,3 +81,3 @@ "use strict"; | ||
RequestContext.decompress = decompress; | ||
})(RequestContext = exports.RequestContext || (exports.RequestContext = {})); | ||
})(RequestContext || (exports.RequestContext = RequestContext = {})); | ||
exports.RequestService = Symbol('RequestService'); | ||
@@ -84,0 +84,0 @@ exports.BackendRequestService = Symbol('BackendRequestService'); |
@@ -19,3 +19,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
(0, tslib_1.__exportStar)(require("./common-request-service"), exports); | ||
tslib_1.__exportStar(require("./common-request-service"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -18,3 +18,3 @@ /******************************************************************************** | ||
import * as httpsAgent from 'https-proxy-agent'; | ||
export declare type ProxyAgent = httpAgent.HttpProxyAgent | httpsAgent.HttpsProxyAgent; | ||
export type ProxyAgent = httpAgent.HttpProxyAgent | httpsAgent.HttpsProxyAgent; | ||
export interface ProxySettings { | ||
@@ -21,0 +21,0 @@ proxyUrl?: string; |
{ | ||
"name": "@theia/request", | ||
"version": "1.46.0-next.200+44b4f27c6", | ||
"version": "1.46.0-next.226+a6fb88297", | ||
"description": "Theia Proxy-Aware Request Service", | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "44b4f27c63028c1bdc7dcd9b565d666428af6f97" | ||
"gitHead": "a6fb8829705796ee43cf05aa220a61137e01c369" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
50022