Comparing version 1.3.5 to 1.3.6
@@ -206,2 +206,4 @@ if (typeof window !== 'undefined') { | ||
function noop(args) { | ||
if (typeof window === 'undefined') | ||
return; | ||
console.warn('Elevio not loaded yet, please wait until Elevio.load has completed.'); | ||
@@ -208,0 +210,0 @@ } |
@@ -209,2 +209,4 @@ "use strict"; | ||
function noop(args) { | ||
if (typeof window === 'undefined') | ||
return; | ||
console.warn('Elevio not loaded yet, please wait until Elevio.load has completed.'); | ||
@@ -211,0 +213,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"devDependencies": { | ||
@@ -14,0 +14,0 @@ "@skypack/package-check": "^0.2.2", |
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
130660
2835