node-iframe
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -90,3 +90,3 @@ "use strict"; | ||
source = _c.sent(); | ||
return [4, $html(key).html(source)]; | ||
return [4, $html(key).html("try{" + source + "}catch(e){console.error(e);}")]; | ||
case 4: | ||
@@ -93,0 +93,0 @@ _c.sent(); |
{ | ||
"name": "node-iframe", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "create a iframe on your server to bypass CORS issues. ( 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
46011