clientside-require
Advanced tools
Comparing version 4.6.1 to 4.7.1
{ | ||
"name": "clientside-require", | ||
"version": "4.6.1", | ||
"version": "4.7.1", | ||
"description": "Node.js style require() statements in the browser. Load npm modules, js, html, css, json without any bundling.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -68,2 +68,3 @@ var basic_loaders = require("./basic.js"); | ||
frame.contentWindow.load = load_function; // inject the load function | ||
frame.contentWindow.env = frame.contentWindow; // pass the window property of the iframe as the env property | ||
}, | ||
@@ -70,0 +71,0 @@ browser_variables : function(frame, path){ // browser environment variables (those not present in iframes) |
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
115918
1289