Socket
Socket
Sign inDemoInstall

delivery-tracker

Package Overview
Dependencies
80
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.1 to 2.7.0

lib/courier/canadapost.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|JNT|DHL)$/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|DHL|CANADAPOST)$/i)
.option('-k, --apikey <apikey>', 'API KEY')

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

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

NAME: 'DHL'
},
CANADAPOST: {
CODE: 'canadapost',
NAME: 'Canada Post'
}

@@ -110,0 +114,0 @@ }

{
"name": "delivery-tracker",
"version": "2.6.1",
"version": "2.7.0",
"author": {

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

"jnt",
"dhl"
"dhl",
"canada post"
],

@@ -58,0 +59,0 @@ "license": "MIT",

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

DHL | @carstenschwede | https://www.dhl.com/
Canada Post | @egg- | https://www.canadapost-postescanada.ca/

@@ -131,2 +132,3 @@ ## Installation

DHL | dhl | DHL
CANADAPOST | canadapost | Canada Post

@@ -133,0 +135,0 @@ ### STATUS

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc