Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/firestore

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/firestore - npm Package Compare versions

Comparing version 3.7.0 to 3.7.1

6

build/src/reference.d.ts

@@ -1012,9 +1012,9 @@ /*!

/**
* Internal streaming method that accepts the request proto.
* Internal streaming method that accepts an optional transaction ID.
*
* @param request The request proto.
* @param transactionId A transaction ID.
* @private
* @returns A stream of document results.
*/
_stream(request: api.IRunQueryRequest): NodeJS.ReadableStream;
_stream(transactionId?: Uint8Array): NodeJS.ReadableStream;
/**

@@ -1021,0 +1021,0 @@ * Attaches a listener for QuerySnapshot events.

@@ -7,2 +7,9 @@ # Changelog

### [3.7.1](https://www.github.com/googleapis/nodejs-firestore/compare/v3.7.0...v3.7.1) (2020-03-16)
### Bug Fixes
* support Query.stream() as first client operation ([#971](https://www.github.com/googleapis/nodejs-firestore/issues/971)) ([a48017c](https://www.github.com/googleapis/nodejs-firestore/commit/a48017c16dbf7819ea45ea2577365b52721c2475))
## [3.7.0](https://www.github.com/googleapis/nodejs-firestore/compare/v3.6.0...v3.7.0) (2020-03-11)

@@ -9,0 +16,0 @@

{
"name": "@google-cloud/firestore",
"description": "Firestore Client Library for Node.js",
"version": "3.7.0",
"version": "3.7.1",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": "Google Inc.",

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