applesauce-signer
Advanced tools
Comparing version 0.0.0-next-20250116230739 to 0.0.0-next-20250120191411
/** | ||
* Checks if a string is encrypted with NIP-04 or NIP-44 | ||
* @sse https://github.com/nostr-protocol/nips/pull/1248#issuecomment-2437731316 | ||
* @see https://github.com/nostr-protocol/nips/pull/1248#issuecomment-2437731316 | ||
*/ | ||
export declare function isNIP04(ciphertext: string): boolean; |
/** | ||
* Checks if a string is encrypted with NIP-04 or NIP-44 | ||
* @sse https://github.com/nostr-protocol/nips/pull/1248#issuecomment-2437731316 | ||
* @see https://github.com/nostr-protocol/nips/pull/1248#issuecomment-2437731316 | ||
*/ | ||
@@ -5,0 +5,0 @@ export function isNIP04(ciphertext) { |
{ | ||
"name": "applesauce-signer", | ||
"version": "0.0.0-next-20250116230739", | ||
"version": "0.0.0-next-20250120191411", | ||
"description": "Signer classes for applesauce", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"@types/dom-serial": "^1.0.6", | ||
"applesauce-core": "0.0.0-next-20250116230739", | ||
"applesauce-core": "0.0.0-next-20250120191411", | ||
"debug": "^4.3.7", | ||
@@ -41,0 +41,0 @@ "nanoid": "^5.0.7", |
+ Addedapplesauce-core@0.0.0-next-20250120191411(transitive)
- Removedapplesauce-core@0.0.0-next-20250116230739(transitive)