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

@mongosh/types

Package Overview
Dependencies
Maintainers
10
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongosh/types - npm Package Compare versions

Comparing version 0.15.0 to 0.15.1

3

lib/index.d.ts

@@ -39,2 +39,5 @@ export interface ApiEventArguments {

non_genuine_server_name: string;
api_version?: string;
api_strict?: boolean;
api_deprecation_errors?: boolean;
node_version: string;

@@ -41,0 +44,0 @@ uri: string;

4

package.json
{
"name": "@mongosh/types",
"version": "0.15.0",
"version": "0.15.1",
"description": "Types for mongosh internals",

@@ -31,3 +31,3 @@ "author": "Anna Henningsen <anna.henningsen@mongodb.com>",

},
"gitHead": "f7e40434c5b3f078af12d7b705d7d0f1e4c73689"
"gitHead": "b053f95ac2a5ead280bff73853bb0b62631249e1"
}

@@ -46,2 +46,5 @@ /* eslint camelcase: 0 */

non_genuine_server_name: string;
api_version?: string;
api_strict?: boolean;
api_deprecation_errors?: boolean;
node_version: string;

@@ -48,0 +51,0 @@ uri: string;

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