react-native-rsa-native
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -18,2 +18,3 @@ declare module 'react-native-rsa-native' { | ||
export function verify(data: string, secretToVerify: string, key: string): Promise<boolean>; | ||
export function verifyWithAlgorithm(data: string, secretToVerify: string, key: string, signature?: 'SHA256withRSA' | 'SHA512withRSA'): Promise<boolean>; | ||
export const SHA256withRSA: string; | ||
@@ -32,2 +33,3 @@ export const SHA512withRSA: string; | ||
export function verify(data: string, secretToVerify: string, keyTag: string): Promise<boolean>; | ||
export function verifyWithAlgorithm(data: string, secretToVerify: string, keyTag: string, signature?: 'SHA256withRSA' | 'SHA512withRSA'): Promise<boolean>; | ||
export function getPublicKey(keyTag: string): Promise<string | undefined>; | ||
@@ -34,0 +36,0 @@ export const SHA256withRSA: string; |
{ | ||
"name": "react-native-rsa-native", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A native implementation of RSA key generation and encryption/decryption.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10960658
7198
31
1086