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

inbound

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inbound - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

10

lib/referrer.js

@@ -57,6 +57,8 @@

var matcher = matchers[matcherIndex];
matcher(href, referrer, function (err, description) {
if (err) return done(err);
else if (description) return done(null, description);
else return processMatcher(matcherIndex + 1, done);
process.nextTick(function () {
matcher(href, referrer, function (err, description) {
if (err) return done(err);
else if (description) return done(null, description);
else return processMatcher(matcherIndex + 1, done);
});
});

@@ -63,0 +65,0 @@ }

2

package.json
{
"name": "inbound"
, "version": "0.0.2"
, "version": "0.0.3"
, "description": "Url referrer and campaign parsing utilities"

@@ -5,0 +5,0 @@ , "author": "Ilya Volodarsky <ilya@segment.io>"

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