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

@mongodb-js/mongodb-constants

Package Overview
Dependencies
Maintainers
30
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongodb-js/mongodb-constants - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

18

dist/stage-operators.d.ts

@@ -103,3 +103,3 @@ declare const STAGE_OPERATORS: readonly [{

readonly fullScan: false;
readonly firstStage: false;
readonly firstStage: true;
readonly score: 1;

@@ -743,2 +743,18 @@ readonly env: readonly ["atlas", "adl", "on-prem"];

} | {
readonly name: "$documents";
readonly value: "$documents";
readonly label: "$documents";
readonly outputStage: false;
readonly fullScan: false;
readonly firstStage: true;
readonly score: 1;
readonly env: readonly ["atlas", "adl", "on-prem"];
readonly meta: "stage";
readonly version: "4.4.9";
readonly apiVersions: readonly [1];
readonly namespaces: readonly ["db"];
readonly description: "Returns literal documents from input values.";
readonly comment: "/**\n * expression: Any valid expression.\n */\n";
readonly snippet: "{\n ${1:expression}\n}";
} | {
readonly name: "$indexStats";

@@ -745,0 +761,0 @@ readonly value: "$indexStats";

2

dist/stage-operators.js

@@ -180,3 +180,3 @@ "use strict";

fullScan: false,
firstStage: false,
firstStage: true,
score: 1,

@@ -183,0 +183,0 @@ env: [env_1.ATLAS, env_1.ADL, env_1.ON_PREM],

@@ -16,3 +16,3 @@ {

"homepage": "https://github.com/mongodb-js/devtools-shared",
"version": "0.2.1",
"version": "0.2.2",
"repository": {

@@ -68,3 +68,3 @@ "type": "git",

},
"gitHead": "a1abff10511dcae7f9869e0e354757424c1937d9"
"gitHead": "ec019613b6fb1fdf1655da2fd0f2128da5ad3599"
}

Sorry, the diff of this file is not supported yet

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