You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

react-nex

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-nex - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+15
-3
component-registry.json

@@ -17,3 +17,6 @@ {

"description": "A versatile Avatar component for displaying user avatars.",
"dependencies": ["AvatarImage","AvatarFallback"],
"dependencies": [
"AvatarImage",
"AvatarFallback"
],
"utilsFiles": "https://raw.githubusercontent.com/Sahilwagh03/React-Nex-Components/main/src/components/Avatar/utils.js"

@@ -34,5 +37,14 @@ },

"version": "1.0.0",
"description": "Component to display a group of avatars.",
"dependencies": ["Avatar"]
"description": "Component to display a group of avatars."
},
"Badge": {
"url": "https://raw.githubusercontent.com/Sahilwagh03/React-Nex-Components/main/src/components/Badge/Badge.jsx",
"version": "1.0.0",
"description": "A simple badge component for labeling content."
},
"Checkbox": {
"url": "https://raw.githubusercontent.com/Sahilwagh03/React-Nex-Components/main/src/components/CheckBox/CheckBox.jsx",
"version": "1.0.0",
"description": "A checkbox component for selecting options."
}
}
+1
-1

@@ -6,3 +6,3 @@ {

},
"version": "1.1.1",
"version": "1.1.2",
"description": "ReactNex is a next-generation UI component library for React developers. It offers a wide range of customizable and performant components to help you build beautiful and responsive user interfaces quickly and efficiently.",

@@ -9,0 +9,0 @@ "main": "index.js",

@@ -57,2 +57,4 @@ # React-nex

- **AvatarGroup**: A component for displaying a group of avatars in a single container.
- **Badge**: A simple badge component for labeling content.
- **Checkbox**: A checkbox component for selecting options.

@@ -59,0 +61,0 @@ ## Contributing