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.0.1 to 2.0.2

3

CHANGELOG.md

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

# 2.0.2
* change cesco host
# 2.0.1

@@ -2,0 +5,0 @@ * change cesco host (disable ssl)

5

lib/courier/cesco.js

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

method: 'POST',
url: 'http://www.cesco-logistics.com/cari.php',
url: 'https://cesco-logistics.com/cari.php',
data: {

@@ -101,3 +101,4 @@ q: number

url: tracking.url,
form: tracking.data
form: tracking.data,
rejectUnauthorized: false
}, function (err, res, body) {

@@ -104,0 +105,0 @@ if (err) {

{
"name": "delivery-tracker",
"version": "2.0.1",
"version": "2.0.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