@commercetools-uikit/utils
Advanced tools
Comparing version 10.18.7-canary.4 to 10.18.7-canary.5
@@ -115,3 +115,3 @@ 'use strict'; | ||
if (n === "Object" && o.constructor) n = o.constructor.name; | ||
if (n === "Map" || n === "Set") return Array.from(n); | ||
if (n === "Map" || n === "Set") return Array.from(o); | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); | ||
@@ -187,3 +187,3 @@ } | ||
var version = '10.18.7-canary.4+635c2bdf'; | ||
var version = '10.18.7-canary.5+37850586'; | ||
@@ -190,0 +190,0 @@ exports.SafeHTMLElement = SafeHTMLElement; |
@@ -109,3 +109,3 @@ import isPropValid from '@emotion/is-prop-valid'; | ||
if (n === "Object" && o.constructor) n = o.constructor.name; | ||
if (n === "Map" || n === "Set") return Array.from(n); | ||
if (n === "Map" || n === "Set") return Array.from(o); | ||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); | ||
@@ -181,4 +181,4 @@ } | ||
var version = '10.18.7-canary.4+635c2bdf'; | ||
var version = '10.18.7-canary.5+37850586'; | ||
export { SafeHTMLElement, addStaticFields, createSequentialId, filterAriaAttributes, filterDataAttributes, filterProps as filterInvalidAttributes, getFieldId, getPassThroughProps, isNumberish, parseTime, version, warnDeprecatedComponent, warnDeprecatedProp }; |
{ | ||
"name": "@commercetools-uikit/utils", | ||
"version": "10.18.7-canary.4+635c2bdf", | ||
"version": "10.18.7-canary.5+37850586", | ||
"description": "", | ||
@@ -25,3 +25,3 @@ "main": "dist/utils.cjs.js", | ||
"license": "MIT", | ||
"gitHead": "635c2bdf3baf85f99a493ca78a75216ef4383f40" | ||
"gitHead": "37850586b5473b8ece407856e358f56b284bd60c" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package