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.7 to 0.2.8

2

lib/a1.js

@@ -103,3 +103,3 @@ (function() {

if ((rawActivity != null ? (_ref4 = rawActivity['EventDateTime']) != null ? _ref4[0] : void 0 : void 0) != null) {
timestamp = moment(rawActivity != null ? rawActivity['EventDateTime'][0].slice(0, 19) : void 0).toDate();
timestamp = moment("" + (rawActivity != null ? rawActivity['EventDateTime'][0].slice(0, 19) : void 0) + "Z").toDate();
}

@@ -106,0 +106,0 @@ details = rawActivity != null ? (_ref5 = rawActivity['EventCodeDesc']) != null ? _ref5[0] : void 0 : void 0;

@@ -171,3 +171,3 @@ (function() {

if (((_ref3 = rawActivity['Timestamp']) != null ? _ref3[0] : void 0) != null) {
timestamp = moment(rawActivity['Timestamp'][0].slice(0, 19)).toDate();
timestamp = moment("" + rawActivity['Timestamp'][0].slice(0, 19) + "Z").toDate();
}

@@ -196,3 +196,3 @@ details = (_ref4 = rawActivity['EventDescription']) != null ? _ref4[0] : void 0;

}
return moment(ts.slice(0, 19)).toDate();
return moment("" + ts.slice(0, 19) + "Z").toDate();
};

@@ -199,0 +199,0 @@

{
"name": "shipit",
"version": "0.2.7",
"version": "0.2.8",
"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