Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

courier_tracking_auspost

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

courier_tracking_auspost - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

11

index.js

@@ -51,2 +51,13 @@ const request = require("request");

if (
response_body.QueryTrackEventsResponse.TrackingResults[0].Consignment
.Articles[0].Events.length === 0
) {
return cb({
connote: connote,
statusCode: 404,
message: "No scans found"
});
}
if (response.statusCode === 200) {

@@ -53,0 +64,0 @@ return cb(null, normalize(response_body));

2

package.json
{
"name": "courier_tracking_auspost",
"version": "0.0.1",
"version": "0.0.2",
"description": "Courier tracking from provided connote for Australia Post",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc