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.5 to 2.3.6

3

sodium-native/index.d.ts

@@ -788,3 +788,2 @@ // Type definitions for sodium-native 2.3

* to encrypt/decrypt with ChaCha20 instead.
*
*/

@@ -815,3 +814,2 @@ export function crypto_stream_xor(ciphertext: Buffer, message: Buffer, nonce: Buffer, key: Buffer): void;

/**
*
* A streaming instance to the `crypto_stream_xor` api. Pass a nonce and key in the constructor.

@@ -840,3 +838,2 @@ */

* Returns `true` if the token could be verified. Otherwise `false`.
*
*/

@@ -843,0 +840,0 @@ export function crypto_auth_verify(output: Buffer, input: Buffer, key: Buffer): boolean;

7

sodium-native/package.json
{
"name": "@types/sodium-native",
"version": "2.3.5",
"version": "2.3.6",
"description": "TypeScript definitions for sodium-native",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sodium-native",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "05c95fd6184d5fb193fb3e03dd2a505bc1a286fc5f95a125b76c472f3044d0ed",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "92a4f454dabac3aa6cfc2c8f9485f07f00c8e68d1b07a8d51245fe09533476ef",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 31 Mar 2020 16:37:42 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

Sorry, the diff of this file is not supported yet

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