
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
questions-lib
Advanced tools
Este repositório é uma biblioteca de abstração de lógica das requisições na questions-api
yarn add questions-lib
Esta biblioteca retorna um objeto default com toda a API para a questions-api.
Portanto, só é necessário usar este objeto para acessar os dados. Na versão 1.0.x, este objeto somente possui uma chave, group
, que possui os seguintes métodos:
uuid
uuid
do grupo passadoimport questionsApi from 'questions-api'
const http = questionsApi()
// get all groups
http.groups.all()
// get a single group
http.groups.get('uuid')
// get questions by group
http.groups.questions('uuid')
É possível, quando se chama a função questionsApi
, passar um objeto de configuração de uma instância do axios, mais informações você encontra aqui
import questionsApi from 'questions-api'
const http = questionsApi({
baseURL: 'http://localhost:4000'
})
setToken
methodFAQs
A agnostic lib for questions-api
The npm package questions-lib receives a total of 2 weekly downloads. As such, questions-lib popularity was classified as not popular.
We found that questions-lib 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.