🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@radix-ui/react-primitive

Package Overview
Dependencies
Maintainers
4
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-primitive - npm Package Compare versions

Comparing version
2.1.6
to
2.1.7
+0
-5
dist/index.d.mts
import * as React from 'react';
declare module 'react' {
interface CSSProperties {
[varName: `--radix-${string}`]: string | number | undefined | null;
}
}
declare const NODES: readonly ["a", "button", "div", "form", "h2", "h3", "img", "input", "label", "li", "nav", "ol", "p", "select", "span", "svg", "ul"];

@@ -9,0 +4,0 @@ type Primitives = {

import * as React from 'react';
declare module 'react' {
interface CSSProperties {
[varName: `--radix-${string}`]: string | number | undefined | null;
}
}
declare const NODES: readonly ["a", "button", "div", "form", "h2", "h3", "img", "input", "label", "li", "nav", "ol", "p", "select", "span", "svg", "ul"];

@@ -9,0 +4,0 @@ type Primitives = {

+1
-1
{
"name": "@radix-ui/react-primitive",
"version": "2.1.6",
"version": "2.1.7",
"license": "MIT",

@@ -5,0 +5,0 @@ "source": "./src/index.ts",