Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-datachannel

Package Overview
Dependencies
Maintainers
1
Versions
72
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.1.12 to 0.1.13

7

CMakeLists.txt
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW)
project(node_datachannel VERSION 0.1.12)
project(node_datachannel VERSION 0.1.13)

@@ -30,5 +30,8 @@ include_directories(${CMAKE_JS_INC})

GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
GIT_TAG "v0.15.5"
GIT_TAG "v0.15.6"
)
option(NO_MEDIA "Disable media transport support in libdatachannel" ON)
option(NO_WEBSOCKET "Disable WebSocket support in libdatachannel" ON)
FetchContent_GetProperties(libdatachannel)

@@ -35,0 +38,0 @@ if(NOT libdatachannel)

{
"name": "node-datachannel",
"version": "0.1.12",
"version": "0.1.13",
"description": "libdatachannel node bindings",

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

@@ -155,11 +155,6 @@ # node-datachannel - libdatachannel node bindings

Build with libnice support
```sh
> npm run install-nice
```
Other Options
```sh
> npm run install -- -DUSE_GNUTLS=1 # Use GNU TLS instead of OpenSSL (Default False)
> npm run install -- -DUSE_SRTP=1 # Enable SRTP for media support ( Default False)
> npm run install -- -DUSE_GNUTLS=1 # Use GnuTLS instead of OpenSSL (Default False)
> npm run install -- -DUSE_NICE=1 # Use libnice instead of libjuice (Default False)
```

@@ -166,0 +161,0 @@

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