Socket
Socket
Sign inDemoInstall

shipit

Package Overview
Dependencies
82
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.7.0

lib/prestige.js

5

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

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

PrestigeClient = require('./prestige').PrestigeClient;
guessCarrier = require('./guessCarrier');

@@ -41,2 +43,3 @@

DhlGmClient: DhlGmClient,
PrestigeClient: PrestigeClient,
guessCarrier: guessCarrier

@@ -43,0 +46,0 @@ };

2

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

@@ -20,2 +20,3 @@ ## What is this?

* A1 International
* Prestige

@@ -42,3 +43,5 @@ ## Usage

DhlGmClient,
CanadaPostClient
CanadaPostClient,
AmazonClient,
PrestigeClient
} = require 'shipit'

@@ -78,2 +81,4 @@

amazonClient = new AmazonClient()
prestige = new PrestigeClient()
```

@@ -80,0 +85,0 @@

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