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.5.4 to 0.5.5

2

CMakeLists.txt

@@ -5,3 +5,3 @@ cmake_minimum_required(VERSION 3.15)

project(node_datachannel VERSION 0.5.4)
project(node_datachannel VERSION 0.5.5)

@@ -8,0 +8,0 @@ # -Dnapi_build_version=8

{
"name": "node-datachannel",
"version": "0.5.4",
"version": "0.5.5",
"description": "libdatachannel node bindings",

@@ -5,0 +5,0 @@ "type": "module",

@@ -225,2 +225,3 @@ import NodeDataChannel from '../lib/index.js';

this.#peerConnection.close();
this.#peerConnection.destroy();
}

@@ -227,0 +228,0 @@

@@ -89,3 +89,2 @@ import polyfill from '../polyfill/index.js';

peer2.close();
nodeDataChannel.cleanup();
}, 5 * 1000);
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