Socket
Socket
Sign inDemoInstall

airport

Package Overview
Dependencies
217
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

x.js

11

index.js

@@ -107,5 +107,9 @@ var upnode = require('upnode');

var queue = [];
var target = new EventEmitter;
var closed = false;
var target = funstance(new EventEmitter, function (cb) {
if (up) up(cb)
else queue.push(cb)
});
target.close = function () {

@@ -117,6 +121,3 @@ if (up) up.close();

return funstance(target, function (cb) {
if (up) up(cb)
else queue.push(cb)
});
return target;
};

@@ -123,0 +124,0 @@

{
"name" : "airport",
"description" : "role-based port management for upnode",
"version" : "1.0.1",
"version" : "1.0.2",
"repository" : {

@@ -6,0 +6,0 @@ "type" : "git",

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