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

mongodb-download

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-download

download mongodb prebuilt packages from mongodb

  • 1.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.3K
decreased by-5.05%
Maintainers
1
Weekly downloads
 
Created
Source

mongodb-download

NPM

downloads a MongoDB release zip/tgz from MongoDB

usage

$ npm install --global mongodb-download
$ mongodb-download --version=3.0.6
var download = require('mongodb-download')

download({
  version: '3.0.6',
  arch: 'ia32',
  platform: 'win32',
  download_dir: './temp_download' // defaults to os.tmpdir()
}, function (err, location) {
  // location will be the path of the archive that it downloaded.
})

if you don't specify arch or platform args it will use require('os') to get them from the current OS. specifying version is mandatory.

Keywords

FAQs

Package last updated on 11 Nov 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