node-iframe
Advanced tools
Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "node-iframe", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "create a iframe on your server to bypass CORS issues. ( reverse engineer security issues )", | ||
@@ -17,3 +17,3 @@ "main": "dist/iframe.js", | ||
"author": "Jeff Mendez", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -26,5 +26,7 @@ "cheerio": "^1.0.0-rc.3", | ||
"devDependencies": { | ||
"dotenv": "^8.2.0", | ||
"jest": "^26.4.0", | ||
"ts-jest": "^26.4.1", | ||
"typescript": "^3.7.5" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# Node Iframe | ||
# node-iframe | ||
@@ -21,3 +21,3 @@ create iframes to bypass security issues on your server with node.js | ||
url: req.query.url, | ||
baseHref: req.query.baseHref || true, | ||
baseHref: req.query.baseHref, // optional, | ||
}) | ||
@@ -54,1 +54,5 @@ ); | ||
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. | ||
## License | ||
MIT |
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
20057
25
0
280
57
4