New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/datastore

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/datastore - npm Package Compare versions

Comparing version 6.4.5 to 6.4.6

2

build/src/v1/datastore_admin_client.d.ts

@@ -74,2 +74,3 @@ /// <reference types="node" />

private _opts;
private _providedCustomServicePath;
private _gaxModule;

@@ -81,2 +82,3 @@ private _gaxGrpc;

descriptors: Descriptors;
warn: (code: string, message: string, warnType?: string) => void;
innerApiCalls: {

@@ -83,0 +85,0 @@ [name: string]: Function;

5

build/src/v1/datastore_admin_client.js

@@ -144,2 +144,3 @@ "use strict";

const servicePath = (opts === null || opts === void 0 ? void 0 : opts.servicePath) || (opts === null || opts === void 0 ? void 0 : opts.apiEndpoint) || staticMembers.servicePath;
this._providedCustomServicePath = !!((opts === null || opts === void 0 ? void 0 : opts.servicePath) || (opts === null || opts === void 0 ? void 0 : opts.apiEndpoint));
const port = (opts === null || opts === void 0 ? void 0 : opts.port) || staticMembers.port;

@@ -220,2 +221,4 @@ const clientConfig = (_a = opts === null || opts === void 0 ? void 0 : opts.clientConfig) !== null && _a !== void 0 ? _a : {};

this.innerApiCalls = {};
// Add a warn function to the client constructor so it can be easily tested.
this.warn = gax.warn;
}

@@ -243,3 +246,3 @@ /**

: // eslint-disable-next-line @typescript-eslint/no-explicit-any
this._protos.google.datastore.admin.v1.DatastoreAdmin, this._opts);
this._protos.google.datastore.admin.v1.DatastoreAdmin, this._opts, this._providedCustomServicePath);
// Iterate over each of the methods that the service provides

@@ -246,0 +249,0 @@ // and create an API call method for each.

@@ -18,2 +18,3 @@ import * as gax from 'google-gax';

private _opts;
private _providedCustomServicePath;
private _gaxModule;

@@ -25,2 +26,3 @@ private _gaxGrpc;

descriptors: Descriptors;
warn: (code: string, message: string, warnType?: string) => void;
innerApiCalls: {

@@ -27,0 +29,0 @@ [name: string]: Function;

@@ -89,2 +89,3 @@ "use strict";

const servicePath = (opts === null || opts === void 0 ? void 0 : opts.servicePath) || (opts === null || opts === void 0 ? void 0 : opts.apiEndpoint) || staticMembers.servicePath;
this._providedCustomServicePath = !!((opts === null || opts === void 0 ? void 0 : opts.servicePath) || (opts === null || opts === void 0 ? void 0 : opts.apiEndpoint));
const port = (opts === null || opts === void 0 ? void 0 : opts.port) || staticMembers.port;

@@ -135,2 +136,4 @@ const clientConfig = (_a = opts === null || opts === void 0 ? void 0 : opts.clientConfig) !== null && _a !== void 0 ? _a : {};

this.innerApiCalls = {};
// Add a warn function to the client constructor so it can be easily tested.
this.warn = gax.warn;
}

@@ -158,3 +161,3 @@ /**

: // eslint-disable-next-line @typescript-eslint/no-explicit-any
this._protos.google.datastore.v1.Datastore, this._opts);
this._protos.google.datastore.v1.Datastore, this._opts, this._providedCustomServicePath);
// Iterate over each of the methods that the service provides

@@ -161,0 +164,0 @@ // and create an API call method for each.

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

### [6.4.6](https://www.github.com/googleapis/nodejs-datastore/compare/v6.4.5...v6.4.6) (2021-07-19)
### Bug Fixes
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#855](https://www.github.com/googleapis/nodejs-datastore/issues/855)) ([1cdba8c](https://www.github.com/googleapis/nodejs-datastore/commit/1cdba8cc446b592170a8e404b24e09845524f50a))
### [6.4.5](https://www.github.com/googleapis/nodejs-datastore/compare/v6.4.4...v6.4.5) (2021-07-12)

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

{
"name": "@google-cloud/datastore",
"version": "6.4.5",
"version": "6.4.6",
"description": "Cloud Datastore Client Library for Node.js",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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