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
33
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.8.9 to 0.8.10

6

dist/expression-operators.d.ts

@@ -580,2 +580,8 @@ declare const EXPRESSION_OPERATORS: readonly [{

}, {
readonly name: "$toHashedIndexKey";
readonly value: "$toHashedIndexKey";
readonly score: 1;
readonly meta: "expr:arith";
readonly version: "4.2.24";
}, {
readonly name: "$toLower";

@@ -582,0 +588,0 @@ readonly value: "$toLower";

@@ -680,2 +680,9 @@ "use strict";

{
name: '$toHashedIndexKey',
value: '$toHashedIndexKey',
score: 1,
meta: 'expr:arith',
version: '4.2.24',
},
{
name: '$toLower',

@@ -682,0 +689,0 @@ value: '$toLower',

8

dist/stage-operators.d.ts

@@ -351,4 +351,4 @@ declare const STAGE_OPERATORS: readonly [{

readonly description: "Writes the result of a pipeline to a new or existing collection.";
readonly comment: "/**\n * Provide the name of the output collection.\n */\n";
readonly snippet: "'${1:string}'";
readonly comment: "/**\n * Provide the name of the output database and collection.\n */\n";
readonly snippet: "{\n db: '${1:string}',\n coll: '${2:string}',\n /*\n timeseries: {\n timeField: '${3:field}',\n bucketMaxSpanSeconds: '${4:number}',\n granularity: '${5:granularity}'\n }\n */\n}";
}, {

@@ -674,4 +674,4 @@ readonly name: "$out";

readonly description: "Writes the result of a pipeline to a new or existing collection.";
readonly comment: "/**\n * Provide the name of the output collection.\n */\n";
readonly snippet: "'${1:string}'";
readonly comment: "/**\n * Provide the name of the output database and collection.\n */\n";
readonly snippet: "{\n db: '${1:string}',\n coll: '${2:string}',\n /*\n timeseries: {\n timeField: '${3:field}',\n bucketMaxSpanSeconds: '${4:number}',\n granularity: '${5:granularity}'\n }\n */\n}";
} | {

@@ -678,0 +678,0 @@ readonly name: "$out";

@@ -614,6 +614,16 @@ "use strict";

comment: `/**
* Provide the name of the output collection.
* Provide the name of the output database and collection.
*/
`,
snippet: `'\${1:string}'`,
snippet: `{
db: '\${1:string}',
coll: '\${2:string}',
/*
timeseries: {
timeField: '\${3:field}',
bucketMaxSpanSeconds: '\${4:number}',
granularity: '\${5:granularity}'
}
*/
}`,
},

@@ -620,0 +630,0 @@ {

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

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

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

},
"gitHead": "4d31c361281e576f54bced21cb5dc1523523052d"
"gitHead": "db3f899043dbcd2c44f8ea37f9ce44132641ad19"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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