Socket
Socket
Sign inDemoInstall

@aws-crypto/kms-keyring

Package Overview
Dependencies
7
Maintainers
8
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.2

./build/main/src/index.js

2

build/main/src/arn_parsing.d.ts
export declare const KMS_SERVICE = "kms";
export declare type ParsedAwsKmsKeyArn = {
export type ParsedAwsKmsKeyArn = {
Partition: string;

@@ -4,0 +4,0 @@ Region: string;

@@ -6,3 +6,7 @@ "use strict";

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -24,2 +28,2 @@ if (k2 === undefined) k2 = k;

__exportStar(require("./kms_mrk_discovery_multi_keyring"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG9FQUFvRTtBQUNwRSxzQ0FBc0M7Ozs7Ozs7Ozs7OztBQUV0Qyx3REFBcUM7QUFDckMsZ0RBQTZCO0FBQzdCLG9EQUFpQztBQUNqQyw4REFBMkM7QUFDM0MsNENBQXlCO0FBQ3pCLDREQUF5QztBQUN6QyxpRUFBOEM7QUFDOUMsb0VBQWlEIn0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG9FQUFvRTtBQUNwRSxzQ0FBc0M7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFdEMsd0RBQXFDO0FBQ3JDLGdEQUE2QjtBQUM3QixvREFBaUM7QUFDakMsOERBQTJDO0FBQzNDLDRDQUF5QjtBQUN6Qiw0REFBeUM7QUFDekMsaUVBQThDO0FBQzlDLG9FQUFpRCJ9

@@ -8,3 +8,3 @@ import { AwsEsdkKMSInterface } from './kms_types';

}
export declare type KMSConstructible<Client extends AwsEsdkKMSInterface, Config> = KMSConstructibleNonOption<Client, Config> | KMSConstructibleOption<Client, Config>;
export type KMSConstructible<Client extends AwsEsdkKMSInterface, Config> = KMSConstructibleNonOption<Client, Config> | KMSConstructibleOption<Client, Config>;
export interface KmsClientSupplier<Client extends AwsEsdkKMSInterface> {

@@ -11,0 +11,0 @@ (region: string): Client | false;

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

}
declare type Data = string | Buffer | Uint8Array | Blob;
type Data = string | Buffer | Uint8Array | Blob;
export interface DecryptResponse {

@@ -14,0 +14,0 @@ KeyId?: string;

export declare const KMS_SERVICE = "kms";
export declare type ParsedAwsKmsKeyArn = {
export type ParsedAwsKmsKeyArn = {
Partition: string;

@@ -4,0 +4,0 @@ Region: string;

@@ -8,3 +8,3 @@ import { AwsEsdkKMSInterface } from './kms_types';

}
export declare type KMSConstructible<Client extends AwsEsdkKMSInterface, Config> = KMSConstructibleNonOption<Client, Config> | KMSConstructibleOption<Client, Config>;
export type KMSConstructible<Client extends AwsEsdkKMSInterface, Config> = KMSConstructibleNonOption<Client, Config> | KMSConstructibleOption<Client, Config>;
export interface KmsClientSupplier<Client extends AwsEsdkKMSInterface> {

@@ -11,0 +11,0 @@ (region: string): Client | false;

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

}
declare type Data = string | Buffer | Uint8Array | Blob;
type Data = string | Buffer | Uint8Array | Blob;
export interface DecryptResponse {

@@ -14,0 +14,0 @@ KeyId?: string;

{
"name": "@aws-crypto/kms-keyring",
"version": "3.2.0",
"version": "3.2.2",
"scripts": {

@@ -21,3 +21,3 @@ "prepublishOnly": "npm run build",

"dependencies": {
"@aws-crypto/material-management": "^3.2.0",
"@aws-crypto/material-management": "^3.2.2",
"tslib": "^2.2.0"

@@ -32,3 +32,3 @@ },

],
"gitHead": "7928be0e92615386490756d2372636b59b34dcd8"
"gitHead": "c97442ae9f1c35c918eb07549c137fb736eef811"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc