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 2.1.0 to 2.1.1

3

CHANGELOG.md

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

# 2.1.1
* update sicepat error.
# 2.1.0

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

2

lib/courier/sicepat.js

@@ -60,3 +60,3 @@ 'use strict'

if (!opts.apikey) {
return cb('required apikey')
return cb(tracker.error(tracker.ERROR.REQUIRED_APIKEY))
}

@@ -63,0 +63,0 @@

@@ -98,6 +98,8 @@ 'use strict'

INVALID_NUMBER_HEADER: 12,
INVALID_NUMBER_COUNTRY: 13
INVALID_NUMBER_COUNTRY: 13,
REQUIRED_APIKEY: 30
}
var ERROR_MESSAGE = {
30: 'required apikey.',
20: 'shipment does not support.',

@@ -104,0 +106,0 @@ 21: 'working on it. Please search it again.',

{
"name": "delivery-tracker",
"version": "2.1.0",
"version": "2.1.1",
"author": {

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

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