
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
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.
The npm package is-singular receives a total of 4 weekly downloads. As such, is-singular popularity was classified as not popular.
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
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.