
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
tla is 100% a fork of the always awesome @feross's module, available, with a different dictionary.txt. He did 99.95% of the work. Please support his Patreon.
npm install tla -g
Get available names from the npm registry:
$ tla
AAA
AAI
AAC
...
Full options list:
Usage:
tla [optional-name] <options>
Scan npm for available three-letter acronym package names.
Examples:
Print lots of possible names:
tla
tla --offline
Check for a certain name:
tla my-cool-name
tla my-cool-name --related
tla my-cool-name --offline
Flags:
-r, --related Search for related module names (Uses thesaurus)
-o, --offline Force offline mode (Does not verify names are actually available)
-v, --version Show current version
-h, --help Show usage information
tla.getNames(opts, next)Get available package names from npm.
If opts.online is true, verify that the
names are actually available. Otherwise, a local
package name database is used,
which may be slightly out-of-date.
next(err, name) is called each time an available package is found. This allows
for "streaming" the possible names from the registry. If err is an Error, then
there was a problem and next will not be called again. name is the available
package name.
tla.checkName(name, opts, next)Check if a specific name is available on npm.
If opts.online is true, verify that the
names are actually available. Otherwise, a local
package name database is used,
which may be slightly out-of-date.
If opts.related is true, then this will search for related module names using
a thesaurus.
next(err, name) is called each time an available package is found. This allows
for "streaming" the possible names from the registry. If err is an Error, then
there was a problem and next will not be called again. name is the available
package name.
MIT. Copyright (c) Feross Aboukhadijeh. ^ I dunno if I update this or not since this is a fork, so I'll leave it.
FAQs
Scan npm for available three-letter acronyms
We found that tla 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.