Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-datachannel

Package Overview
Dependencies
Maintainers
1
Versions
72
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.8 to 0.0.9

test/test.js

4

CMakeLists.txt

@@ -1,3 +0,3 @@

cmake_minimum_required(VERSION 3.11)
project(node_datachannel VERSION 0.0.8)
cmake_minimum_required(VERSION 3.14)
project(node_datachannel VERSION 0.0.9)

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

{
"name": "node-datachannel",
"version": "0.0.8",
"version": "0.0.9",
"description": "libdatachannel node bindings",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"clean": "cmake-js clean",
"test": "node test/connectivity.js"
"test": "jest"
},

@@ -37,2 +37,3 @@ "repository": {

"cmake-js": "^6.1.0",
"jest": "^26.1.0",
"nan": "^2.14.1",

@@ -49,2 +50,2 @@ "napi-thread-safe-callback": "0.0.6",

}
}
}

@@ -115,5 +115,9 @@ # node-datachannel - libdatachannel node bindings

### Test
```sh
> npm run test # Unit tests
> node test/connectivity.js # Connectivity
```
> node test/main.js
```
### Examples
Check `examples` folder

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