
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.
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.
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.