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

cosmos-db-writer-ssl-fixed-aad

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosmos-db-writer-ssl-fixed-aad - npm Package Compare versions

Comparing version

to
1.1.4

@@ -26,3 +26,3 @@ /**

client = createClient();
const { database } = client.databases.createIfNotExists({ id: config.cosmosdb.dbName });
//const { database } = client.databases.createIfNotExists({ id: config.cosmosdb.dbName });
}

@@ -32,3 +32,3 @@

exports.createContainerIfNotExist = async function () {
const { container } = await client.database(config.cosmosdb.dbName).containers.createIfNotExists({ id: config.cosmosdb.containerName, partitionKey }, { offerThroughput: config.cosmosdb.throughput });
//const { container } = await client.database(config.cosmosdb.dbName).containers.createIfNotExists({ id: config.cosmosdb.containerName, partitionKey }, { offerThroughput: config.cosmosdb.throughput });
}

@@ -35,0 +35,0 @@

{
"dependencies": {
"@azure/cosmos": "3.17.3",
"ms-rest-azure-ssrf-fixed": "^2.6.2",
"request-context": "2.0.0",

@@ -8,3 +9,2 @@ "underscore": "1.13.6"

"description": "This module is for performing CRUD operations into azure cosmos DB.",
"devDependencies": {},
"main": "index.js",

@@ -15,3 +15,3 @@ "name": "cosmos-db-writer-ssl-fixed-aad",

},
"version": "1.1.3"
"version": "1.1.4"
}