browser-module-sandbox
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -99,3 +99,3 @@ var inherits = require('inherits') | ||
function makeIframe(script) { | ||
script = script + entry | ||
script = (script || '') + entry | ||
// setTimeout is because iframes report inaccurate window.innerWidth/innerHeight, even after DOMContentLoaded! | ||
@@ -102,0 +102,0 @@ var body = self.iframeBody + |
{ | ||
"name": "browser-module-sandbox", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "uses browserify-cdn to run node code in an iframe", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
5304