
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
apigratis-sdk-nodejs
Advanced tools
A ideia desse SDK é otimizar o tempo de código dos usuários auxiliando na integração com a plataforma
Conjunto de API, para desenvolvedores.
Transforme seus projetos em soluções inteligentes com nossa API. Com recursos como API do WhatsApp, geolocalização, rastreamento de encomendas, verificação de CPF/CNPJ e mais, você pode criar soluções eficientes e funcionais. Comece agora.
npm i apigratis-sdk-nodejs --save
https://www.npmjs.com/package/apigratis
Up | Services available | Description | Free | Beta | Stable |
---|---|---|---|---|---|
✅ | WhatsAppService | API do WhatsApp Gratuita. | ⌛ | ⌛ | ⌛ |
⌛ | Receita Data CNPJ | API Dados CNPJ Receita. | ⌛ | ⌛ | ⌛ |
⌛ | Receita Data CPF | API Dados de CPF Serasa. | ⌛ | ⌛ | ⌛ |
⌛ | CorreiosService | API Busca encomendas Correios Brazil. | ⌛ | ⌛ | ⌛ |
⌛ | CEPLocation | API CEP Geolocation + IBGE Brazil. | ⌛ | ⌛ | ⌛ |
⌛ | VehiclesService | API Placa Dados. | ⌛ | ⌛ | ⌛ |
⌛ | FipeService | API Placa FIPE. | ⌛ | ⌛ | ⌛ |
in developing
// isso é apenas um rascunho, ainda nao está funcional
const WhatsApp = require('apigratis');
async function teste() {
try {
const response = await WhatsApp.request({
action: "sendText",
credentials: {
SecretKey: "SEU_SECRET_KEY",
PublicToken: "SEU_PUBLIC_TOKEN",
DeviceToken: "SEU_DEVICE_TOKEN",
BearerToken: "SEU_BEARER_TOKEN",
},
body: {
message: "Hello World por JavaScript",
phone: "5531994359434",
time_typing: 1
}
});
console.log(response)
} catch (error) {
console.log(error)
}
}
FAQs
A ideia desse SDK é otimizar o tempo de código dos usuários auxiliando na integração com a plataforma
The npm package apigratis-sdk-nodejs receives a total of 8 weekly downloads. As such, apigratis-sdk-nodejs popularity was classified as not popular.
We found that apigratis-sdk-nodejs 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.