Gathering detailed insights and metrics for @diotoborg/omnis-necessitatibus
Gathering detailed insights and metrics for @diotoborg/omnis-necessitatibus
npm install @diotoborg/omnis-necessitatibus
Typescript
Module System
Node Version
NPM Version
72.7
Supply Chain
90.8
Quality
86.2
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
468
Last Day
1
Last Week
115
Last Month
256
Last Year
468
MIT License
2,263 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Feb 14, 2025
Latest Version
4.5.98
Package Id
@diotoborg/omnis-necessitatibus@4.5.98
Unpacked Size
227.98 kB
Size
119.87 kB
File Count
632
NPM Version
10.8.2
Node Version
20.17.0
Published on
Sep 22, 2024
Cumulative downloads
Total Downloads
Last Day
-99.1%
1
Compared to previous day
Last Week
7.5%
115
Compared to previous week
Last Month
181.3%
256
Compared to previous month
Last Year
0%
468
Compared to previous year
29
🤙 International phone input component for React
1$ npm i @diotoborg/omnis-necessitatibus
1import { useState } from 'react'; 2import { PhoneInput } from '@diotoborg/omnis-necessitatibus'; 3import '@diotoborg/omnis-necessitatibus/style.css'; 4 5const App = () => { 6 const [phone, setPhone] = useState(''); 7 8 return ( 9 <div> 10 <PhoneInput 11 defaultCountry="ua" 12 value={phone} 13 onChange={(phone) => setPhone(phone)} 14 /> 15 </div> 16 ); 17};
Find the full API reference on official documentation.
You can encounter some breaking changes after update between major versions.
Checkout migration documents that contain a list of breaking changes and ways to migrate:
Update from v3 to v4
Update from v2 to v3
Update from v1 to v2
No vulnerabilities found.
No security vulnerabilities found.