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.9.0 to 0.10.0

8

dist/stage-operators.d.ts

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

readonly namespaces: readonly ["db", "coll", "view", "timeseries"];
readonly description: "Writes the result of a pipeline to an Atlas cluster or S3 bucket.";
readonly comment: "/**\n * Use any one of the following:\n * s3: Parameters to save the data to S3.\n * atlas: Parameters to save the data to Atlas. Example:\n * {\n * atlas: {\n * db: 'string',\n * coll: 'string',\n * projectId: 'string',\n * clusterName: 'string'\n * }\n * }\n */\n";
readonly description: "Writes the result of a pipeline to an Atlas cluster, S3 bucket, or Azure Blob Storage.";
readonly comment: "/**\n * Use any one of the following:\n * s3: Parameters to save the data to S3.\n * atlas: Parameters to save the data to Atlas. Example:\n * {\n * atlas: {\n * db: 'string',\n * coll: 'string',\n * projectId: 'string',\n * clusterName: 'string'\n * }\n * },\n * azure: Parameters to save the data to Azure. Example:\n * {\n * azure: {\n * serviceURL: 'string',\n * containerName: 'string',\n * region: 'string,\n * filename: 'string',\n * format: {\n * name: 'string',\n * maxFileSize: 'string',\n * maxRowGroupSize: 'string',\n * columnCompression: 'string'\n * },\n * errorMode: 'string'\n * }\n * }\n */\n";
readonly snippet: "{\n s3: {\n bucket: '${1:string}',\n region: '${2:string}',\n filename: '${3:string}',\n format: {\n name: '${4:string}',\n maxFileSize: '${5:bytes}',\n maxRowGroupSize: '${6:string}',\n columnCompression: '${7:string}'\n },\n errorMode: '${8:string}'\n }\n}";

@@ -689,4 +689,4 @@ }, {

readonly namespaces: readonly ["db", "coll", "view", "timeseries"];
readonly description: "Writes the result of a pipeline to an Atlas cluster or S3 bucket.";
readonly comment: "/**\n * Use any one of the following:\n * s3: Parameters to save the data to S3.\n * atlas: Parameters to save the data to Atlas. Example:\n * {\n * atlas: {\n * db: 'string',\n * coll: 'string',\n * projectId: 'string',\n * clusterName: 'string'\n * }\n * }\n */\n";
readonly description: "Writes the result of a pipeline to an Atlas cluster, S3 bucket, or Azure Blob Storage.";
readonly comment: "/**\n * Use any one of the following:\n * s3: Parameters to save the data to S3.\n * atlas: Parameters to save the data to Atlas. Example:\n * {\n * atlas: {\n * db: 'string',\n * coll: 'string',\n * projectId: 'string',\n * clusterName: 'string'\n * }\n * },\n * azure: Parameters to save the data to Azure. Example:\n * {\n * azure: {\n * serviceURL: 'string',\n * containerName: 'string',\n * region: 'string,\n * filename: 'string',\n * format: {\n * name: 'string',\n * maxFileSize: 'string',\n * maxRowGroupSize: 'string',\n * columnCompression: 'string'\n * },\n * errorMode: 'string'\n * }\n * }\n */\n";
readonly snippet: "{\n s3: {\n bucket: '${1:string}',\n region: '${2:string}',\n filename: '${3:string}',\n format: {\n name: '${4:string}',\n maxFileSize: '${5:bytes}',\n maxRowGroupSize: '${6:string}',\n columnCompression: '${7:string}'\n },\n errorMode: '${8:string}'\n }\n}";

@@ -693,0 +693,0 @@ })[];

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

namespaces: [...ns_1.ANY_NAMESPACE],
description: 'Writes the result of a pipeline to an Atlas cluster or S3 bucket.',
description: 'Writes the result of a pipeline to an Atlas cluster, S3 bucket, or Azure Blob Storage.',
comment: `/**

@@ -655,2 +655,18 @@ * Use any one of the following:

* }
* },
* azure: Parameters to save the data to Azure. Example:
* {
* azure: {
* serviceURL: 'string',
* containerName: 'string',
* region: 'string,
* filename: 'string',
* format: {
* name: 'string',
* maxFileSize: 'string',
* maxRowGroupSize: 'string',
* columnCompression: 'string'
* },
* errorMode: 'string'
* }
* }

@@ -657,0 +673,0 @@ */

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

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

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

},
"gitHead": "a4aec300979b5415e6e918ef0d8010fd3a1e746c"
"gitHead": "4440d538896a8090af3cb47d68fe0bd4603da510"
}

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