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

@config-plugins/react-native-webrtc

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@config-plugins/react-native-webrtc - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

9

build/withBitcodeDisabled.js

@@ -10,12 +10,11 @@ "use strict";

}
if (((_a = config.ios) === null || _a === void 0 ? void 0 : _a.bitcode) === false ||
(((_b = config.ios) === null || _b === void 0 ? void 0 : _b.bitcode) && config.ios.bitcode !== "Debug")) {
config_plugins_1.WarningAggregator.addWarningIOS("ios.bitcode", 'react-native-webrtc plugin is overwriting project bitcode settings. WebRTC requires bitcode to be disabled for "Release" builds, targeting physical iOS devices.');
if (((_a = config.ios) === null || _a === void 0 ? void 0 : _a.bitcode) != null && ((_b = config.ios) === null || _b === void 0 ? void 0 : _b.bitcode) !== false) {
config_plugins_1.WarningAggregator.addWarningIOS("ios.bitcode", "react-native-webrtc plugin is overwriting project bitcode settings. WebRTC requires bitcode to be disabled for builds, targeting physical iOS devices.");
}
// WebRTC requires Bitcode be disabled for
// production iOS builds that target devices, e.g. not simulators.
// production AND development iOS builds that target devices, e.g. not simulators.
// SDK +44 property
config.ios.bitcode = "Debug";
config.ios.bitcode = false;
return config;
};
exports.withBitcodeDisabled = withBitcodeDisabled;
{
"name": "@config-plugins/react-native-webrtc",
"version": "2.0.0",
"version": "2.0.1",
"description": "Config plugin to setup react-native-webrtc on prebuild",

@@ -8,2 +8,7 @@ "main": "build/withWebRTC.js",

"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/expo/config-plugins.git",
"directory": "packages/react-native-webrtc"
},
"files": [

@@ -34,3 +39,4 @@ "build",

"expo-module-scripts": "^2.0.0"
}
},
"upstreamPackage": "react-native-webrtc"
}
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