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.4 to 0.8.5

4

lib/guessCarrier.js

@@ -136,2 +136,6 @@ (function() {

return [true, false];
} else {
if (_checkDigit(trk.match(/^420\d{5}(\d{26})$/)[1], [3, 1], 10)) {
return [true, false];
}
}

@@ -138,0 +142,0 @@ return [false, false];

2

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