Socket
Socket
Sign inDemoInstall

delivery-tracker

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delivery-tracker - npm Package Compare versions

Comparing version 2.3.5 to 2.3.6

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# 2.3.6
* eparcel: fixed delivery status check issue and change test dummy data.
# 2.3.5

@@ -2,0 +5,0 @@ * eparcel: fixed delivery status check issue.

3

lib/courier/eparcel.js

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

}
if (/delivered|delivery completed|successful delivery/i.test(statusMessage) === true) {
if (/delivered|delivery completed|completion of the delivery/i.test(statusMessage) === true) {
checkpoint.status = tracker.STATUS.DELIVERED

@@ -58,0 +59,0 @@ } else if (/ready for/i.test(statusMessage) === true) {

{
"name": "delivery-tracker",
"version": "2.3.5",
"version": "2.3.6",
"author": {

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

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