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.5.5 to 2.5.6

3

CHANGELOG.md

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

# 2.5.6
* add an exception logic in SICEPAT.
# 2.5.5

@@ -2,0 +5,0 @@ * fixed an issue in SICEPAT is not working.

@@ -143,2 +143,5 @@ 'use strict'

try {
if (body.sicepat.status.code !== 200) {
return cb(body.sicepat.status.description)
}
var result = handler.parser.trace(body.sicepat.result, number)

@@ -145,0 +148,0 @@ cb(result ? null : tracker.error(tracker.ERROR.INVALID_NUMBER), result)

2

package.json
{
"name": "delivery-tracker",
"version": "2.5.5",
"version": "2.5.6",
"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