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.1 to 0.5.2

tsconfig.json

2

CMakeLists.txt

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

GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
GIT_TAG "v0.19.2"
GIT_TAG "v0.19.4"
)

@@ -41,0 +41,0 @@

{
"name": "node-datachannel",
"version": "0.5.1",
"version": "0.5.2",
"description": "libdatachannel node bindings",

@@ -29,3 +29,4 @@ "type": "module",

"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"wpt-test": "node test/wpt.js"
"wpt-test": "node test/wpt.js",
"test-types": "tsc"
},

@@ -76,3 +77,3 @@ "binary": {

"prettier": "^2.8.8",
"typescript": "^4.6.3"
"typescript": "^5.3.2"
},

@@ -79,0 +80,0 @@ "dependencies": {

@@ -38,4 +38,6 @@ /// <reference lib="dom" />

createAnswer(options?: RTCAnswerOptions): Promise<RTCSessionDescriptionInit>;
createAnswer(successCallback: RTCSessionDescriptionCallback, failureCallback: RTCPeerConnectionErrorCallback): Promise<void>;
createDataChannel(label: string, dataChannelDict?: RTCDataChannelInit): RTCDataChannel;
createOffer(options?: RTCOfferOptions): Promise<RTCSessionDescriptionInit>;
createOffer(successCallback: RTCSessionDescriptionCallback, failureCallback: RTCPeerConnectionErrorCallback, options?: RTCOfferOptions): Promise<void>;
getConfiguration(): RTCConfiguration;

@@ -42,0 +44,0 @@ getReceivers(): RTCRtpReceiver[];

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