Socket
Socket
Sign inDemoInstall

node-datachannel

Package Overview
Dependencies
Maintainers
1
Versions
69
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.16 to 0.0.17

.github/workflows/npm-publish-manual.yml

2

CMakeLists.txt
cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0091 NEW)
project(node_datachannel VERSION 0.0.16)
project(node_datachannel VERSION 0.0.17)

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

@@ -13,2 +13,3 @@ export as namespace NodeDataChannel;

// Functions
export function preload(): void;
export function initLogger(level: LogLevel): void;

@@ -15,0 +16,0 @@ export function cleanup(): void;

{
"name": "node-datachannel",
"version": "0.0.16",
"version": "0.0.17",
"description": "libdatachannel node bindings",

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

const nodeDataChannel = require('../lib/index');
nodeDataChannel.initLogger("Debug");
nodeDataChannel.preload();

@@ -5,0 +6,0 @@ let dc1 = null;

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