Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
acrophonic-alphabets
Advanced tools
A collection of 92 Alpha-Bravo-Charlie-style alphabets from around the world.
A collection of 92 Alpha-Bravo-Charlie-style alphabets from around the world.
Acrophony is the naming of letters of an alphabetic writing system so that a letter's name begins with the letter itself. For example, Greek letter names are acrophonic: the names of the letters α, β, γ, δ, are spelled with the respective letters: αλφα (alpha), βήτα (beta), γάμμα (gamma), δέλτα (delta).
npm install acrophonic-alphabets --save
This module exports an array of alphabets. Each has a name, language, year, notes, and a 26-word alphabetical list.
var alphabets = require('acrophonic-alphabets')
alphabets.length
// => 92
alphabets[0]
// =>
// { name: 'NATO',
// language: 'English',
// notes: 'This alphabet dates from ...',
// year: 1955,
// words: 'alpha bravo charlie delta echo ...'}
None
MIT
FAQs
A collection of 92 Alpha-Bravo-Charlie-style alphabets from around the world.
The npm package acrophonic-alphabets receives a total of 6 weekly downloads. As such, acrophonic-alphabets popularity was classified as not popular.
We found that acrophonic-alphabets 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.