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

@mongosh/service-provider-server

Package Overview
Dependencies
Maintainers
7
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongosh/service-provider-server - npm Package Compare versions

Comparing version 0.0.1-alpha.19 to 0.0.1

1

lib/node/node-options.d.ts
import NodeAuthOptions from './node-auth-options';
import NodeFleOptions from './node-fle-options';
export default interface NodeOptions {
appname?: string;
auth?: NodeAuthOptions;

@@ -5,0 +6,0 @@ authSource?: string;

8

package.json
{
"name": "@mongosh/service-provider-server",
"version": "0.0.1-alpha.19",
"version": "0.0.1",
"description": "MongoDB Shell Server Service Provider Package",

@@ -41,4 +41,4 @@ "main": "lib/index.js",

"dependencies": {
"@mongosh/errors": "^0.0.1-alpha.19",
"@mongosh/service-provider-core": "^0.0.1-alpha.19",
"@mongosh/errors": "^0.0.1",
"@mongosh/service-provider-core": "^0.0.1",
"@types/sinon": "^7.5.1",

@@ -48,3 +48,3 @@ "@types/sinon-chai": "^3.2.3",

},
"gitHead": "8413de42aa5f25f9d9d6923cc2ae7e6af7a43b5e"
"gitHead": "3b44f9589c200426e882b3b2db30594a2c80e6f0"
}

@@ -9,2 +9,3 @@ import NodeAuthOptions from './node-auth-options';

export default interface NodeOptions {
appname?: string;
auth?: NodeAuthOptions;

@@ -11,0 +12,0 @@ authSource?: string;

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