New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

attachmediastream

Package Overview
Dependencies
Maintainers
3
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.3.0 to 1.3.1

3

attachmediastream.bundle.js
!function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.attachMediaStream=e():"undefined"!=typeof global?global.attachMediaStream=e():"undefined"!=typeof self&&(self.attachMediaStream=e())}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
if (!(window.webkitRTCPeerConnection || window.mozRTCPeerConnection)) {
window.RTCPeerConnection = null;
}
var adapter = require('webrtc-adapter-test');

@@ -3,0 +6,0 @@ module.exports = function (stream, el, options) {

@@ -0,1 +1,4 @@

if (!(window.webkitRTCPeerConnection || window.mozRTCPeerConnection)) {
window.RTCPeerConnection = null;
}
var adapter = require('webrtc-adapter-test');

@@ -2,0 +5,0 @@ module.exports = function (stream, el, options) {

2

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

@@ -5,0 +5,0 @@ "main": "attachmediastream.js",

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