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.2 to 0.0.3

9

helpers/normalize.js

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

if (trackingInfo.length > 0) {
const firstScan = trackingInfo[trackingInfo.length - 1];
pickedupAt = { date: firstScan.date, time: firstScan.time };
pickedUp = true;
trackingInfo.forEach(item => {
if (item.action.toLowerCase().indexOf("picked up") != -1) {
pickedupAt = { date: item.date, time: item.time };
pickedUp = true;
}
});
}

@@ -68,0 +71,0 @@

{
"name": "courier_tracking_auspost",
"version": "0.0.2",
"version": "0.0.3",
"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