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.3 to 2.3.4

3

CHANGELOG.md

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

# 2.3.4
* sicepat: add status for INFO_RECEIVED
# 2.3.3

@@ -2,0 +5,0 @@ * sicepat: add apikey for option

4

lib/courier/sicepat.js

@@ -44,3 +44,5 @@ 'use strict'

if (item.status === 'DELIVERED') {
if (item.status === 'PICKREQ') {
checkpoint.status = tracker.STATUS.INFO_RECEIVED
} else if (item.status === 'DELIVERED') {
checkpoint.status = tracker.STATUS.DELIVERED

@@ -47,0 +49,0 @@ }

{
"name": "delivery-tracker",
"version": "2.3.3",
"version": "2.3.4",
"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