@aws-crypto/kms-keyring-browser
Advanced tools
Comparing version 3.2.0 to 3.2.2
@@ -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) { | ||
@@ -21,2 +25,2 @@ if (k2 === undefined) k2 = k; | ||
__exportStar(require("./kms_mrk_discovery_multi_keyring_browser"), exports); | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG9FQUFvRTtBQUNwRSxzQ0FBc0M7Ozs7Ozs7Ozs7OztBQUV0Qyx3REFBcUM7QUFDckMsNERBQXlDO0FBQ3pDLHNFQUFtRDtBQUNuRCx5RUFBc0Q7QUFDdEQsNEVBQXlEIn0= | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLG9FQUFvRTtBQUNwRSxzQ0FBc0M7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFdEMsd0RBQXFDO0FBQ3JDLDREQUF5QztBQUN6QyxzRUFBbUQ7QUFDbkQseUVBQXNEO0FBQ3RELDRFQUF5RCJ9 |
@@ -6,5 +6,5 @@ import { KmsKeyringInput, KMSConstructible, KmsClientSupplier, getClient, limitRegions, excludeRegions, cacheClients, AwsEsdkKMSInterface } from '@aws-crypto/kms-keyring'; | ||
declare const cacheKmsClients: KmsClientSupplier<KMS>; | ||
export declare type KmsKeyringWebCryptoInput = Partial<KmsKeyringInput<AwsEsdkKMSInterface>>; | ||
export declare type KMSWebCryptoConstructible = KMSConstructible<KMS, KMS.ClientConfiguration>; | ||
export declare type KmsWebCryptoClientSupplier = KmsClientSupplier<AwsEsdkKMSInterface>; | ||
export type KmsKeyringWebCryptoInput = Partial<KmsKeyringInput<AwsEsdkKMSInterface>>; | ||
export type KMSWebCryptoConstructible = KMSConstructible<KMS, KMS.ClientConfiguration>; | ||
export type KmsWebCryptoClientSupplier = KmsClientSupplier<AwsEsdkKMSInterface>; | ||
declare const KmsKeyringBrowser_base: import("@aws-crypto/kms-keyring").KmsKeyRingConstructible<WebCryptoAlgorithmSuite, AwsEsdkKMSInterface>; | ||
@@ -11,0 +11,0 @@ export declare class KmsKeyringBrowser extends KmsKeyringBrowser_base { |
import { AwsKmsMrkAwareSymmetricDiscoveryKeyringInput, AwsEsdkKMSInterface } from '@aws-crypto/kms-keyring'; | ||
import { WebCryptoAlgorithmSuite, WebCryptoEncryptionMaterial, WebCryptoDecryptionMaterial, EncryptedDataKey } from '@aws-crypto/material-management-browser'; | ||
export declare type AwsKmsMrkAwareSymmetricDiscoveryKeyringWebCryptoInput = AwsKmsMrkAwareSymmetricDiscoveryKeyringInput<AwsEsdkKMSInterface>; | ||
export type AwsKmsMrkAwareSymmetricDiscoveryKeyringWebCryptoInput = AwsKmsMrkAwareSymmetricDiscoveryKeyringInput<AwsEsdkKMSInterface>; | ||
declare const AwsKmsMrkAwareSymmetricDiscoveryKeyringBrowser_base: import("@aws-crypto/kms-keyring").AwsKmsMrkAwareSymmetricDiscoveryKeyringConstructible<WebCryptoAlgorithmSuite, AwsEsdkKMSInterface>; | ||
@@ -5,0 +5,0 @@ export declare class AwsKmsMrkAwareSymmetricDiscoveryKeyringBrowser extends AwsKmsMrkAwareSymmetricDiscoveryKeyringBrowser_base { |
import { AwsKmsMrkAwareSymmetricKeyringInput, AwsEsdkKMSInterface } from '@aws-crypto/kms-keyring'; | ||
import { WebCryptoAlgorithmSuite, WebCryptoEncryptionMaterial, WebCryptoDecryptionMaterial, EncryptedDataKey } from '@aws-crypto/material-management-browser'; | ||
export declare type AwsKmsMrkAwareSymmetricKeyringWebCryptoInput = AwsKmsMrkAwareSymmetricKeyringInput<AwsEsdkKMSInterface>; | ||
export type AwsKmsMrkAwareSymmetricKeyringWebCryptoInput = AwsKmsMrkAwareSymmetricKeyringInput<AwsEsdkKMSInterface>; | ||
declare const AwsKmsMrkAwareSymmetricKeyringBrowser_base: import("@aws-crypto/kms-keyring").AwsKmsMrkAwareSymmetricKeyringConstructible<WebCryptoAlgorithmSuite, AwsEsdkKMSInterface>; | ||
@@ -5,0 +5,0 @@ export declare class AwsKmsMrkAwareSymmetricKeyringBrowser extends AwsKmsMrkAwareSymmetricKeyringBrowser_base { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "3.2.0"; | ||
export declare const version = "3.2.2"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
// generated by genversion | ||
exports.version = '3.2.0'; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDBCQUEwQjtBQUNiLFFBQUEsT0FBTyxHQUFHLE9BQU8sQ0FBQSJ9 | ||
// Generated by genversion. | ||
exports.version = '3.2.2'; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLDJCQUEyQjtBQUNkLFFBQUEsT0FBTyxHQUFHLE9BQU8sQ0FBQSJ9 |
@@ -6,5 +6,5 @@ import { KmsKeyringInput, KMSConstructible, KmsClientSupplier, getClient, limitRegions, excludeRegions, cacheClients, AwsEsdkKMSInterface } from '@aws-crypto/kms-keyring'; | ||
declare const cacheKmsClients: KmsClientSupplier<KMS>; | ||
export declare type KmsKeyringWebCryptoInput = Partial<KmsKeyringInput<AwsEsdkKMSInterface>>; | ||
export declare type KMSWebCryptoConstructible = KMSConstructible<KMS, KMS.ClientConfiguration>; | ||
export declare type KmsWebCryptoClientSupplier = KmsClientSupplier<AwsEsdkKMSInterface>; | ||
export type KmsKeyringWebCryptoInput = Partial<KmsKeyringInput<AwsEsdkKMSInterface>>; | ||
export type KMSWebCryptoConstructible = KMSConstructible<KMS, KMS.ClientConfiguration>; | ||
export type KmsWebCryptoClientSupplier = KmsClientSupplier<AwsEsdkKMSInterface>; | ||
declare const KmsKeyringBrowser_base: import("@aws-crypto/kms-keyring").KmsKeyRingConstructible<WebCryptoAlgorithmSuite, AwsEsdkKMSInterface>; | ||
@@ -11,0 +11,0 @@ export declare class KmsKeyringBrowser extends KmsKeyringBrowser_base { |
import { AwsKmsMrkAwareSymmetricDiscoveryKeyringInput, AwsEsdkKMSInterface } from '@aws-crypto/kms-keyring'; | ||
import { WebCryptoAlgorithmSuite, WebCryptoEncryptionMaterial, WebCryptoDecryptionMaterial, EncryptedDataKey } from '@aws-crypto/material-management-browser'; | ||
export declare type AwsKmsMrkAwareSymmetricDiscoveryKeyringWebCryptoInput = AwsKmsMrkAwareSymmetricDiscoveryKeyringInput<AwsEsdkKMSInterface>; | ||
export type AwsKmsMrkAwareSymmetricDiscoveryKeyringWebCryptoInput = AwsKmsMrkAwareSymmetricDiscoveryKeyringInput<AwsEsdkKMSInterface>; | ||
declare const AwsKmsMrkAwareSymmetricDiscoveryKeyringBrowser_base: import("@aws-crypto/kms-keyring").AwsKmsMrkAwareSymmetricDiscoveryKeyringConstructible<WebCryptoAlgorithmSuite, AwsEsdkKMSInterface>; | ||
@@ -5,0 +5,0 @@ export declare class AwsKmsMrkAwareSymmetricDiscoveryKeyringBrowser extends AwsKmsMrkAwareSymmetricDiscoveryKeyringBrowser_base { |
import { AwsKmsMrkAwareSymmetricKeyringInput, AwsEsdkKMSInterface } from '@aws-crypto/kms-keyring'; | ||
import { WebCryptoAlgorithmSuite, WebCryptoEncryptionMaterial, WebCryptoDecryptionMaterial, EncryptedDataKey } from '@aws-crypto/material-management-browser'; | ||
export declare type AwsKmsMrkAwareSymmetricKeyringWebCryptoInput = AwsKmsMrkAwareSymmetricKeyringInput<AwsEsdkKMSInterface>; | ||
export type AwsKmsMrkAwareSymmetricKeyringWebCryptoInput = AwsKmsMrkAwareSymmetricKeyringInput<AwsEsdkKMSInterface>; | ||
declare const AwsKmsMrkAwareSymmetricKeyringBrowser_base: import("@aws-crypto/kms-keyring").AwsKmsMrkAwareSymmetricKeyringConstructible<WebCryptoAlgorithmSuite, AwsEsdkKMSInterface>; | ||
@@ -5,0 +5,0 @@ export declare class AwsKmsMrkAwareSymmetricKeyringBrowser extends AwsKmsMrkAwareSymmetricKeyringBrowser_base { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "3.2.0"; | ||
export declare const version = "3.2.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,3 +0,3 @@ | ||
// generated by genversion | ||
export const version = '3.2.0'; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDBCQUEwQjtBQUMxQixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsT0FBTyxDQUFBIn0= | ||
// Generated by genversion. | ||
export const version = '3.2.2'; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDJCQUEyQjtBQUMzQixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsT0FBTyxDQUFBIn0= |
{ | ||
"name": "@aws-crypto/kms-keyring-browser", | ||
"version": "3.2.0", | ||
"version": "3.2.2", | ||
"scripts": { | ||
@@ -22,6 +22,6 @@ "prepublishOnly": "npm run generate-version.ts; npm run build", | ||
"dependencies": { | ||
"@aws-crypto/kms-keyring": "^3.2.0", | ||
"@aws-crypto/material-management-browser": "^3.2.0", | ||
"@aws-crypto/kms-keyring": "^3.2.2", | ||
"@aws-crypto/material-management-browser": "^3.2.2", | ||
"@aws-crypto/web-crypto-backend": "^3.1.1", | ||
"aws-sdk": "^2.650.0", | ||
"aws-sdk": "^2.1360.0", | ||
"tslib": "^2.2.0" | ||
@@ -36,3 +36,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55705
46
337