mip-sandbox
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -338,3 +338,3 @@ /** | ||
return function (nodename) { | ||
if (typeof nodename === 'string' && nodename.toLowerCase()) { | ||
if (typeof nodename === 'string' && nodename.toLowerCase() === 'script') { | ||
console.error('[MIP] 禁止创建 SCRIPT 标签引入第三方 JS 脚本') | ||
@@ -341,0 +341,0 @@ } |
{ | ||
"name": "mip-sandbox", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "sandbox tools for MIP project", | ||
@@ -5,0 +5,0 @@ "main": "lib/sandbox.js", |
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
232138