
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
is-singular
Advanced tools
Return true if given word is in singular form like `apple`, `car`, `test` and false otherwise, never throws.
Return true if given word is in singular form like
apple,car,testand false otherwise, never throws.
npm i is-singular --save
npm test
For more use-cases see the tests
var isSingular = require('is-singular')
isSingular('car') //=> true
isSingular('cars') //=> false
isSingular(123) //=> false
isSingular({a: 'b'}) //=> false
name or user/repo exists in npm registry… morePull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.
FAQs
Return true if given word is in singular form like `apple`, `car`, `test` and false otherwise, never throws.
We found that is-singular 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 Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.