Comparing version 1.8.0 to 1.9.0
export interface SecretKMSInstance { | ||
encrypt: (secret: any, keyName: string, version?: string) => SecretKMSSecret; | ||
encrypt: (secret: any, keyName: string, version?: string) => Promise<SecretKMSSecret>; | ||
decrypt: (data: string, keyName: string, version?: string) => Promise<string>; | ||
@@ -5,0 +5,0 @@ } |
{ | ||
"name": "secretkms", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
20884