New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qp-mongosh/service-provider-core

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qp-mongosh/service-provider-core - npm Package Compare versions

Comparing version 0.0.0-dev.5 to 0.0.0-dev.7

lib/bulk-write-result.d.ts

0

.eslintrc.js
module.exports = require('../../config/eslintrc.base');

@@ -0,0 +0,0 @@ import ShellAuthOptions from './shell-auth-options';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=admin.js.map
export type { AWSEncryptionKeyOptions, AzureEncryptionKeyOptions, GCPEncryptionKeyOptions, ClientEncryption, ClientEncryptionCreateDataKeyCallback, ClientEncryptionCreateDataKeyProviderOptions, ClientEncryptionDataKeyProvider, ClientEncryptionDecryptCallback, ClientEncryptionEncryptCallback, ClientEncryptionEncryptOptions, ClientEncryptionOptions, ClientEncryptionTlsOptions, KMSProviders } from 'mongodb-client-encryption';
export declare type FLE = typeof import('mongodb-client-encryption');
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=all-fle-types.js.map
export type { AggregateOptions, AggregationCursor, AnyBulkWriteOperation, Batch, BulkResult, BulkWriteOptions, BulkWriteResult, ChangeStream, ChangeStreamOptions, ClientSession, CloseOptions, CollationOptions, CollStatsOptions, Collection, CommandOperationOptions, CountDocumentsOptions, CountOptions, CreateCollectionOptions, CreateIndexesOptions, ClientSessionOptions, ClusterTime, FindCursor, CursorFlag, Db, DbOptions, DeleteOptions, DeleteResult, DistinctOptions, Document, DropCollectionOptions, DropDatabaseOptions, EstimatedDocumentCountOptions, ExplainOptions, ExplainVerbosityLike, FindOneAndDeleteOptions, FindOneAndUpdateOptions, FindOneAndReplaceOptions, FindOperators, FindOptions, HedgeOptions, IndexDescription, InsertManyResult, InsertOneOptions, InsertOneResult, ListCollectionsOptions, ListDatabasesOptions, ListIndexesOptions, MapReduceOptions, MongoClientOptions, OrderedBulkOperation, ReadConcern, ReadConcernLike, ReadConcernLevel, ReadPreference, ReadPreferenceLike, ReadPreferenceFromOptions, ReadPreferenceMode, RenameOptions, ReplaceOptions, ResumeToken, RunCommandOptions, ServerSessionId, TagSet, TransactionOptions, UpdateOptions, UpdateResult, UnorderedBulkOperation, WriteConcern, ObjectId as ObjectIdType, Timestamp as TimestampType, Binary as BinaryType, TopologyDescription, TopologyType, ServerType, AutoEncryptionOptions, ServerApi, ServerApiVersion, MongoClient } from 'qp-mongodb';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=all-transport-types.js.map

@@ -0,0 +0,0 @@ export default interface CliOptions {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=cli-options.js.map

@@ -0,0 +0,0 @@ export default interface Closable {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=closable.js.map

@@ -0,0 +0,0 @@ export interface ConnectInfo {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import './textencoder-polyfill';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum ReplPlatform {

@@ -0,0 +0,0 @@ "use strict";

import { bson as BSON } from './index';
export declare const bsonStringifiers: Record<string, (this: any, depth: any, options: any) => string>;
export default function (bson?: typeof BSON): void;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { Document, AggregateOptions, CountOptions, CountDocumentsOptions, DistinctOptions, EstimatedDocumentCountOptions, FindOptions, ListCollectionsOptions, CollStatsOptions, ListIndexesOptions, AggregationCursor, FindCursor, DbOptions, ReadPreferenceFromOptions, ReadPreferenceLike } from './all-transport-types';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=readable.js.map

@@ -0,0 +0,0 @@ import Admin from './admin';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export default interface ShellAuthOptions {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=shell-auth-options.js.map
declare function textEncodingPolyfill(): any;
export { textEncodingPolyfill };

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import CliOptions from './cli-options';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import type { Document, InsertOneOptions, InsertOneResult, Collection, RenameOptions, FindOneAndDeleteOptions, FindOneAndReplaceOptions, FindOneAndUpdateOptions, BulkWriteOptions, AnyBulkWriteOperation, DeleteOptions, DeleteResult, InsertManyResult, ReplaceOptions, UpdateResult, UpdateOptions, DropDatabaseOptions, CreateIndexesOptions, DropCollectionOptions, BulkWriteResult, RunCommandOptions, DbOptions, OrderedBulkOperation, UnorderedBulkOperation } from './all-transport-types';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=writable.js.map

8

package.json
{
"name": "@qp-mongosh/service-provider-core",
"version": "0.0.0-dev.5",
"version": "0.0.0-dev.7",
"description": "MongoDB Shell Core Service Provider Package",

@@ -33,6 +33,6 @@ "main": "lib/index.js",

"dependencies": {
"@qp-mongosh/errors": "0.0.0-dev.5",
"@qp-mongosh/i18n": "0.0.0-dev.5",
"@qp-mongosh/errors": "0.0.0-dev.7",
"@qp-mongosh/i18n": "0.0.0-dev.7",
"bson": "^4.6.1",
"qp-mongodb": "0.0.0-dev.5",
"qp-mongodb": "0.0.0-dev.7",
"mongodb-build-info": "^1.2.0",

@@ -39,0 +39,0 @@ "mongodb-connection-string-url": "^2.3.2"

@@ -0,0 +0,0 @@ import ShellAuthOptions from './shell-auth-options';

@@ -0,0 +0,0 @@ export type {

@@ -0,0 +0,0 @@ export type {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ export default interface Closable {

@@ -0,0 +0,0 @@ /* eslint camelcase: 0, camelcase: 0 */

@@ -0,0 +0,0 @@ /* eslint-disable camelcase */

@@ -0,0 +0,0 @@ import './textencoder-polyfill'; // for mongodb-connection-string-url in the java-shell

@@ -0,0 +0,0 @@ export enum ReplPlatform {

@@ -0,0 +0,0 @@ import { expect } from 'chai';

@@ -0,0 +0,0 @@ import { bson as BSON } from './index';

@@ -0,0 +0,0 @@ import type {

@@ -0,0 +0,0 @@ import { MongoshInternalError } from '@qp-mongosh/errors';

@@ -0,0 +0,0 @@ export default interface ShellAuthOptions {

@@ -0,0 +0,0 @@ import { textEncodingPolyfill } from './textencoder-polyfill';

@@ -0,0 +0,0 @@ // The java-shell doesn't have URL, so we fall back to a pure-JS implementation.

@@ -0,0 +0,0 @@ import { CommonErrors, MongoshInvalidInputError } from '@qp-mongosh/errors';

@@ -0,0 +0,0 @@ /* eslint complexity: 0*/

@@ -0,0 +0,0 @@ import type {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

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