@garfish/browser-vm
Advanced tools
Comparing version 1.17.2 to 1.17.3-beta-20231204075536.0
@@ -1261,4 +1261,5 @@ var __defProp = Object.defineProperty; | ||
const el = methodName === "insertAdjacentElement" ? arguments[1] : arguments[0]; | ||
const args = [...arguments]; | ||
const sandbox = sandboxMap.get(el); | ||
const originProcess = () => current.apply(this, arguments); | ||
const originProcess = () => current.apply(this, args); | ||
safeWrapper2(() => { | ||
@@ -1506,3 +1507,3 @@ if (ignoreElementTimingTags(el.tagName)) | ||
this.initComplete = false; | ||
this.version = "1.17.2"; | ||
this.version = "1.17.3-beta-20231204075536.0"; | ||
this.hooks = sandboxLifecycle(); | ||
@@ -1795,3 +1796,3 @@ this.deferClearEffects = /* @__PURE__ */ new Set(); | ||
name: "browser-vm", | ||
version: "1.17.2", | ||
version: "1.17.3-beta-20231204075536.0", | ||
afterLoad(appInfo, appInstance) { | ||
@@ -1798,0 +1799,0 @@ var _a, _b, _c, _d, _e, _f, _g; |
@@ -1250,4 +1250,5 @@ var __defProp = Object.defineProperty; | ||
const el = methodName === "insertAdjacentElement" ? arguments[1] : arguments[0]; | ||
const args = [...arguments]; | ||
const sandbox = sandboxMap.get(el); | ||
const originProcess = () => current.apply(this, arguments); | ||
const originProcess = () => current.apply(this, args); | ||
(0, import_utils13.safeWrapper)(() => { | ||
@@ -1495,3 +1496,3 @@ if (ignoreElementTimingTags(el.tagName)) | ||
this.initComplete = false; | ||
this.version = "1.17.2"; | ||
this.version = "1.17.3-beta-20231204075536.0"; | ||
this.hooks = sandboxLifecycle(); | ||
@@ -1784,3 +1785,3 @@ this.deferClearEffects = /* @__PURE__ */ new Set(); | ||
name: "browser-vm", | ||
version: "1.17.2", | ||
version: "1.17.3-beta-20231204075536.0", | ||
afterLoad(appInfo, appInstance) { | ||
@@ -1787,0 +1788,0 @@ var _a, _b, _c, _d, _e, _f, _g; |
{ | ||
"name": "@garfish/browser-vm", | ||
"version": "1.17.2", | ||
"version": "1.17.3-beta-20231204075536.0", | ||
"description": "vm-sandbox module.", | ||
@@ -31,9 +31,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@garfish/loader": "1.17.2", | ||
"@garfish/core": "1.17.2", | ||
"@garfish/hooks": "1.17.2", | ||
"@garfish/utils": "1.17.2" | ||
"@garfish/loader": "1.17.3-beta-20231204075536.0", | ||
"@garfish/core": "1.17.3-beta-20231204075536.0", | ||
"@garfish/hooks": "1.17.3-beta-20231204075536.0", | ||
"@garfish/utils": "1.17.3-beta-20231204075536.0" | ||
}, | ||
"devDependencies": { | ||
"@garfish/test-suite": "1.17.2" | ||
"@garfish/test-suite": "1.17.3-beta-20231204075536.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "publishConfig": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
134339
3801
1
+ Added@garfish/core@1.17.3-beta-20231204075536.0(transitive)
+ Added@garfish/hooks@1.17.3-beta-20231204075536.0(transitive)
+ Added@garfish/loader@1.17.3-beta-20231204075536.0(transitive)
+ Added@garfish/utils@1.17.3-beta-20231204075536.0(transitive)
- Removed@garfish/core@1.17.2(transitive)
- Removed@garfish/hooks@1.17.2(transitive)
- Removed@garfish/loader@1.17.2(transitive)
- Removed@garfish/utils@1.17.2(transitive)