Socket
Socket
Sign inDemoInstall

@commercetools-uikit/design-system

Package Overview
Dependencies
7
Maintainers
3
Versions
676
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-canary-20240507115053 to 0.0.0-canary-20240508074817

2

dist/commercetools-uikit-design-system.cjs.dev.js

@@ -626,3 +626,3 @@ 'use strict';

// At least for the remaining places that we still use this function
const themedValue = react.useCallback((defaultThemeValue, _newThemeValue) => defaultThemeValue, []);
const themedValue = react.useCallback((_defaultThemeValue, newThemeValue) => newThemeValue, []);

@@ -629,0 +629,0 @@ // If we use 'useLayoutEffect' here, we would be trying to read the

@@ -626,3 +626,3 @@ 'use strict';

// At least for the remaining places that we still use this function
const themedValue = react.useCallback((defaultThemeValue, _newThemeValue) => defaultThemeValue, []);
const themedValue = react.useCallback((_defaultThemeValue, newThemeValue) => newThemeValue, []);

@@ -629,0 +629,0 @@ // If we use 'useLayoutEffect' here, we would be trying to read the

@@ -601,3 +601,3 @@ import _defineProperty from '@babel/runtime-corejs3/helpers/esm/defineProperty';

// At least for the remaining places that we still use this function
const themedValue = useCallback((defaultThemeValue, _newThemeValue) => defaultThemeValue, []);
const themedValue = useCallback((_defaultThemeValue, newThemeValue) => newThemeValue, []);

@@ -604,0 +604,0 @@ // If we use 'useLayoutEffect' here, we would be trying to read the

{
"name": "@commercetools-uikit/design-system",
"description": "Core package of the commercetools design system.",
"version": "0.0.0-canary-20240507115053",
"version": "0.0.0-canary-20240508074817",
"bugs": "https://github.com/commercetools/ui-kit/issues",

@@ -37,3 +37,3 @@ "repository": {

"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/hooks": "0.0.0-canary-20240507115053",
"@commercetools-uikit/hooks": "0.0.0-canary-20240508074817",
"@emotion/react": "^11.10.5",

@@ -40,0 +40,0 @@ "lodash": "4.17.21",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc