Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/sodium-native

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sodium-native - npm Package Compare versions

Comparing version 2.3.7 to 2.3.8

7

sodium-native/index.d.ts

@@ -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 @@ /**

4

sodium-native/package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc