Socket
Socket
Sign inDemoInstall

node-datachannel

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-datachannel - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

16

CMakeLists.txt

@@ -1,3 +0,3 @@

cmake_minimum_required(VERSION 3.1)
project(node_datachannel VERSION 0.0.7)
cmake_minimum_required(VERSION 3.11)
project(node_datachannel VERSION 0.0.8)

@@ -35,5 +35,13 @@ include_directories(${CMAKE_JS_INC})

target_link_libraries(${PROJECT_NAME} PRIVATE
set(LINK_LIBRARIES
${CMAKE_JS_LIB}
datachannel-static
)
)
if(APPLE)
###
elseif(UNIX)
list(APPEND LINK_LIBRARIES -static-libgcc -static-libstdc++)
endif()
target_link_libraries(${PROJECT_NAME} PRIVATE ${LINK_LIBRARIES})
{
"name": "node-datachannel",
"version": "0.0.7",
"version": "0.0.8",
"description": "libdatachannel node bindings",

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

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