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 1.8.0 to 1.9.0

lib/courier/xpost.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)$/i)
.option('-c, --courier <courier>', 'Courier Namespace', /^(KOREAPOST|ECARGO|FEDEX|PANTOS|RINCOS|AUSPOST|ROYALMAIL|USPS|CJKOREAEXPRESS|POSLAJU|YELLOEXPRESS|EFS|AIRBRIDGE|UPS|TNT|CESCO|XPOST)$/i)
.action(function (tracecode) {

@@ -11,0 +11,0 @@ if (!tracker.COURIER[program.courier]) {

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

# 1.9.0
* add XPOST.
# 1.8.0

@@ -2,0 +5,0 @@ * add CESCO.

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

NAME: 'CESCO'
},
XPOST: {
CODE: 'xpost',
NAME: 'XPOST'
}

@@ -78,0 +82,0 @@ }

{
"name": "delivery-tracker",
"version": "1.8.0",
"version": "1.9.0",
"author": {

@@ -45,3 +45,4 @@ "name": "egg",

"tnt",
"cesco"
"cesco",
"xpost"
],

@@ -48,0 +49,0 @@ "license": "MIT",

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

CESCO | @egg- | https://www.cesco-logistics.com/
XPOST | @egg- | https://www.xpost.ph/

@@ -114,2 +115,3 @@ ## Installation

CESCO | cesco | CESCO
XPOST | xpost | XPOST

@@ -116,0 +118,0 @@ ### STATUS

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