Socket
Socket
Sign inDemoInstall

shipit

Package Overview
Dependencies
82
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

13

lib/dhlgm.js

@@ -87,3 +87,14 @@ (function() {

DhlGmClient.prototype.getEta = function(data) {};
DhlGmClient.prototype.getEta = function(data) {
var $, eta;
if (data == null) {
return;
}
$ = data;
eta = $(".status-info > .row .est-delivery > p").text();
if (!(eta != null ? eta.length : void 0)) {
return;
}
return moment("" + eta + " 23:59:59 +00:00").toDate();
};

@@ -90,0 +101,0 @@ DhlGmClient.prototype.getService = function(data) {

2

package.json
{
"name": "shipit",
"version": "0.4.1",
"version": "0.4.2",
"description": "This module allows you to connect to many shipping carriers like UPS and FedEx and download tracking data for your packages in a common schema",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc