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 9.0.0 to 9.0.1

2

dist/utils.js

@@ -177,3 +177,3 @@ /*

browser: 'chrome',
version: chromium.version
version: parseInt(chromium.version, 10)
};

@@ -180,0 +180,0 @@ }

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

@@ -37,3 +37,3 @@ "license": "BSD-3-Clause",

"@babel/preset-env": "^7.20.2",
"@puppeteer/browsers": "^1.4.1",
"@puppeteer/browsers": "^2.2.0",
"babel-preset-env": "^1.7.0",

@@ -40,0 +40,0 @@ "brfs": "^1.5.0",

@@ -170,3 +170,3 @@ /*

if (chromium) {
return {browser: 'chrome', version: chromium.version};
return {browser: 'chrome', version: parseInt(chromium.version, 10)};
}

@@ -173,0 +173,0 @@ }

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