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.3.0 to 0.3.1

6

CMakeLists.txt
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW)
project(node_datachannel VERSION 0.2.4)
project(node_datachannel VERSION 0.3.1)

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

add_compile_definitions(OPENSSL_API_COMPAT=0x10100001L)
add_compile_definitions(OPENSSL_CONFIGURED_API=0x30000000L)
add_compile_definitions(OPENSSL_CONFIGURED_API=0x30000000L)
endif()

@@ -37,3 +37,3 @@

GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
GIT_TAG "v0.17.0"
GIT_TAG "v0.17.1"
)

@@ -40,0 +40,0 @@

@@ -25,3 +25,3 @@ import * as stream from 'stream';

// Proxy Server
export type ProxyServerType = 'None' | 'Socks5' | 'Http';
export type ProxyServerType = 'Socks5' | 'Http';
export interface ProxyServer {

@@ -117,3 +117,3 @@ type: ProxyServerType;

direction: () => Direction;
generateSdp: (eol: string, addr: string, port: string) => string;
generateSdp: (eol: string, addr: string, port: number) => string;
mid: () => string;

@@ -145,3 +145,3 @@ setDirection: (dir: Direction) => void;

direction: () => Direction;
generateSdp: (eol: string, addr: string, port: string) => string;
generateSdp: (eol: string, addr: string, port: number) => string;
mid: () => string;

@@ -148,0 +148,0 @@ setDirection: (dir: Direction) => void;

{
"name": "node-datachannel",
"version": "0.3.0",
"version": "0.3.1",
"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