Socket
Socket
Sign inDemoInstall

@mongosh/types

Package Overview
Dependencies
Maintainers
10
Versions
86
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.1 to 0.15.4

1

lib/index.d.ts

@@ -30,2 +30,3 @@ export interface ApiEventArguments {

is_localhost: boolean;
is_do: boolean;
server_version: string;

@@ -32,0 +33,0 @@ server_os?: string;

4

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

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

},
"gitHead": "b053f95ac2a5ead280bff73853bb0b62631249e1"
"gitHead": "01b8824d5815d2e69c189ebacd0423f467d82707"
}

@@ -37,2 +37,3 @@ /* eslint camelcase: 0 */

is_localhost: boolean;
is_do: boolean;
server_version: string;

@@ -39,0 +40,0 @@ server_os?: 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