Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mediocre/bloodhound

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mediocre/bloodhound - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

5

carriers/ups.js

@@ -14,6 +14,7 @@ const async = require('async');

activitiesList = [package.Activity];
} else {
activitiesList = package.Activity;
}
// Filter undefined activities
activitiesList = activitiesList.filter(a => a);
if (activitiesList.length) {

@@ -20,0 +21,0 @@ activitiesList.forEach(activity => {

4

carriers/usps.js

@@ -194,3 +194,5 @@ const async = require('async');

// Add details to the most recent event
results.events[0].details = data.TrackResponse.TrackInfo[0].StatusSummary[0];
if (results.events[0] && data.TrackResponse && data.TrackResponse.TrackInfo && data.TrackResponse.TrackInfo[0] && data.TrackResponse.TrackInfo[0].StatusSummary && data.TrackResponse.TrackInfo[0].StatusSummary[0]) {
results.events[0].details = data.TrackResponse.TrackInfo[0].StatusSummary[0];
}

@@ -197,0 +199,0 @@ // Add url to carrier tracking page

@@ -42,3 +42,3 @@ {

},
"version": "1.7.1"
"version": "1.7.2"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc