New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.0.5

4

helpers/normalize.js

@@ -75,3 +75,5 @@ const uniqWith = require("lodash.uniqwith");

if (trackingInfo.length > 2) {
pickedupAt = { date: trackingInfo[2].date, time: trackingInfo[2].time };
console.log(trackingInfo[0]);
const item = trackingInfo[trackingInfo.length - 3];
pickedupAt = { date: item.date, time: item.time };
pickedUp = true;

@@ -78,0 +80,0 @@ }

{
"name": "courier_tracking_auspost",
"version": "0.0.4",
"version": "0.0.5",
"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