Socket
Socket
Sign inDemoInstall

shipit

Package Overview
Dependencies
241
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.7 to 1.1.8

6

lib/usps.js

@@ -195,3 +195,5 @@ (function() {

'Arrive': ShipperClient.STATUS_TYPES.EN_ROUTE,
'In Transit': ShipperClient.STATUS_TYPES.EN_ROUTE,
'Inbound Out of Customs': ShipperClient.STATUS_TYPES.EN_ROUTE,
'Inbound Into Customs': ShipperClient.STATUS_TYPES.EN_ROUTE,
'Forwarded': ShipperClient.STATUS_TYPES.EN_ROUTE,

@@ -206,3 +208,5 @@ 'Out for Delivery': ShipperClient.STATUS_TYPES.OUT_FOR_DELIVERY,

'Undeliverable as Addressed': ShipperClient.STATUS_TYPES.DELAYED,
'Tendered to Military Agent': ShipperClient.STATUS_TYPES.DELIVERED
'Tendered to Military Agent': ShipperClient.STATUS_TYPES.DELIVERED,
'USPS Awaiting Item': ShipperClient.STATUS_TYPES.SHIPPING,
'USPS in possession of item': ShipperClient.STATUS_TYPES.EN_ROUTE
};

@@ -209,0 +213,0 @@

2

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc