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.6.0 to 0.7.0

lib/courier/rincos.js

2

bin/index.js

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

.arguments('<tracecode>')
.option('-c, --courier <courier>', 'Courier Namespace', /^(KOREAPOST|ECARGO|FEDEX)$/i, 'KOREAPOST')
.option('-c, --courier <courier>', 'Courier Namespace', /^(KOREAPOST|ECARGO|FEDEX|PANTOS|RINCOS)$/i)
.action(function (tracecode) {

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

@@ -0,1 +1,7 @@

# 0.7.0
* add rincos.
# 0.6.1
* add courier to commander
# 0.6.0

@@ -2,0 +8,0 @@ * add exception logic when one package is shipped via multiple carriers. (Pantos)

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

NAME: 'Pantos'
},
RINCOS: {
CODE: 'rincos',
NAME: 'RINCOS'
}

@@ -55,0 +59,0 @@ },

{
"name": "delivery-tracker",
"version": "0.6.0",
"version": "0.7.0",
"author": {

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

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

Pantos | @egg- | http://www.epantos.com/
Rincos | @egg- | http://www.rincos.co.kr/

@@ -21,0 +22,0 @@ ## Installation

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