Socket
Socket
Sign inDemoInstall

delivery-tracker

Package Overview
Dependencies
81
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.4 to 1.5.0

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

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

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

# 1.5.0
* add Air Bridge.
# 1.4.4

@@ -2,0 +5,0 @@ * update USPS site changes.

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

NAME: 'EFS'
},
AIRBRIDGE: {
CODE: 'airbridge',
NAME: 'AIR BRIDGE'
}

@@ -62,0 +66,0 @@ }

{
"name": "delivery-tracker",
"version": "1.4.4",
"version": "1.5.0",
"author": {

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

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