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.0 to 0.5.1

2

CMakeLists.txt

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

project(node_datachannel VERSION 0.5.0)
project(node_datachannel VERSION 0.5.1)

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

{
"name": "node-datachannel",
"version": "0.5.0",
"version": "0.5.1",
"description": "libdatachannel node bindings",
"type": "module",
"exports": {
".": {
"import": "./lib/index.js"
},
"./polyfill": {
"import": "./polyfill/index.js"
}
".": "./lib/index.js",
"./polyfill": "./polyfill/index.js"
},

@@ -14,0 +10,0 @@ "typings": "lib/index.d.ts",

@@ -21,3 +21,2 @@ import RTCIceCandidate from './RTCIceCandidate.js';

this.#pc.addEventListener('iceconnectionstatechange', () => {
console.log('*********');
this.dispatchEvent(new Event('statechange'));

@@ -24,0 +23,0 @@ });

@@ -1,2 +0,2 @@

import * as nodeDataChannel from '../lib/index.js';
import nodeDataChannel from '../lib/index.js';

@@ -3,0 +3,0 @@ nodeDataChannel.initLogger('Debug');

import polyfill from '../polyfill/index.js';
import * as nodeDataChannel from '../lib/index.js';
import nodeDataChannel from '../lib/index.js';

@@ -4,0 +4,0 @@ nodeDataChannel.initLogger('Info');

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