New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mozilla-get-url

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mozilla-get-url - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

5

lib/ftp_filter.js

@@ -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) {

2

package.json
{
"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",

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