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.6 to 0.7.7

16

libsodium-wrappers/index.d.ts

@@ -101,6 +101,2 @@ // Type definitions for libsodium-wrappers 0.7

export const crypto_box_SEEDBYTES: number;
export const crypto_core_hchacha20_CONSTBYTES: number;
export const crypto_core_hchacha20_INPUTBYTES: number;
export const crypto_core_hchacha20_KEYBYTES: number;
export const crypto_core_hchacha20_OUTPUTBYTES: number;
export const crypto_generichash_BYTES_MAX: number;

@@ -152,4 +148,2 @@ export const crypto_generichash_BYTES_MIN: number;

export const crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX: number;
export const crypto_secretstream_xchacha20poly1305_MESSAGESBYTES_MAX: number;
export const crypto_secretstream_xchacha20poly1305_NPUBBYTES: number;
export const crypto_secretstream_xchacha20poly1305_TAG_FINAL: number;

@@ -166,5 +160,2 @@ export const crypto_secretstream_xchacha20poly1305_TAG_MESSAGE: number;

export const crypto_sign_SEEDBYTES: number;
export const crypto_stream_chacha20_ietf_MESSAGEBYTES_MAX: number;
export const crypto_stream_MESSAGEBYTES_MAX: number;
export const crypto_stream_xchacha20_MESSAGEBYTES_MAX: number;
export const randombytes_SEEDBYTES: number;

@@ -564,5 +555,2 @@ export const SODIUM_LIBRARY_VERSION_MAJOR: number;

export function crypto_stream_keygen(outputFormat?: Uint8ArrayOutputFormat | null): Uint8Array;
export function crypto_stream_keygen(outputFormat: StringOutputFormat): string;
export function from_base64(input: string, variant?: base64_variants): Uint8Array;

@@ -582,2 +570,4 @@

export function output_formats(): Array<Uint8ArrayOutputFormat | StringOutputFormat>;
export function pad(buf: Uint8Array, blocksize: number): Uint8Array;

@@ -595,4 +585,2 @@

export function randombytes_set_implementation(implementation: Uint8Array): void;
export function randombytes_stir(): void;

@@ -599,0 +587,0 @@

4

libsodium-wrappers/package.json
{
"name": "@types/libsodium-wrappers",
"version": "0.7.6",
"version": "0.7.7",
"description": "TypeScript definitions for libsodium-wrappers",

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

"dependencies": {},
"typesPublisherContentHash": "d7fa9b7314024c03b3c91b648ab60f822925f2990a3eeb3110de79bbc1fdac5c",
"typesPublisherContentHash": "6199d53351270db7f6580d19a2ab3343c7d33f92e1e883cdae4f0b829ac7e550",
"typeScriptVersion": "2.1"
}

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

Additional Details
* Last updated: Tue, 22 Oct 2019 18:16:04 GMT
* Last updated: Fri, 01 Nov 2019 16:13:21 GMT
* Dependencies: none

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

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