@aesthetic/utils
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -150,3 +150,3 @@ import hash from 'string-hash'; | ||
if (cache$2 === null) { | ||
cache$2 = typeof window !== 'undefined' || typeof document !== 'undefined'; | ||
cache$2 = typeof window !== 'undefined' && typeof document !== 'undefined'; | ||
} | ||
@@ -153,0 +153,0 @@ |
@@ -164,3 +164,3 @@ 'use strict'; | ||
if (cache$2 === null) { | ||
cache$2 = typeof window !== 'undefined' || typeof document !== 'undefined'; | ||
cache$2 = typeof window !== 'undefined' && typeof document !== 'undefined'; | ||
} | ||
@@ -167,0 +167,0 @@ |
{ | ||
"name": "@aesthetic/utils", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Utility functions for Aesthetic.", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "7bb66e4727a310474a5412d037e2b1393c57540a" | ||
"gitHead": "c3c3a681b593b40a5e17f2e7ec5592c6ba69a538" | ||
} |
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