
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Convert and/or define numeronyms from words
You can install it with npm(1)
$ npm install numeronym
or use component(1)
$ npm install jwerle/numeronym
numeronym() tries its best to create a numeronym representation of a word you provide. It is simple
to use and may be useful to someone out there. It was fun to make.
To start using numeronym, just pass it a string argument. All numeronym's created are stored in an internal table
var n = require('numeronym');
console.log( n('canine') ); // k9
console.log( n('internationalization') ); // i18n
Accepts a word as an argument. An optional alias or options object can be passed as well. In the case
of a string alias provied, the creation of a numeronym is skipped and the alias is used as the value.
Returns the numeronym associated with the provided word
var n = require('numeronym');
n('internationalization'); // i18n
n.get('internationalization'); // i18n
Returns the string used to create numeronym
var n = require('numeronym');
n.lookup'k9'); // canine
TODO ..
$ make test
joseph werle
MIT
FAQs
Convert and/or define numeronyms from a words
The npm package numeronym receives a total of 0 weekly downloads. As such, numeronym popularity was classified as not popular.
We found that numeronym 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.