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 0.9.4 to 1.0.0

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

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

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

NAME: 'USPS'
},
CJKOREAEXPRESS: {
CODE: 'cjkoreaexpress',
NAME: 'CJ Korea Express'
}

@@ -42,0 +46,0 @@ }

{
"name": "delivery-tracker",
"version": "0.9.4",
"version": "1.0.0",
"author": {

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

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

USPS | @egg- | https://www.usps.com/
CJ Korea Express (Korea) | @egg- | http://cjkoreaexpress.co.kr/ (https://www.doortodoor.co.kr)

@@ -100,2 +101,3 @@ ## Installation

USPS | usps | USPS
CJKOREAEXPRESS | cjkoreaexpress | CJ Korea Express

@@ -102,0 +104,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