Comparing version 0.2.10 to 0.2.11
@@ -128,3 +128,3 @@ var nat = require('../nat-upnp'), | ||
return '<' + args[0]+ '>' + | ||
(args[1] || '') + | ||
(args[1] === undefined ? '' : args[1]) + | ||
'</' + args[0] + '>'; | ||
@@ -131,0 +131,0 @@ }).join('') + |
{ | ||
"name": "nat-upnp", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"main": "lib/nat-upnp", | ||
@@ -5,0 +5,0 @@ "author": "Fedor Indutny <fedor@indutny.com>", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19854
4