Comparing version 0.1.0 to 0.1.1
@@ -31,5 +31,5 @@ var net = require('net'); | ||
connect(name, opts) { | ||
connect(opts) { | ||
var ua = new Ua(); | ||
ua.setClient(name, new Client(ua, opts)); | ||
ua.setClient(new Client(ua, opts)); | ||
return ua; | ||
@@ -36,0 +36,0 @@ } |
@@ -59,3 +59,3 @@ { | ||
"optionalDependencies": {}, | ||
"version": "0.1.00", | ||
"version": "0.1.01", | ||
"directories": { | ||
@@ -62,0 +62,0 @@ "lib": "lib" |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
52839