@garfish/browser-snapshot
Advanced tools
Comparing version 0.0.35-alpha.3 to 0.0.35
@@ -232,2 +232,9 @@ let rawAddEventListener; | ||
var ElementType; | ||
(function (ElementType) { | ||
ElementType[ElementType["TEXT"] = 3] = "TEXT"; | ||
ElementType[ElementType["COMMENT"] = 8] = "COMMENT"; | ||
ElementType[ElementType["ELEMENT"] = 1] = "ELEMENT"; | ||
})(ElementType || (ElementType = {})); | ||
class PatchGlobalVal { | ||
@@ -385,3 +392,3 @@ // ,'addEventListener','removeEventListener','clearInterval','setInterval','webkitStorageInfo' | ||
name: 'browser-snapshot', | ||
version: "0.0.34", | ||
version: "0.0.35-alpha.3", | ||
openBrowser: false, | ||
@@ -427,3 +434,2 @@ afterLoad(appInfo, appInstance) { | ||
export default BrowserSnapshot; | ||
export { SnapshotSandbox }; | ||
export { SnapshotSandbox, BrowserSnapshot as default }; |
{ | ||
"name": "@garfish/browser-snapshot", | ||
"version": "0.0.35-alpha.3", | ||
"version": "0.0.35", | ||
"description": "browser-snapshot module.", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4772634da31463994a4f45466175bc28d70cc2dc" | ||
"gitHead": "f6b04041cc3efa2755b6dd560c98843f7b2b5419" | ||
} |
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
155961
117
3641