
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@resuelve/auth
Advanced tools
Token Helper es la versión del resuelve-auth pero hecho 100% en node
Reesuelve Auth es la versión del resuelve-auth pero hecho 100% en node
const Auth = require('@resuelve/auth')
const setup = {
secret: 'test secret', //requerido
service: 'my service', // opcional
role: 'my role', // opcional
session: 'my session', // opcional
timestamp: 1575068419977 // opcional
}
const auth = new Auth(setup)
const metaData = {} // cualquier objeto tipo JSON
const token = auth.generateToken(metaData)
const parsedData = auth.parseToken(token)
/* la respuesta de parsedData trae lo siguiente
parsedData = {
meta: {}, // lo ingresado en metaData
service: '' // lo mismo que definido en el setup
role: '' // lo mismo que definido en el setup
session: '' // lo mismo que definido en el setup
timestamp: '' // lo mismo que definido en el setup o auto generado
}
*/
FAQs
Token Helper es la versión del resuelve-auth pero hecho 100% en node
The npm package @resuelve/auth receives a total of 3 weekly downloads. As such, @resuelve/auth popularity was classified as not popular.
We found that @resuelve/auth demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.