Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-iframe

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-iframe - npm Package Compare versions

Comparing version 1.9.2 to 1.9.4

16

dist/fetch.js

@@ -55,9 +55,15 @@ "use strict";

(function () { return __awaiter(void 0, void 0, void 0, function () {
var followRedirects, http_1, https_1, getHttp_1, get;
var http_1, https_1, followRedirects, getHttp_1, get;
return __generator(this, function (_a) {
if (process) {
followRedirects = require('follow-redirects');
followRedirects.maxRedirects = 4;
http_1 = followRedirects.http;
https_1 = followRedirects.https;
if (process.env.VERCEL_EDGE) {
http_1 = require("http");
https_1 = require("https");
}
else {
followRedirects = require('follow-redirects');
followRedirects.maxRedirects = 4;
http_1 = followRedirects.http;
https_1 = followRedirects.https;
}
getHttp_1 = function (url) {

@@ -64,0 +70,0 @@ return url.startsWith("https://") ? https_1 : http_1;

{
"name": "node-iframe",
"version": "1.9.2",
"version": "1.9.4",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc