Socket
Socket
Sign inDemoInstall

@types/libsodium-wrappers

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/libsodium-wrappers - npm Package Compare versions

Comparing version 0.7.7 to 0.7.8

16

libsodium-wrappers/index.d.ts

@@ -78,6 +78,11 @@ // Type definitions for libsodium-wrappers 0.7

export const crypto_aead_chacha20poly1305_ietf_ABYTES: number;
export const crypto_aead_chacha20poly1305_IETF_ABYTES: number;
export const crypto_aead_chacha20poly1305_ietf_KEYBYTES: number;
export const crypto_aead_chacha20poly1305_IETF_KEYBYTES: number;
export const crypto_aead_chacha20poly1305_ietf_MESSAGEBYTES_MAX: number;
export const crypto_aead_chacha20poly1305_IETF_MESSAGEBYTES_MAX: number;
export const crypto_aead_chacha20poly1305_ietf_NPUBBYTES: number;
export const crypto_aead_chacha20poly1305_IETF_NPUBBYTES: number;
export const crypto_aead_chacha20poly1305_ietf_NSECBYTES: number;
export const crypto_aead_chacha20poly1305_IETF_NSECBYTES: number;
export const crypto_aead_chacha20poly1305_KEYBYTES: number;

@@ -88,6 +93,11 @@ export const crypto_aead_chacha20poly1305_MESSAGEBYTES_MAX: number;

export const crypto_aead_xchacha20poly1305_ietf_ABYTES: number;
export const crypto_aead_xchacha20poly1305_IETF_ABYTES: number;
export const crypto_aead_xchacha20poly1305_ietf_KEYBYTES: number;
export const crypto_aead_xchacha20poly1305_IETF_KEYBYTES: number;
export const crypto_aead_xchacha20poly1305_ietf_MESSAGEBYTES_MAX: number;
export const crypto_aead_xchacha20poly1305_IETF_MESSAGEBYTES_MAX: number;
export const crypto_aead_xchacha20poly1305_ietf_NPUBBYTES: number;
export const crypto_aead_xchacha20poly1305_IETF_NPUBBYTES: number;
export const crypto_aead_xchacha20poly1305_ietf_NSECBYTES: number;
export const crypto_aead_xchacha20poly1305_IETF_NSECBYTES: number;
export const crypto_auth_BYTES: number;

@@ -103,8 +113,8 @@ export const crypto_auth_KEYBYTES: number;

export const crypto_box_SEEDBYTES: number;
export const crypto_generichash_BYTES: number;
export const crypto_generichash_BYTES_MAX: number;
export const crypto_generichash_BYTES_MIN: number;
export const crypto_generichash_BYTES: number;
export const crypto_generichash_KEYBYTES: number;
export const crypto_generichash_KEYBYTES_MAX: number;
export const crypto_generichash_KEYBYTES_MIN: number;
export const crypto_generichash_KEYBYTES: number;
export const crypto_hash_BYTES: number;

@@ -137,3 +147,2 @@ export const crypto_kdf_BYTES_MAX: number;

export const crypto_pwhash_SALTBYTES: number;
export const crypto_pwhash_STR_VERIFY: number;
export const crypto_pwhash_STRBYTES: number;

@@ -162,3 +171,2 @@ export const crypto_pwhash_STRPREFIX: string;

export const crypto_sign_SEEDBYTES: number;
export const randombytes_SEEDBYTES: number;
export const SODIUM_LIBRARY_VERSION_MAJOR: number;

@@ -165,0 +173,0 @@ export const SODIUM_LIBRARY_VERSION_MINOR: number;

{
"name": "@types/libsodium-wrappers",
"version": "0.7.7",
"version": "0.7.8",
"description": "TypeScript definitions for libsodium-wrappers",

@@ -14,3 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +23,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "6199d53351270db7f6580d19a2ab3343c7d33f92e1e883cdae4f0b829ac7e550",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "78ab06a36b2d92248d180762126dc27b422749e1b98bd27ca9c1945a4ae75c9e",
"typeScriptVersion": "3.1"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/libsodium-wrappers
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/libsodium-wrappers.
Additional Details
* Last updated: Fri, 01 Nov 2019 16:13:21 GMT
### Additional Details
* Last updated: Mon, 14 Sep 2020 23:21:03 GMT
* Dependencies: none

@@ -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).

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