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.2 to 2.3.3

8

sodium-native/index.d.ts

@@ -115,2 +115,10 @@ // Type definitions for sodium-native 2.3

export const crypto_secretstream_xchacha20poly1305_TAG_REKEY: number;
export const crypto_sign_PUBLICKEYBYTES: number;
export const crypto_sign_SECRETKEYBYTES: number;
export const crypto_sign_BYTES: number;
export const crypto_sign_SEEDBYTES: number;
export const crypto_auth_BYTES: number;
export const crypto_auth_KEYBYTES: number;
export const crypto_scalarmult_BYTES: number;
export const crypto_scalarmult_SCALARBYTES: number;
/** NOTE: Unofficial constant */

@@ -117,0 +125,0 @@ export const crypto_secretstream_xchacha20poly1305_TAGBYTES: number;

4

sodium-native/package.json
{
"name": "@types/sodium-native",
"version": "2.3.2",
"version": "2.3.3",
"description": "TypeScript definitions for sodium-native",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "d30e904eecbb848fc27c95d8dd2c7e4082f704e4d5296981c90b213517eed6b7",
"typesPublisherContentHash": "1ec0125048e3c543f19810d21cab16bfaff464abdf9de30feb6c83ab66380113",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Wed, 12 Feb 2020 18:46:21 GMT
* Last updated: Sun, 22 Mar 2020 20:51:30 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Florian Keller (https://github.com/ffflorian).
These definitions were written by [Florian Keller](https://github.com/ffflorian).
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