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

@mongodb-js/devtools-connect

Package Overview
Dependencies
Maintainers
33
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/devtools-connect - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

5

dist/connect.js

@@ -363,6 +363,3 @@ "use strict";

return {
customHttpOptions: (...args) => ({
...existingCustomOptions(...args),
ca,
}),
customHttpOptions: (url, options, ...restArgs) => existingCustomOptions(url, { ...options, ca }, ...restArgs),
};

@@ -369,0 +366,0 @@ }

8

package.json
{
"name": "@mongodb-js/devtools-connect",
"version": "2.6.2",
"version": "2.6.3",
"description": "A connection establishment utility for MongoDB developer tools",

@@ -59,3 +59,3 @@ "homepage": "https://github.com/mongodb-js/devtools-shared/tree/main/packages/devtools-connect",

"mongodb": "^5.8.1 || ^6.0.0",
"mongodb-log-writer": "^1.2.0"
"mongodb-log-writer": "^1.4.2"
},

@@ -80,3 +80,3 @@ "devDependencies": {

"mongodb": "^5.8.1 || ^6.0.0",
"mongodb-log-writer": "^1.2.0",
"mongodb-log-writer": "^1.4.2",
"nyc": "^15.1.0",

@@ -96,3 +96,3 @@ "os-dns-native": "^1.2.0",

},
"gitHead": "ff425df9ea4651f7c4c24acc30cbf06d06007d4a"
"gitHead": "bb641986d3447110afcbc109d4cea262e17faa3c"
}

Sorry, the diff of this file is not supported yet

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