Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

common-tests-zip

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-tests-zip

Some nonsense to download *.common.tests.zip files from ftp.mozilla.org.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

common-tests-zip

Why? BUT WHY?

We need to download *.common.tests.zip files for specific channels and OSes. This seemed like a good solution.

Installation:

$ npm install common-tests-zip -g

Usage:

Usage: common-tests-zip [options]

  --help, -h
    Displays help information about this script
    'common-tests-zip -h' or 'common-tests-zip --help'

  --channel, -c
    Release channel. Valid values are "release" and "nightly". Required.
    'common-tests-zip --channel=release' or 'common-tests-zip -c nightly'

  --os, -o
    Operating system. Valid values are "linux" and "mac". Required.
    'common-tests-zip --os=mac' or 'common-tests-zip -o linux'

  --verify, -v
    Verifies the link and returns the result as a JSON object. Optional.
    'common-tests-zip --verify' or 'common-tests-zip -v'

  --version
    Displays version info
    common-tests-zip --version

Examples:

Basic:

The following example returns a link to the Mac OS X Firefox Nightly channel *.common.tests.zip:

$ common-tests-zip -c nightly -o mac

Output:

https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-43.0a1.en-US.mac.common.tests.zip
Mega advanced:

The following example returns a JSON object to the Linux Firefox Release channel *.common.tests.zip file:

$ common-tests-zip --channel=release --os=linux --verify

Output:

{
  "href": "https://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-release-linux64/latest/firefox-40.0.2.en-US.linux-x86_64.common.tests.zip",
  "statusCode": 200,
  "contentLength": 23670401
}

FAQs

Package last updated on 02 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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