
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
Cotrack is a JS library for obtaining object tracking information from Brazilian post offices.
Cotrack is a JS library for obtaining object tracking information from Brazilian post offices.
Use the package manager npm to install.
npm install cotrack
or
yarn add cotrack
const cotrack = require("cotrack")
async function rastreio() {
const data = await cotrack("pz483514143br")
console.log(data)
}
rastreio()
/*
log:
[
{
status: 'Objeto saiu para entrega ao destinatário',
data: '25/09/2020',
local: 'AC ACAILANDIA - Acailandia / MA',
hora: '08:15',
origem: null,
destino: null,
ufDestino: null,
ufOrigem: null
},
{
status: 'Objeto encaminhado ',
data: '15/09/2020',
origem: 'CTCE SALVADOR',
destino: 'AC ACAILANDIA',
hora: '21:21',
ufDestino: 'MA',
local: null,
ufOrigem: 'BA'
},
{
status: 'Objeto encaminhado ',
data: '09/09/2020',
origem: 'CTCE RIBEIRAO PRETO',
destino: 'CTCE SALVADOR',
hora: '08:26',
ufDestino: 'BA',
local: null,
ufOrigem: 'SP'
},
{
status: 'Objeto encaminhado ',
data: '04/09/2020',
origem: 'AGF GEDEON',
destino: 'CTCE RIBEIRAO PRETO',
hora: '19:46',
ufDestino: 'SP',
local: null,
ufOrigem: 'SP'
},
{
status: 'Objeto postado após o horário limite da unidade',
data: '04/09/2020',
local: 'AGF GEDEON - Ribeirao Preto / SP',
hora: '19:25',
origem: null,
destino: null,
ufDestino: null,
ufOrigem: null
}
]
*/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
FAQs
Cotrack is a JS library for obtaining object tracking information from Brazilian post offices.
We found that cotrack 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.