@types/sodium-native
Advanced tools
Comparing version 2.3.7 to 2.3.8
@@ -580,3 +580,8 @@ /// <reference types="node" /> | ||
*/ | ||
export function crypto_box_seal_open(message: Buffer, ciphertext: Buffer, publicKey: Buffer, secretKey: Buffer): void; | ||
export function crypto_box_seal_open( | ||
message: Buffer, | ||
ciphertext: Buffer, | ||
publicKey: Buffer, | ||
secretKey: Buffer, | ||
): boolean; | ||
@@ -583,0 +588,0 @@ /** |
{ | ||
"name": "@types/sodium-native", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"description": "TypeScript definitions for sodium-native", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sodium-native", | ||
}, | ||
"typesPublisherContentHash": "cd47bd28ddf2ffec3d293ee898bc82a108d9537cb24931a1b5982ceec843dc4a", | ||
"typesPublisherContentHash": "ee2e2d2efd9e5a974975ead193905b634edd1bbd56b0b410f9f52bc8f3ff7900", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT | ||
* Last updated: Thu, 26 Oct 2023 01:36:04 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
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
55510
1258