Socket
Socket
Sign inDemoInstall

cordova-plugin-iosrtc

Package Overview
Dependencies
17
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.18 to 6.0.19

4

CHANGELOG.md

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

#### Version 6.0.19
* fix MediaStreamRenderer doesn't call PluginMediaStreamTrack.unregisterRender = stuck reference. #649
* fix ios not build after cordova-plugin-iosrtc #642
#### Version 6.0.18

@@ -2,0 +6,0 @@ * fix: update ios_arch.js to generate WebRTC.xcframework, Include WebRTC.xcframework instead of WebRTC.framework

2

extra/hooks/iosrtc-swift-support.js

@@ -66,3 +66,3 @@ #!/usr/bin/env node

function convertToFloat(value) {
return parseFloat(value.replace(/[^\d.-]/g, ''), 10);
return parseFloat(String(value).replace(/[^\d.-]/g, ''), 10);
}

@@ -69,0 +69,0 @@

{
"name": "cordova-plugin-iosrtc",
"version": "6.0.18",
"version": "6.0.19",
"description": "Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs",

@@ -5,0 +5,0 @@ "author": "Iñaki Baz Castillo (https://inakibaz.me)",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc