discord-verify
Advanced tools
Comparing version 0.0.2-beta.26 to 0.0.2-beta.27
@@ -5,3 +5,3 @@ import { R as Request, S as SubtleCryptoImportKeyAlgorithm } from './verify-4bd1dcd2.js'; | ||
/** | ||
* Validates a request from Discord | ||
* Validates a request from Discord. If you are not on the latest version 16 or 18 of Node, you should pass a specific value in for the algorithm. | ||
* @param request Request to verify | ||
@@ -8,0 +8,0 @@ * @param publicKey The application's public key |
{ | ||
"name": "discord-verify", | ||
"version": "0.0.2-beta.26", | ||
"version": "0.0.2-beta.27", | ||
"author": "Ian Mitchell", | ||
@@ -5,0 +5,0 @@ "description": "A library for verifying the authenticity of requests coming from the Discord Interactions API", |
@@ -14,3 +14,3 @@ // eslint-disable-next-line @typescript-eslint/ban-ts-comment, @typescript-eslint/prefer-ts-expect-error | ||
/** | ||
* Validates a request from Discord | ||
* Validates a request from Discord. If you are not on the latest version 16 or 18 of Node, you should pass a specific value in for the algorithm. | ||
* @param request Request to verify | ||
@@ -17,0 +17,0 @@ * @param publicKey The application's public key |
Sorry, the diff of this file is not supported yet
40900