@daily-co/daily-js
Advanced tools
Comparing version 0.9.983 to 0.9.984
{ | ||
"name": "@daily-co/daily-js", | ||
"version": "0.9.983", | ||
"version": "0.9.984", | ||
"engines": { | ||
@@ -22,4 +22,3 @@ "node": ">=10.0.0" | ||
"build-module": "rollup -c", | ||
"prepublishOnly": "npm run build", | ||
"demo": "npm run build-dev && cd demo && npm i && npm run dev" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -26,0 +25,0 @@ "devDependencies": { |
@@ -1166,3 +1166,3 @@ import EventEmitter from 'events'; | ||
if (sp && sp.public.rtcType.impl === 'peer-to-peer') { | ||
if (sp.private && sp.private.peeringState !== 'connected') { | ||
if (sp.private && !['connected', 'completed'].includes(sp.private.peeringState)) { | ||
connected = false; | ||
@@ -1169,0 +1169,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
5
315361
18
1882