Socket
Socket
Sign inDemoInstall

documentdb

Package Overview
Dependencies
9
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.15.2 to 1.15.3

3

changelog.md

@@ -0,1 +1,4 @@

## Changes in 1.15.3
- Bug with undefined variable during partition key refresh
## Changes in 1.15.2

@@ -2,0 +5,0 @@ - Adds additional logging and hardening. This includes additional error/warn/info logs which have information about the https.agent state + all errors are now logged

2

lib/constants.js

@@ -193,3 +193,3 @@ /*

SDKName: "documentdb-nodejs-sdk",
SDKVersion: "1.15.2",
SDKVersion: "1.15.3",

@@ -196,0 +196,0 @@ DefaultPrecisions: {

@@ -99,3 +99,3 @@ /*

// release the lock
log.debug("[_onTargetPartitionRanges] semaphore released. Count before release: %d", sem.queue.length);
log.debug("[_onTargetPartitionRanges] semaphore released. Count before release: %d", that.sem.queue.length);
that.sem.leave();

@@ -102,0 +102,0 @@ return;

@@ -14,3 +14,3 @@ {

],
"version": "1.15.2",
"version": "1.15.3",
"author": "Microsoft Corporation",

@@ -17,0 +17,0 @@ "main": "./index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc