Socket
Socket
Sign inDemoInstall

@google-cloud/kms

Package Overview
Dependencies
118
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

9

CHANGELOG.md

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

### [1.3.2](https://www.github.com/googleapis/nodejs-kms/compare/v1.3.1...v1.3.2) (2019-08-28)
### Bug Fixes
* update retry code settings per API call ([#196](https://www.github.com/googleapis/nodejs-kms/issues/196)) ([3ce2076](https://www.github.com/googleapis/nodejs-kms/commit/3ce2076))
* use process versions object for client header ([#199](https://www.github.com/googleapis/nodejs-kms/issues/199)) ([900eb1b](https://www.github.com/googleapis/nodejs-kms/commit/900eb1b))
* **docs:** stop redirecting reference docs to anchor link ([9edd953](https://www.github.com/googleapis/nodejs-kms/commit/9edd953))
### [1.3.1](https://www.github.com/googleapis/nodejs-kms/compare/v1.3.0...v1.3.1) (2019-08-05)

@@ -9,0 +18,0 @@

2

package.json
{
"name": "@google-cloud/kms",
"description": "Google Cloud Key Management Service (KMS) API client for Node.js",
"version": "1.3.1",
"version": "1.3.2",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": "Google LLC",

@@ -150,3 +150,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

[client-docs]: https://googleapis.dev/nodejs/kms/latest#reference
[client-docs]: https://googleapis.dev/nodejs/kms/latest
[product-docs]: https://cloud.google.com/kms

@@ -158,3 +158,1 @@ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png

[auth]: https://cloud.google.com/docs/authentication/getting-started
<a name="reference"></a>

@@ -92,7 +92,9 @@ // Copyright 2019 Google LLC

* In JavaScript, one can convert a Date object to this format using the
* standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
* standard
* [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
* method. In Python, a standard `datetime.datetime` object can be converted
* to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
* with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
* can use the Joda Time's [`ISODateTimeFormat.dateTime()`](https://cloud.google.com
* to this format using
* [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
* the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
* the Joda Time's [`ISODateTimeFormat.dateTime()`](https://cloud.google.com
* http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D

@@ -99,0 +101,0 @@ * ) to obtain a formatter capable of generating timestamps in this format.

@@ -5,2 +5,7 @@ {

"retry_codes": {
"retryable": [
"DEADLINE_EXCEEDED",
"INTERNAL",
"UNAVAILABLE"
],
"idempotent": [

@@ -10,3 +15,4 @@ "DEADLINE_EXCEEDED",

],
"non_idempotent": []
"non_idempotent": [],
"non_retryable": []
},

@@ -27,3 +33,3 @@ "retry_params": {

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -33,3 +39,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -39,3 +45,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -45,3 +51,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -51,3 +57,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -57,3 +63,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -63,3 +69,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -69,3 +75,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -75,3 +81,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -81,3 +87,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -87,3 +93,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -93,3 +99,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "non_retryable",
"retry_params_name": "default"

@@ -99,3 +105,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "non_retryable",
"retry_params_name": "default"

@@ -105,3 +111,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -111,3 +117,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -117,3 +123,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -123,3 +129,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -129,3 +135,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -135,3 +141,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -141,3 +147,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -147,3 +153,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -153,3 +159,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -159,3 +165,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -165,3 +171,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -171,3 +177,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -177,3 +183,3 @@ },

"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_codes_name": "retryable",
"retry_params_name": "default"

@@ -180,0 +186,0 @@ }

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

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