@arweave-wallet-kit/core
Advanced tools
Comparing version 0.0.1-beta.4 to 0.0.1-beta.5
@@ -21,4 +21,4 @@ import type { SignatureOptions } from "arweave/web/lib/crypto/crypto-interface"; | ||
}>; | ||
abstract encrypt(data: BufferSource, algorithm: RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams): Promise<Uint8Array>; | ||
abstract decrypt(data: BufferSource, algorithm: RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams): Promise<Uint8Array>; | ||
abstract encrypt(data: BufferSource, algorithm?: RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams): Promise<Uint8Array>; | ||
abstract decrypt(data: BufferSource, algorithm?: RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams): Promise<Uint8Array>; | ||
abstract getArweaveConfig(): Promise<GatewayConfig>; | ||
@@ -25,0 +25,0 @@ abstract signature(data: Uint8Array, algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams): Promise<Uint8Array>; |
{ | ||
"name": "@arweave-wallet-kit/core", | ||
"version": "0.0.1-beta.4", | ||
"version": "0.0.1-beta.5", | ||
"description": "Core module for the Arweave Wallet Kit", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/labscommunity/arweave-wallet-kit-core", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
15834
1