🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

sodium-native

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sodium-native - npm Package Compare versions

Comparing version
5.0.7
to
5.0.8
+20
-7
CMakeLists.txt

@@ -211,8 +211,7 @@ cmake_minimum_required(VERSION 3.25)

add_bare_module(sodium_native_bare)
add_library(sodium_extensions OBJECT)
target_sources(
${sodium_native_bare}
sodium_extensions
PRIVATE
binding.cc
extensions/tweak/tweak.c

@@ -225,8 +224,24 @@ extensions/tweak/tweak.h

target_link_libraries(
sodium_extensions
PUBLIC
sodium
)
add_bare_module(sodium_native_bare)
target_sources(
${sodium_native_bare}
PRIVATE
binding.cc
)
target_link_libraries(
${sodium_native_bare}
PRIVATE
$<TARGET_OBJECTS:sodium>
$<TARGET_OBJECTS:sodium_extensions>
jstl
PUBLIC
sodium
sodium_extensions
)

@@ -240,6 +255,2 @@

binding.cc
extensions/tweak/tweak.c
extensions/tweak/tweak.h
extensions/pbkdf2/pbkdf2.c
extensions/pbkdf2/pbkdf2.h
)

@@ -257,5 +268,7 @@

$<TARGET_OBJECTS:sodium>
$<TARGET_OBJECTS:sodium_extensions>
jstl
PUBLIC
sodium
sodium_extensions
)

@@ -262,0 +275,0 @@

{
"name": "sodium-native",
"version": "5.0.7",
"version": "5.0.8",
"description": "Low level bindings for libsodium",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet