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.1 to 2.1.2

3

CHANGELOG.md

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

# 2.1.2
* add handle for sicepat unknown error.
# 2.1.1

@@ -2,0 +5,0 @@ * update sicepat error.

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

if (!body.body) {
return cb(tracker.error(tracker.ERROR.UNKNOWN))
}
if (body.sicepat.status.code !== 200) {

@@ -75,0 +78,0 @@ return cb(body.sicepat.status.description)

2

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