Socket
Socket
Sign inDemoInstall

delivery-tracker

Package Overview
Dependencies
81
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.1 to 1.5.2

4

lib/courier/airbridge.js

@@ -36,2 +36,6 @@ 'use strict'

var cols = $(this).find('td')
if (cols.length < 2) {
return true
}
var statusMessage = cols.eq(1).text().trim()

@@ -38,0 +42,0 @@ var locationMessage = cols.eq(0).text().trim()

2

lib/courier/pantos.js

@@ -55,3 +55,3 @@ 'use strict'

summary: function (body) {
var item = body.OUT_DS1[0]
var item = body.OUT_DS1[0] || {}
return {

@@ -58,0 +58,0 @@ number: item.hblNo

{
"name": "delivery-tracker",
"version": "1.5.1",
"version": "1.5.2",
"author": {

@@ -5,0 +5,0 @@ "name": "egg",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc