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

jingle

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

jingle - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

lib/mediaSession.js

@@ -183,3 +183,9 @@ var _ = require('underscore');

onStreamAdded: function (event) {
var self = this;
log(this.sid + ': Remote media stream added');
event.stream.onended = function () {
self.onStreamRemoved({stream: event.stream});
};
this.parent.emit('peerStreamAdded', this, event.stream);

@@ -186,0 +192,0 @@ },

2

package.json
{
"name": "jingle",
"description": "Generic Jingle via WebRTC session manager.",
"version": "0.4.0",
"version": "0.4.1",
"author": "Lance Stout <lance@andyet.net>",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/legastero/jingle.js/issues",

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