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.1.4 to 0.1.5

16

CMakeLists.txt
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW)
project(node_datachannel VERSION 0.1.4)
project(node_datachannel VERSION 0.1.5)
include_directories(${CMAKE_JS_INC})

@@ -20,3 +20,3 @@

set(OPENSSL_USE_STATIC_LIBS TRUE)
find_package(OpenSSL REQUIRED)
find_package(OpenSSL REQUIRED)
endif()

@@ -31,3 +31,3 @@

GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
GIT_TAG "v0.13.0"
GIT_TAG "v0.14.0"
)

@@ -53,5 +53,5 @@

target_include_directories(${PROJECT_NAME} PRIVATE
${CMAKE_SOURCE_DIR}/node_modules/node-addon-api
${CMAKE_SOURCE_DIR}/node_modules/napi-thread-safe-callback
target_include_directories(${PROJECT_NAME} PRIVATE
${CMAKE_SOURCE_DIR}/node_modules/node-addon-api
${CMAKE_SOURCE_DIR}/node_modules/napi-thread-safe-callback
${CMAKE_BINARY_DIR}/_deps/libdatachannel-src/include

@@ -76,2 +76,2 @@ )

target_link_libraries(${PROJECT_NAME} PRIVATE ${LINK_LIBRARIES})
target_link_libraries(${PROJECT_NAME} PRIVATE ${LINK_LIBRARIES})

@@ -32,3 +32,3 @@ export as namespace NodeDataChannel;

export enum RelayType {
export const enum RelayType {
TurnUdp = 'TurnUdp',

@@ -56,3 +56,3 @@ TurnTcp = 'TurnTcp',

export enum DescriptionType {
export const enum DescriptionType {
Unspec = 'Unspec',

@@ -63,3 +63,3 @@ Offer = 'Offer',

export enum ReliabilityType {
export const enum ReliabilityType {
Reliable = 0, Rexmit = 1, Timed = 2

@@ -66,0 +66,0 @@ }

{
"name": "node-datachannel",
"version": "0.1.4",
"version": "0.1.5",
"description": "libdatachannel node bindings",

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

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