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.1.0 to 1.1.1

7

CHANGELOG.md

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

### [1.1.1](https://www.github.com/googleapis/nodejs-kms/compare/v1.1.0...v1.1.1) (2019-06-14)
### Bug Fixes
* **docs:** move to new client docs URL ([#177](https://www.github.com/googleapis/nodejs-kms/issues/177)) ([50d93e7](https://www.github.com/googleapis/nodejs-kms/commit/50d93e7))
## [1.1.0](https://www.github.com/googleapis/nodejs-kms/compare/v1.0.0...v1.1.0) (2019-06-05)

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

2

package.json
{
"name": "@google-cloud/kms",
"description": "Google Cloud Key Management Service (KMS) API client for Node.js",
"version": "1.1.0",
"version": "1.1.1",
"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://cloud.google.com/nodejs/docs/reference/kms/latest/
[client-docs]: https://googleapis.dev/nodejs/kms/latest
[product-docs]: https://cloud.google.com/kms

@@ -153,0 +153,0 @@ [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png

@@ -228,3 +228,3 @@ // Copyright 2019 Google LLC

*
* @property {string} content
* @property {Buffer} content
* Output only. The attestation data provided by the HSM when the key

@@ -231,0 +231,0 @@ * operation was performed.

@@ -391,3 +391,3 @@ // Copyright 2019 Google LLC

*
* @property {string} plaintext
* @property {Buffer} plaintext
* Required. The data to encrypt. Must be no larger than 64KiB.

@@ -403,3 +403,3 @@ *

*
* @property {string} additionalAuthenticatedData
* @property {Buffer} additionalAuthenticatedData
* Optional data that, if specified, must also be provided during decryption

@@ -434,7 +434,7 @@ * through

*
* @property {string} ciphertext
* @property {Buffer} ciphertext
* Required. The encrypted data originally returned in
* EncryptResponse.ciphertext.
*
* @property {string} additionalAuthenticatedData
* @property {Buffer} additionalAuthenticatedData
* Optional data that must match the data originally supplied in

@@ -484,3 +484,3 @@ * EncryptRequest.additional_authenticated_data.

*
* @property {string} ciphertext
* @property {Buffer} ciphertext
* Required. The data encrypted with the named

@@ -502,3 +502,3 @@ * CryptoKeyVersion's public key using

*
* @property {string} plaintext
* @property {Buffer} plaintext
* The decrypted data originally supplied in

@@ -524,3 +524,3 @@ * EncryptRequest.plaintext.

*
* @property {string} ciphertext
* @property {Buffer} ciphertext
* The encrypted data.

@@ -540,3 +540,3 @@ *

*
* @property {string} signature
* @property {Buffer} signature
* The created signature.

@@ -556,3 +556,3 @@ *

*
* @property {string} plaintext
* @property {Buffer} plaintext
* The decrypted data originally encrypted with the matching public key.

@@ -623,9 +623,9 @@ *

*
* @property {string} sha256
* @property {Buffer} sha256
* A message digest produced with the SHA-256 algorithm.
*
* @property {string} sha384
* @property {Buffer} sha384
* A message digest produced with the SHA-384 algorithm.
*
* @property {string} sha512
* @property {Buffer} sha512
* A message digest produced with the SHA-512 algorithm.

@@ -632,0 +632,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