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.8.3 to 0.8.4

6

lib/guessCarrier.js

@@ -90,4 +90,10 @@ (function() {

_confirmFedex20 = function(trk) {
var alteredTrk;
if (_checkDigit(trk, [3, 1, 7], 11)) {
return [true, false];
} else {
alteredTrk = "92" + trk;
if (_checkDigit(alteredTrk, [3, 1], 10)) {
return [true, false];
}
}

@@ -94,0 +100,0 @@ return [false, false];

2

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