node-iframe
Advanced tools
Comparing version 1.8.7 to 1.8.8
@@ -144,3 +144,3 @@ "use strict"; | ||
function renderHtml(_a, server) { | ||
var url = _a.url, baseHref = _a.baseHref, config = _a.config, _b = _a.head, head = _b === void 0 ? {} : _b; | ||
var url = _a.url, baseHref = _a.baseHref, config = _a.config, _b = _a.head, head = _b === void 0 ? {} : _b, retry = _a.retry; | ||
if (server === void 0) { server = false; } | ||
@@ -166,3 +166,3 @@ return __awaiter(this, void 0, void 0, function () { | ||
agent: agent | ||
})]; | ||
}, retry)]; | ||
case 2: | ||
@@ -169,0 +169,0 @@ response = _j.sent(); |
{ | ||
"name": "node-iframe", | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"description": "create iframes on your server to bypass CORS. Reverse engineer security issues.", | ||
@@ -5,0 +5,0 @@ "main": "dist/iframe.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52317