Socket
Socket
Sign inDemoInstall

delivery-tracker

Package Overview
Dependencies
6
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.5 to 2.5.0

lib/courier/jnt.js

2

bin/index.js

@@ -8,3 +8,3 @@ #! /usr/bin/env node

.arguments('<tracecode>')
.option('-c, --courier <courier>', 'Courier Namespace', /^(KOREAPOST|ECARGO|FEDEX|PANTOS|RINCOS|AUSPOST|ROYALMAIL|USPS|CJKOREAEXPRESS|POSLAJU|YELLOEXPRESS|EFS|AIRBRIDGE|UPS|TNT|CESCO|XPOST|KERRYTHAI|SICEPAT|XIOEXPRESS|EPARCEL|LBC)$/i)
.option('-c, --courier <courier>', 'Courier Namespace', /^(KOREAPOST|ECARGO|FEDEX|PANTOS|RINCOS|AUSPOST|ROYALMAIL|USPS|CJKOREAEXPRESS|POSLAJU|YELLOEXPRESS|EFS|AIRBRIDGE|UPS|TNT|CESCO|XPOST|KERRYTHAI|SICEPAT|XIOEXPRESS|EPARCEL|LBC|JNT)$/i)
.option('-k, --apikey <apikey>', 'API KEY')

@@ -11,0 +11,0 @@ .action(function (tracecode) {

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

# 2.5.0
* add j&t express
# 2.4.5

@@ -2,0 +5,0 @@ * fixed an issue in UPS is not working.

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

NAME: 'LBC'
},
JNT: {
CODE: 'jnt',
NAME: 'J&T'
}

@@ -102,0 +106,0 @@ }

{
"name": "delivery-tracker",
"version": "2.4.5",
"version": "2.5.0",
"author": {

@@ -52,3 +52,5 @@ "name": "egg",

"eparcel",
"lbc"
"lbc",
"j&t",
"jnt"
],

@@ -55,0 +57,0 @@ "license": "MIT",

@@ -35,2 +35,3 @@ # delivery-tracker

LBC | @egg- | https://www.lbcexpress.com/
J&T (PH) | @egg- | https://www.jtexpress.ph/

@@ -127,2 +128,3 @@ ## Installation

LBC | lbc | LBC
JNT | jnt | J&T

@@ -129,0 +131,0 @@ ### STATUS

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