
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@mauur/components
Advanced tools
Style-agnostic React Native contact input and pure contact helpers, shared across mauurda projects (pergy, takehub).
Style-agnostic React Native contact input and pure contact helpers, shared across mauurda projects (pergy, takehub).
npm install @mauur/components
react and react-native are peer dependencies.
Pure helpers (no React):
detectInputType(text) → "email" | "phone" | "undetermined"formatPhoneNumber(text, country?, previousText?) — as-you-type formatting (default country "US")validatePhone(phone, country?)toE164(phone, country?) → E.164 string or nullvalidateEmail(email)formatPhoneForDisplay(phone) — national format for displaynormalizeToE164(phone) — server-friendly E.164 normalizer with naive fallbackComponent:
<ContactField /> — a TextInput that formats phone numbers as you type and reports the detected input type. Styling is the caller's.import { ContactField } from "@mauur/components";
<ContactField
value={value}
onChangeText={setValue}
onDetectType={(type) => console.log(type)}
placeholder="Phone or email"
/>;
FAQs
Style-agnostic React Native contact input and pure contact helpers, shared across mauurda projects (pergy, takehub).
The npm package @mauur/components receives a total of 137 weekly downloads. As such, @mauur/components popularity was classified as not popular.
We found that @mauur/components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.