supra-http
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Client = void 0; | ||
const opossum_1 = __importDefault(require("opossum")); | ||
@@ -8,0 +9,0 @@ const enums_1 = require("./enums"); |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Compression = void 0; | ||
const zlib_1 = __importDefault(require("zlib")); | ||
@@ -8,0 +9,0 @@ class Compression { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CONTENT_TYPE = exports.CACHE_CONTROL = exports.CONNECTION = void 0; | ||
var CONTENT_TYPE; | ||
@@ -4,0 +5,0 @@ (function (CONTENT_TYPE) { |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Http = void 0; | ||
const http_1 = __importDefault(require("http")); | ||
@@ -8,0 +9,0 @@ const https_1 = __importDefault(require("https")); |
{ | ||
"name": "supra-http", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Circuit breaking http client for NodeJs. And it is fast...", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
53391
29
1208