Socket
Socket
Sign inDemoInstall

shipit

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shipit - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

4

lib/upsmi.js

@@ -79,6 +79,6 @@ (function() {

}
if (formattedEta.isValid()) {
if (formattedEta != null ? formattedEta.isValid() : void 0) {
return formattedEta.toDate();
} else {
return void 0;
return void 0 != null;
}

@@ -85,0 +85,0 @@ };

{
"name": "shipit",
"version": "0.2.12",
"version": "0.2.13",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc