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 0.9.2 to 0.9.3

test/_testConfig.js

2

lib/auth.js

@@ -5,2 +5,4 @@ //----------------------------------------------------------------------------

'use strict';
var crypto = require("crypto");

@@ -7,0 +9,0 @@

//----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------------------
'use strict';
var AuthHandler = require("./auth");

@@ -5,0 +8,0 @@ var Constants = require("./constants");

11

lib/constants.js

@@ -10,11 +10,12 @@ //----------------------------------------------------------------------------

Any: "*/*",
ImageJpeg: "image/jpeg",
ImagePng: "image/png",
Javascript: "application/x-javascript",
Json: "application/json",
Xml: "application/xml",
OctetStream: "application/octet-stream",
QueryJson: "application/query+json",
SQL: "application/sql",
ImageJpeg: "image/jpeg",
ImagePng: "image/png",
TextHtml: "text/html",
TextPlain: "text/plain",
Javascript: "application/x-javascript"
TextPlain: "text/plain",
Xml: "application/xml"
},

@@ -21,0 +22,0 @@

@@ -5,2 +5,4 @@ //----------------------------------------------------------------------------

'use strict';
var Base = require("./base");

@@ -166,4 +168,9 @@ //SCRIPT START

}),
QueryCompatibilityMode: Object.freeze({
Default: 0,
Query: 1,
SqlQuery: 2,
}),
/**

@@ -239,3 +246,3 @@ * Enum for media read mode values.

}),
/**

@@ -242,0 +249,0 @@ * @global

@@ -5,2 +5,4 @@ //----------------------------------------------------------------------------

'use strict';
var Base = require("./base")

@@ -7,0 +9,0 @@ , Constants = require('./constants');

@@ -5,2 +5,4 @@ //----------------------------------------------------------------------------

'use strict';
var Documents = require('./documents')

@@ -7,0 +9,0 @@ , Constants = require("./constants")

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

],
"version": "0.9.2",
"version": "0.9.3",
"author": "Microsoft Corporation",

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

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