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

webrtc-adapter

Package Overview
Dependencies
Maintainers
5
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-adapter - npm Package Compare versions

Comparing version 8.2.2 to 8.2.3

.travis.yml

2

dist/utils.js

@@ -163,3 +163,3 @@ /*

// Fail early if it's not a browser
if (typeof window === 'undefined' || !window.navigator) {
if (typeof window === 'undefined' || !window.navigator || !window.navigator.userAgent) {
result.browser = 'Not a browser.';

@@ -166,0 +166,0 @@ return result;

{
"name": "webrtc-adapter",
"version": "8.2.2",
"version": "8.2.3",
"description": "A shim to insulate apps from WebRTC spec changes and browser prefix differences",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -156,3 +156,4 @@ /*

// Fail early if it's not a browser
if (typeof window === 'undefined' || !window.navigator) {
if (typeof window === 'undefined' || !window.navigator ||
!window.navigator.userAgent) {
result.browser = 'Not a browser.';

@@ -159,0 +160,0 @@ return result;

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