Socket
Socket
Sign inDemoInstall

documentdb

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

documentdb - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

12

changelog.md

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

## Changes in 1.1.0 : ##
- Implements V2 indexing policy
## Changes in 1.0.3 : ##
- Issue [#40] (https://github.com/Azure/azure-documentdb-node/issues/40) - Implemented eslint and grunt configurations in the core and promise SDK
## Changes in 1.0.2 : ##
- Resolved issue [#45](https://github.com/Azure/azure-documentdb-node/issues/45) - promises wrapper does not include header with error.
- Issue [#45](https://github.com/Azure/azure-documentdb-node/issues/45) - Promises wrapper does not include header with error.

@@ -9,2 +17,2 @@ ## Changes in 1.0.1 : ##

- Updated API documentation
- Resolved issue [#41](https://github.com/Azure/azure-documentdb-node/issues/41) - client.createDocumentAsync error
- Issue [#41](https://github.com/Azure/azure-documentdb-node/issues/41) - client.createDocumentAsync error

@@ -120,5 +120,12 @@ //----------------------------------------------------------------------------

CurrentVersion: "2015-04-08",
CurrentVersion: "2015-06-03",
UserAgent: "documentdb-nodejs-sdk-1.0.3"
UserAgent: "documentdb-nodejs-sdk-1.1.0",
DefaultPrecisions: {
DefaultNumberHashPrecision: 3,
DefaultNumberRangePrecision: -1,
DefaultStringHashPrecision: 3,
DefaultStringRangePrecision: -1
}
};

@@ -125,0 +132,0 @@

10

lib/documents.js

@@ -116,3 +116,4 @@ //----------------------------------------------------------------------------

Consistent: "consistent",
Lazy: "lazy"
Lazy: "lazy",
None: "none"
}),

@@ -130,3 +131,3 @@

IndexType: Object.freeze({
IndexKind: Object.freeze({
Hash: "Hash",

@@ -136,2 +137,7 @@ Range: "Range"

DataType: Object.freeze({
Number: "Number",
String: "String"
}),
ConnectionMode: Object.freeze({

@@ -138,0 +144,0 @@ Gateway: 0

@@ -12,3 +12,3 @@ {

],
"version": "1.0.3",
"version": "1.1.0",
"author": "Microsoft Corporation",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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