
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.