Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Gere nomes poéticos e aleatórios
npm install alphonsus
var alphonsus = require("alphonsus");
// uso normal
alphonsus() // => "clareira-tímida-5150"
// tamanho customizado (padrão=4)
alphonsus({tokenLength: 6}) // => "disco-divino-457821"
// use hex ao invés de números
alphonsus({tokenHex: true}) // => "barco-jovem-fccf"
// use caracteres customizados ao invés de números/hex
alphonsus({tokenChars: "castidade"}) // => "campo-rude-aesa"
// não incluir um token
alphonsus({tokenLength: 0}) // => "arte-desconhecida"
// use um delimitador diferente
alphonsus({delimiter: "*"}) // => "poeira*pura*4521"
// sem token, delimitado por espaços
alphonsus({tokenLength: 0, delimiter: " "}) // => "brilho quieto"
// sem token, delimitador vazio
alphonsus({tokenLength: 0, delimiter: ""}) // => "montanhaelegante"
As seguintes opções estão disponíveis:
alphonsus({
delimiter: "-",
tokenLength: 4,
tokenHex: false,
tokenChars: "0123456789"
});
FAQs
Gere nomes poéticos e aleatórios.
The npm package alphonsus receives a total of 1 weekly downloads. As such, alphonsus popularity was classified as not popular.
We found that alphonsus 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.