mip-sandbox
Advanced tools
Comparing version 1.1.9 to 1.1.11
@@ -214,5 +214,27 @@ /** | ||
'viewport', | ||
'util', | ||
'sandbox', | ||
{ | ||
name: 'util', | ||
origin: function () { | ||
return MIP.util | ||
}, | ||
properties: [ | ||
{ | ||
type: TYPE_PROPS, | ||
access: ACCESS_READONLY, | ||
props: [ | ||
'platform', | ||
'customStorage', | ||
'jsonParse', | ||
'string' | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
name: 'sandbox', | ||
getter: function () { | ||
return MIP.sandbox.strict | ||
} | ||
}, | ||
{ | ||
name: 'viewer', | ||
@@ -265,2 +287,8 @@ origin: function () { | ||
} | ||
}, | ||
{ | ||
name: 'strict', | ||
getter: function () { | ||
return MIP.sandbox.strict | ||
} | ||
} | ||
@@ -267,0 +295,0 @@ ] |
{ | ||
"name": "mip-sandbox", | ||
"version": "1.1.9", | ||
"version": "1.1.11", | ||
"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
233553
5599