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

attachmediastream

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attachmediastream - npm Package Compare versions

Comparing version 1.4.2 to 2.0.0

2

attachmediastream.js

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

var adapter = require('webrtc-adapter');
module.exports = function (stream, el, options) {
var item;
var URL = window.URL;
var element = el;

@@ -6,0 +4,0 @@ var opts = {

9

package.json
{
"name": "attachmediastream",
"version": "1.4.2",
"version": "2.0.0",
"description": "cross-browser way to attach a media stream to a video element.",

@@ -19,8 +19,9 @@ "main": "attachmediastream.js",

"license": "MIT",
"dependencies": {
"webrtc-adapter": "^2.0.0"
"peerDependencies": {
"webrtc-adapter": "^4.0.0"
},
"devDependencies": {
"browserify": "2.x"
"browserify": "2.x",
"webrtc-adapter": "^4.0.0"
}
}

Sorry, the diff of this file is too big to display

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