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.2
to
1.1.3
+14
-0
component-registry.json

@@ -47,3 +47,17 @@ {

"description": "A checkbox component for selecting options."
},
"PinBox":{
"url":"https://raw.githubusercontent.com/Sahilwagh03/React-Nex-Components/main/src/components/PinBox/PinBox.jsx",
"version": "1.0.0",
"description": "A PinBox component for getting otp values",
"dependencies": [
"PinContainer"
],
"utilsFiles":"https://raw.githubusercontent.com/Sahilwagh03/React-Nex-Components/main/src/components/PinBox/utils.js"
},
"PinContainer":{
"url":"https://raw.githubusercontent.com/Sahilwagh03/React-Nex-Components/main/src/components/PinBox/PinContainer.jsx",
"version": "1.0.0",
"description": "A PinContainer component for wraping the PinBox"
}
}
+1
-1

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

},
"version": "1.1.2",
"version": "1.1.3",
"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",

@@ -59,2 +59,3 @@ # React-nex

- **Checkbox**: A checkbox component for selecting options.
- **PinBox**: A PinBox component for getting otp values.

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