Socket
Socket
Sign inDemoInstall

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.0.4 to 1.0.5

2

package.json
{
"name": "node-iframe",
"version": "1.0.4",
"version": "1.0.5",
"description": "create a iframe on your server to bypass cors issues. ( reverse engineer security issues )",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -1,2 +0,2 @@

# Node iframe
# Node Iframe

@@ -43,3 +43,3 @@ create iframes to bypass security issues on your server with node js

Screenshot above is an example image of the package used at [link to A11ywatch](https://www.a11ywatch.com)
Screenshot above is an example image of the package used at [A11ywatch](https://www.a11ywatch.com)

@@ -52,2 +52,2 @@ ## Params

This project uses cheerio to manipulate dom contents very fast. If your iframe fails to render thats where the security issues need to be reverse hacked by us for the bypass. As an alternative solution if the frame fails to load simply fall back to the normal source of your content. You can fire this as an api request directly with `fetch` to get the website as html or use directly as your iframe src for best perfomance.
This project uses cheerio to manipulate dom contents very fast. If your iframe fails to render thats where the security issues need to be reverse hacked by us. As an alternative solution if the iframe fails to load simply fall back to the normal url of web page. You can fire this as an api request directly with `fetch` to get the website as html or use directly as your iframe src for best perfomance.
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