Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
is-probably-american-name
Advanced tools
Check a string against a database of American first names.
⚠️ Be careful about using this package in the browser. The database it checks against is a 67 MB JSON file.
$ npm install is-probably-american-name --save
const isName = require('is-probably-american-name')
isName('ada') // => true
isName('analytical engine') // => false
This package only works for first names.
const isName = require('is-probably-american-name')
isName('ada lovelace') // => false
This packages uses a database of American names from 1880 to 2016. As such, it includes a number of names from around the world, but it's far from perfect. Here's how it performs against a small sample of actual names:
Name | Recognized? |
---|---|
Fela | ✅ |
Vineet | ✅ |
Khaled | ✅ |
Yuriko | ✅ |
Lingman | ❌ |
Azami | ❌ |
Weiwen | ❌ |
Rajeswari | ❌ |
FAQs
Check a string against a database of American names.
We found that is-probably-american-name demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.