
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Wrapper that returns standardized javascript objects from various shipping APIs.
Get tracking information:
var packet = {
"carrier": "usps",
"number": "EJ958088694US"
};
var credentials = {id: 'YOUR_USER_ID', testing: true};
//use testing: true to use testing rather than production servers
tracking.track(credentials, packet, function (tracking) {
console.log("USPS");
if (tracking.status)
console.log(tracking.data);
else
console.log(tracking.issues);
});
{key: 'YOUR_KEY', password: 'YOUR_PASSWORD', number: 'YOUR_ACCOUNT_NUMBER', meter: 'YOUR_METER_NUMBER'}
{key: 'YOUR_KEY', user: 'YOUR_USERNAME', password: 'YOUR_PASSWORD'}
{id: 'YOUR_USER_ID'}
npm install packmule
... or to install the package globally:
npm install -g packmule
Michael Nowack (github.com/syranez), who originally created the dhl module, which scrapes from carrier tracking sites. Much of the organization of this module is based on his.
Copyright (c) 2013 Patrick Facheris, MIT LICENSE
FAQs
Universal mail tracking for node.
We found that packmule 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.