Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1.7 to 0.1.8

5

lib/usps.js

@@ -127,2 +127,3 @@ (function() {

'Out for Delivery': ShipperClient.STATUS_TYPES.OUT_FOR_DELIVERY,
'Delivered': ShipperClient.STATUS_TYPES.DELIVERED,
'Notice Left': ShipperClient.STATUS_TYPES.DELAYED,

@@ -138,3 +139,3 @@ 'Refused': ShipperClient.STATUS_TYPES.DELAYED,

var regex, status, statusCode, text;
status = null;
status = ShipperClient.STATUS_TYPES.UNKNOWN;
for (text in STATUS_MAP) {

@@ -159,3 +160,3 @@ statusCode = STATUS_MAP[text];

return ShipperClient.STATUS_TYPES.DELIVERED;
case 'In Transit':
default:
return this.findStatusFromMap(shipment != null ? (_ref3 = shipment['Status']) != null ? _ref3[0] : void 0 : void 0);

@@ -162,0 +163,0 @@ }

2

package.json
{
"name": "shipit",
"version": "0.1.7",
"version": "0.1.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