clientside-require
Advanced tools
Comparing version 3.6.1 to 3.7.1
{ | ||
"name": "clientside-require", | ||
"version": "3.6.1", | ||
"version": "3.7.1", | ||
"description": "require() modules, js, css, html, and json in the browser with as little effort as loading jquery", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -30,2 +30,4 @@ | ||
frame.contentWindow.HTMLElement = HTMLElement; // pass HTMLElement object | ||
frame.contentWindow.XMLHttpRequest = XMLHttpRequest; // pass the XMLHttpRequest functionality; using iframe's will result in an error as we delete the iframe that it is from | ||
@@ -32,0 +34,0 @@ frame.contentWindow.require_global = (typeof window.require_global == "undefined")? {} : window.require_global; // pass by reference require global; set {} if it was not already defined by user |
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
71892
404