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.6.0 to 0.6.1

2

dist/stage-operators.d.ts

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

readonly description: "Performs a full-text search on the specified field(s).";
readonly comment: "/**\n * index: The name of the Search index.\n * text: Analyzed search, with required fields of query and path, the analyzed field(s) to search.\n * term: Un-analyzed search.\n * compound: Combines ops.\n * span: Find in text field regions.\n * exists: Test for presence of a field.\n * near: Find near number or date.\n * range: Find in numeric or date range.\n */\n";
readonly comment: "/**\n * index: The name of the Search index.\n * text: Analyzed search, with required fields of query and path, the analyzed field(s) to search.\n * compound: Combines ops.\n * span: Find in text field regions.\n * exists: Test for presence of a field.\n * near: Find near number or date.\n * range: Find in numeric or date range.\n */\n";
readonly snippet: "{\n index: '${1:string}',\n text: {\n query: '${2:string}',\n path: '${3:string}'\n }\n}";

@@ -418,0 +418,0 @@ }, {

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

* text: Analyzed search, with required fields of query and path, the analyzed field(s) to search.
* term: Un-analyzed search.
* compound: Combines ops.

@@ -702,0 +701,0 @@ * span: Find in text field regions.

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

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

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

},
"gitHead": "b89e86c9a961b91babba98e7435b1a244a1a6cb5"
"gitHead": "8871651d2d0582253d02d8d71ad221eb2b020e29"
}

Sorry, the diff of this file is too big to display

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