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.6.0 to 0.7.0

jest.config.cjs

2

CMakeLists.txt

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

project(node_datachannel VERSION 0.6.0)
project(node_datachannel VERSION 0.7.0)

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

@@ -278,3 +278,2 @@ import * as stream from 'stream';

close(): void;
destroy(): void;
setLocalDescription(type?: DescriptionType): void;

@@ -281,0 +280,0 @@ setRemoteDescription(sdp: string, type: DescriptionType): void;

{
"name": "node-datachannel",
"version": "0.6.0",
"version": "0.7.0",
"description": "libdatachannel node bindings",
"type": "module",
"exports": {
".": "./lib/index.js",
"./polyfill": "./polyfill/index.js"
".": {
"import": "./lib/index.js",
"require": "./lib/index.cjs"
},
"./polyfill": {
"import": "./polyfill/index.js",
"require": "./polyfill/polyfill.cjs"
}
},

@@ -30,3 +36,4 @@ "typings": "lib/index.d.ts",

"wpt-test": "node test/wpt.js",
"test-types": "tsc"
"test-types": "tsc",
"prepublishOnly": "rollup lib/index.js --file lib/index.cjs --format cjs && rollup polyfill/index.js --file polyfill/polyfill.cjs --format cjs"
},

@@ -82,4 +89,5 @@ "binary": {

"node-domexception": "^2.0.1",
"prebuild-install": "^7.0.1"
"prebuild-install": "^7.0.1",
"rollup": "^4.14.1"
}
}

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

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

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

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

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

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