@fastkit/helpers
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -226,2 +226,4 @@ function toInt(value) { | ||
function pushDynamicStyle(styleContent) { | ||
if (!(typeof document !== 'undefined')) | ||
return; | ||
const style = document.createElement('style'); | ||
@@ -228,0 +230,0 @@ style.innerHTML = styleContent; |
{ | ||
"name": "@fastkit/helpers", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "@fastkit/helpers", | ||
@@ -5,0 +5,0 @@ "buildOptions": { |
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
42017
1208