Socket
Socket
Sign inDemoInstall

documentdb-typescript

Package Overview
Dependencies
10
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

4

dist/DocumentStream.js

@@ -13,3 +13,5 @@ "use strict";

// polyfill Symbol.asyncIterator
Symbol.asyncIterator = Symbol.asyncIterator || Symbol("Symbol.asyncIterator");
if (!Symbol.asyncIterator) {
Symbol.asyncIterator = Symbol("Symbol.asyncIterator");
}
/** Represents asynchronously loaded query result sets as a stream; the type parameter represents the query result type, i.e. a full document resource type for `SELECT * FROM` queries, an object with only projected properties for `SELECT x, y, ... FROM` queries, or even a scalar value for `SELECT VALUE ... FROM` queries */

@@ -16,0 +18,0 @@ class DocumentStream {

{
"name": "documentdb-typescript",
"version": "1.0.5",
"version": "1.0.6",
"description": "TypeScript API for Microsoft Azure DocumentDB",

@@ -5,0 +5,0 @@ "keywords": [

@@ -22,2 +22,14 @@ # Azure Cosmos DB (DocumentDB API) TypeScript interface

**v1.0.6:**
* Fixed an issue with the asyncIterator polyfill
**v1.0.5:**
* _Update:_ DocumentDB Node.js API v1.12.0 for Cosmos DB, with support for RU/min billing and ConsistentPrefix consistency level.
**v1.0.4:**
* Minor bug fix
**v1.0.3:**

@@ -24,0 +36,0 @@

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