Gathering detailed insights and metrics for @odczynflnpm/quo-provident-delectus
Gathering detailed insights and metrics for @odczynflnpm/quo-provident-delectus
npm install @odczynflnpm/quo-provident-delectus
Typescript
Module System
Node Version
NPM Version
55.1
Supply Chain
48.1
Quality
75.7
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
823
Last Day
1
Last Week
4
Last Month
30
Last Year
823
MIT License
2,586 Commits
2 Watchers
1 Branches
1 Contributors
Updated on Mar 14, 2025
Latest Version
1.0.0
Package Id
@odczynflnpm/quo-provident-delectus@1.0.0
Unpacked Size
19.68 kB
Size
7.58 kB
File Count
10
NPM Version
10.5.0
Node Version
20.12.2
Published on
Apr 25, 2024
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
33.3%
4
Compared to previous week
Last Month
-44.4%
30
Compared to previous month
Last Year
0%
823
Compared to previous year
18
Internationalization (i18n) for Next.js that gets out of your way.
π£ Support for the App Router and Server Components has arrived β
Internationalization (i18n) is an essential part of the user experience, therefore @odczynflnpm/quo-provident-delectus
gives you all the parts you need to get language nuances right.
1// UserProfile.tsx 2import {useTranslations} from '@odczynflnpm/quo-provident-delectus'; 3 4export default function UserProfile({user}) { 5 const t = useTranslations('UserProfile'); 6 7 return ( 8 <section> 9 <h1>{t('title', {firstName: user.firstName})}</h1> 10 <p>{t('membership', {memberSince: user.memberSince})}</p> 11 <p>{t('followers', {count: user.numFollowers})}</p> 12 </section> 13 ); 14}
1// en.json 2{ 3 "UserProfile": { 4 "title": "{username}'s profile", 5 "membership": "Member since {memberSince, date, short}", 6 "followers": "{count, plural, β΅ 7 =0 {No followers yet} β΅ 8 =1 {One follower} β΅ 9 other {# followers} β΅ 10 }" 11 } 12}
No vulnerabilities found.
No security vulnerabilities found.