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

@daily-co/daily-js

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daily-co/daily-js - npm Package Compare versions

Comparing version 0.9.983 to 0.9.984

5

package.json
{
"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": {

2

src/module.js

@@ -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

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