Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commercetools-uikit/utils

Package Overview
Dependencies
Maintainers
4
Versions
685
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-uikit/utils - npm Package Compare versions

Comparing version 10.18.7-canary.4 to 10.18.7-canary.5

4

dist/utils.cjs.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc