@tryghost/color-utils 0.1.18 → 0.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/color-utils.js
CHANGED
|
@@ -200,7 +200,7 @@ var colorString = createCommonjsModule(function (module) {
|
|
|
200
200
|
|
|
201
201
|
var hasOwnProperty = Object.hasOwnProperty;
|
|
202
202
|
|
|
203
|
-
var reverseNames =
|
|
203
|
+
var reverseNames = Object.create(null);
|
|
204
204
|
|
|
205
205
|
// create a list of reverse color names
|
|
206
206
|
for (var name in colorName$1) {
|