mozilla-get-url
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -12,5 +12,4 @@ var FTP = require('jsftp'), | ||
function ftpClient() { | ||
var ftp = new FTP({ | ||
host: urls.FTP_HOST | ||
}); | ||
var ftp = new FTP({ host: urls.FTP_HOST }); | ||
ftp.useList = true; | ||
ftp.socket.setTimeout(TIMEOUT); | ||
@@ -17,0 +16,0 @@ ftp.socket.once('timeout', function(data) { |
{ | ||
"name": "mozilla-get-url", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Utility to get the url of a particular version/release of a mozilla product (like firefox/b2g)", | ||
@@ -5,0 +5,0 @@ "main": "lib/locate.js", |
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
18268
452
1