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

@google-cloud/redis

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/redis - npm Package Compare versions

Comparing version 3.1.5 to 3.2.0

2

build/src/index.d.ts
import * as v1 from './v1';
import * as v1beta1 from './v1beta1';
declare const CloudRedisClient: typeof v1.CloudRedisClient;
declare type CloudRedisClient = v1.CloudRedisClient;
type CloudRedisClient = v1.CloudRedisClient;
export { v1, v1beta1, CloudRedisClient };

@@ -6,0 +6,0 @@ declare const _default: {

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -106,2 +106,4 @@ // Licensed under the Apache License, Version 2.0 (the "License");

opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts);
// Request numeric enum values if REST transport is used.
opts.numericEnums = true;
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case.

@@ -108,0 +110,0 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) {

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -106,2 +106,4 @@ // Licensed under the Apache License, Version 2.0 (the "License");

opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts);
// Request numeric enum values if REST transport is used.
opts.numericEnums = true;
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case.

@@ -108,0 +110,0 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) {

"use strict";
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

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

## [3.2.0](https://github.com/googleapis/google-cloud-node/compare/redis-v3.1.5...redis-v3.2.0) (2023-01-28)
### Features
* Added SuggestConversationSummary RPC ([#3853](https://github.com/googleapis/google-cloud-node/issues/3853)) ([cc352db](https://github.com/googleapis/google-cloud-node/commit/cc352db97f3bd8925bf1a7631a0ae64ff976fa4e))
## [3.1.5](https://github.com/googleapis/google-cloud-node/compare/redis-v3.1.4...redis-v3.1.5) (2022-11-10)

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

{
"name": "@google-cloud/redis",
"description": "Google Cloud Memorystore for Redis API client for Node.js",
"version": "3.1.5",
"version": "3.2.0",
"license": "Apache-2.0",

@@ -68,8 +68,8 @@ "author": "Google LLC",

"pack-n-play": "^1.0.0-2",
"sinon": "^14.0.0",
"sinon": "^15.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.6.4",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
"webpack-cli": "^5.0.0"
}
}

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

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

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