Socket
Socket
Sign inDemoInstall

node-iframe

Package Overview
Dependencies
14
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.7 to 1.8.8

4

dist/iframe.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc