Socket
Socket
Sign inDemoInstall

shipit

Package Overview
Dependencies
9
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

lib/a1.js

6

lib/guessCarrier.js

@@ -189,2 +189,8 @@ (function() {

regex: /^(C|D)\d{14}$/
}, {
name: 'a1intl',
regex: /^AZ.\d{10}$/
}, {
name: 'a1intl',
regex: /^AZ.\d{6}$/
}

@@ -191,0 +197,0 @@ ];

5

lib/main.js
(function() {
var AmazonClient, DhlClient, FedexClient, LasershipClient, OnTracClient, UpsClient, UpsMiClient, UspsClient, guessCarrier;
var A1Client, AmazonClient, DhlClient, FedexClient, LasershipClient, OnTracClient, UpsClient, UpsMiClient, UspsClient, guessCarrier;

@@ -20,2 +20,4 @@ UpsClient = require('./ups').UpsClient;

A1Client = require('./a1').A1Client;
guessCarrier = require('./guessCarrier');

@@ -32,2 +34,3 @@

AmazonClient: AmazonClient,
A1Client: A1Client,
guessCarrier: guessCarrier

@@ -34,0 +37,0 @@ };

2

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc