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

@highlight-ui/utils-commons

Package Overview
Dependencies
Maintainers
4
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-ui/utils-commons - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

dist/cjs/src/types.d.ts

@@ -17,2 +17,6 @@ import colorTokens from '@highlight-ui/tokens/dist/colors.json';

};
export interface ComponentPropsWithMetadata {
/** An object consisting of `testId` and `actionName` properties which will be mapped as HTML data attributes onto the root element */
metadata?: ComponentMetadata;
}
export declare type ParsedMetadata = Record<string, string> & {

@@ -19,0 +23,0 @@ 'data-test-id'?: string;

@@ -17,2 +17,6 @@ import colorTokens from '@highlight-ui/tokens/dist/colors.json';

};
export interface ComponentPropsWithMetadata {
/** An object consisting of `testId` and `actionName` properties which will be mapped as HTML data attributes onto the root element */
metadata?: ComponentMetadata;
}
export declare type ParsedMetadata = Record<string, string> & {

@@ -19,0 +23,0 @@ 'data-test-id'?: string;

4

package.json
{
"name": "@highlight-ui/utils-commons",
"version": "2.0.4",
"version": "2.0.5",
"author": "Personio GmbH & Co. KG",

@@ -39,3 +39,3 @@ "main": "dist/cjs/index.js",

},
"gitHead": "b1e1c3566b7d69c2d91ee10dc27834830c54d20a"
"gitHead": "e6a8dba3e195a405a7db431c0c2a98279233e842"
}
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