@aplazame/browser
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -122,3 +122,3 @@ "use strict"; | ||
for (const key in styles.important) { | ||
iframe.style.setProperty(key, String(styles[key]), 'important'); | ||
iframe.style.setProperty(key, String(styles.important[key]), 'important'); | ||
} | ||
@@ -125,0 +125,0 @@ return; |
{ | ||
"name": "@aplazame/browser", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "Aplazame SDK for browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.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
23088