attachmediastream
Advanced tools
Comparing version 1.3.0 to 1.3.1
!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) { |
{ | ||
"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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
39697
488
0