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.3.4 to 0.3.5

.github/workflows/build-linux-arm64-test.yml

7

CMakeLists.txt
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW)
project(node_datachannel VERSION 0.3.4)
project(node_datachannel VERSION 0.3.5)

@@ -36,3 +36,3 @@ # Workaround for https://github.com/murat-dogan/node-datachannel/issues/65

GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
GIT_TAG "v0.17.7"
GIT_TAG "v0.17.9"
)

@@ -85,3 +85,4 @@

if(APPLE)
###
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -arch x86_64 -arch arm64 ")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_LINK_FLAGS} -arch x86_64 -arch arm64 ")
elseif(UNIX)

@@ -88,0 +89,0 @@ list(APPEND LINK_LIBRARIES -static-libgcc -static-libstdc++)

@@ -53,2 +53,4 @@ import * as stream from 'stream';

enableIceTcp?: boolean;
enableIceUdpMux?: boolean;
disableAutoNegotiation?: boolean;
portRangeBegin?: number;

@@ -61,8 +63,9 @@ portRangeEnd?: number;

// Lowercase to match the description type string from libdatachannel
export const enum DescriptionType {
Unspec = 'Unspec',
Offer = 'Offer',
Answer = 'Answer',
Pranswer = 'Pranswer',
Rollback = 'Rollback',
Unspec = 'unspec',
Offer = 'offer',
Answer = 'answer',
Pranswer = 'pranswer',
Rollback = 'rollback',
}

@@ -69,0 +72,0 @@

{
"name": "node-datachannel",
"version": "0.3.4",
"version": "0.3.5",
"description": "libdatachannel node bindings",

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

@@ -23,13 +23,16 @@ # Easy to use WebRTC data channels and media transport

| | Linux-x64 | Linux-armv7 | Linux-arm64 | Windows-x86 | Windows-x64 | Mac |
|----------|:---------:|:-----------:|:-----------:|:-----------:|:-----------:|:---:|
| Node V10 | + | + | + | + | + | + |
| Node V11 | + | + | + | + | + | + |
| Node V12 | + | + | + | + | + | + |
| Node V13 | + | + | + | + | + | + |
| Node V14 | + | + | + | + | + | + |
| Node V15 | + | + | + | + | + | + |
| Node V16 | + | + | + | + | + | + |
| Node V17 | + | + | + | + | + | + |
| | Linux-x64 | Linux-armv7 | Linux-arm64(1) | Windows-x86 | Windows-x64 | Mac |
|----------|:---------:|:-----------:|:----------------:|:-----------:|:-----------:|:---:|
| Node V10 | + | + | + | + | + | + |
| Node V11 | + | + | + | + | + | + |
| Node V12 | + | + | + | + | + | + |
| Node V13 | + | + | + | + | + | + |
| Node V14 | + | + | + | + | + | + |
| Node V15 | + | + | + | + | + | + |
| Node V16 | + | + | + | + | + | + |
| Node V17 | + | + | + | + | + | + |
1) Please note that; For arm64 platform we need OpenSSL to be installed locally.
## Example Usage

@@ -36,0 +39,0 @@

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

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