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

@radix-ui/utils

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/utils - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

dist/index.d.ts

@@ -9,6 +9,6 @@ export function arrayRemove<T>(array: T[], item: T): T[];

export function namespaced(componentPart: string): string;
export function getPartDataAttr(componentPart: string): string;
export function getPartDataAttrObj(componentPart: string): {
export function getSelector(componentPart: string): string;
export function getSelectorObj(selector: string | null): {
[x: string]: string;
};
} | undefined;
export function canUseDOM(): boolean;

@@ -97,3 +97,4 @@ export function makeId(...args: (string | number | null | undefined)[]): string;

export type ElementTagNameMap = HTMLElementTagNameMap & Pick<SVGElementTagNameMap, Exclude<keyof SVGElementTagNameMap, keyof HTMLElementTagNameMap>>;
export type Merge<P1 = {}, P2 = {}> = Omit<P1, keyof P2> & P2;
//# sourceMappingURL=index.d.ts.map
{
"name": "@radix-ui/utils",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -15,6 +15,4 @@ "source": "src/index.ts",

"scripts": {
"build": "parcel build src/index.ts --no-cache",
"clean": "rm -rf dist",
"version": "yarn version",
"prepublish": "yarn clean && yarn build"
"prepublish": "yarn clean"
},

@@ -21,0 +19,0 @@ "homepage": "https://radix-ui.com/primitives",

Sorry, the diff of this file is not supported yet

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