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.0 to 0.2.1

2

lib/guessCarrier.js

@@ -70,3 +70,3 @@ (function() {

_confirmFedex15 = function(trk) {
if (_checkDigit(trk, [1, 3], 11)) {
if (_checkDigit(trk, [1, 3], 10)) {
return [true, false];

@@ -73,0 +73,0 @@ }

{
"name": "shipit",
"version": "0.2.0",
"version": "0.2.1",
"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