New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@controlkit/label

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@controlkit/label - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+2
-1
dist/index.js

@@ -13,3 +13,3 @@ import { jsx } from 'react/jsx-runtime';

});
const Label = forwardRef(({ extend, ...props }, ref) => /* @__PURE__ */ jsx(
const Label = forwardRef(({ extend, style, ...props }, ref) => /* @__PURE__ */ jsx(
LabelPrimitive.Root,

@@ -19,2 +19,3 @@ {

...stylex.props(styles.base, extend),
style,
...props

@@ -21,0 +22,0 @@ }

{
"name": "@controlkit/label",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",

@@ -15,5 +15,5 @@ "module": "dist/index.js",

"peerDependencies": {
"@stylexjs/stylex": "^0.7.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"@stylexjs/stylex": "0.10.1",
"react": "19.0.0",
"react-dom": "19.0.0"
},

@@ -24,6 +24,6 @@ "dependencies": {

"devDependencies": {
"@stylexjs/babel-plugin": "^0.7.5",
"@stylexjs/rollup-plugin": "^0.7.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@stylexjs/babel-plugin": "0.10.1",
"@stylexjs/rollup-plugin": "0.10.1",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",

@@ -36,5 +36,5 @@ "@typescript-eslint/parser": "^7.13.1",

"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite": "6.2.0",
"vite-plugin-dts": "^3.9.1"
}
}