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

@mongosh/types

Package Overview
Dependencies
Maintainers
11
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.12.0 to 0.12.1

1

lib/index.d.ts

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

historyLength: number;
showStackTraces: boolean;
}

@@ -104,0 +105,0 @@ export interface ConfigProvider<T> {

@@ -18,2 +18,3 @@ "use strict";

this.historyLength = 1000;
this.showStackTraces = false;
}

@@ -20,0 +21,0 @@ }

6

package.json
{
"name": "@mongosh/types",
"version": "0.12.0",
"version": "0.12.1",
"description": "Types for mongosh internals",
"author": "Anna Henningsen <anna.henningsen@mongodb.com>",
"homepage": "https://github.com/mongodb-js/mongosh/tree/master/packages/types#readme",
"homepage": "https://github.com/mongodb-js/mongosh/tree/main/packages/types#readme",
"license": "Apache-2.0",

@@ -30,3 +30,3 @@ "main": "lib/index.js",

},
"gitHead": "0ede48aaa7f42d18eb81069ac19cc0a5d4751e69"
"gitHead": "9205f20ae5e28f281e040bbcd781f0719ad5846e"
}

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

historyLength = 1000;
showStackTraces = false;
}

@@ -121,0 +122,0 @@

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