Socket
Socket
Sign inDemoInstall

@commercetools-uikit/utils

Package Overview
Dependencies
Maintainers
4
Versions
659
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.12 to 10.21.0

CHANGELOG.md

2

dist/utils.cjs.js

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

var version = '10.18.7-canary.12+26e1e58';
var version = '10.21.0';

@@ -189,0 +189,0 @@ exports.SafeHTMLElement = SafeHTMLElement;

@@ -180,4 +180,4 @@ import isPropValid from '@emotion/is-prop-valid';

var version = '10.18.7-canary.12+26e1e58';
var version = '10.21.0';
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.12+26e1e58",
"description": "",
"version": "10.21.0",
"description": "A collection of utilities shared across the other packages.",
"main": "dist/utils.cjs.js",

@@ -16,5 +16,3 @@ "module": "dist/utils.esm.js",

},
"files": [
"dist"
],
"files": ["dist"],
"sideEffects": false,

@@ -25,4 +23,3 @@ "dependencies": {

},
"license": "MIT",
"gitHead": "26e1e58ab1401920288fd1cf1fd24d64b3d62554"
"license": "MIT"
}
# Utils
## Description
A collection of utilities shared across the other packages.
## Usage
```js
import {
filterDataAttributes,
// ...
} from '@commercetools-uikit/utils';
```
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