Socket
Socket
Sign inDemoInstall

mongodb-download

Package Overview
Dependencies
8
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2 to 2.2.3

2

built/mongodb-download.js

@@ -533,3 +533,3 @@ "use strict";

var name = "ubuntu";
var ubuntu_version = os.release.split('.');
var ubuntu_version = os.release ? os.release.split('.') : '';
var major_version = parseInt(ubuntu_version[0]);

@@ -536,0 +536,0 @@ var minor_version = ubuntu_version[1];

{
"name": "mongodb-download",
"version": "2.2.2",
"version": "2.2.3",
"description": "download mongodb prebuilt packages from mongodb",

@@ -5,0 +5,0 @@ "main": "built/mongodb-download.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc