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

opentok-react-native

Package Overview
Dependencies
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-react-native - npm Package Compare versions

Comparing version 2.25.4 to 2.26.0

18

CHANGELOG.md

@@ -0,1 +1,19 @@

# 2.26.0 (September 2023)
- [Update]: Update OpenTok Android SDK and OpenTok iOS SDK to version 2.26.1.
See the release notes for the OpenTok [ioS SDK](https://tokbox.com/developer/sdks/ios/release-notes.html)
and the [Android SDK](https://tokbox.com/developer/sdks/android/release-notes.html).
For Android, this version of the library requires a mininum Android API level of 23.
There are changes to iOS 14 networking affecting relayed sessions — see the list of
[known issues](https://tokbox.com/developer/sdks/ios/release-notes.html#known-issues)
in the OpenTok iOS SDK release notes.
- [Fix]: Fixes an issue in which applications could not connect to a session when
the `proxyUrl` option for OTSession was set. - issue #645
- [Fix]: Fixes an issue a stream is not destroyed immediately after unmounting an OTSession component or when the `OTSession.disconnect()` method is called. - issues #685 and #686
# 2.25.4 (October 2023)

@@ -2,0 +20,0 @@

23

package.json
{
"name": "opentok-react-native",
"version": "2.25.4",
"version": "2.26.0",
"description": "React Native components for OpenTok iOS and Android SDKs",

@@ -37,3 +37,3 @@ "main": "src/index.js",

"devDependencies": {
"babel-jest": "26.6.3",
"babel-jest": "29.7.0",
"eslint": "^7.24.0",

@@ -45,9 +45,20 @@ "eslint-config-airbnb": "^18.2.1",

"eslint-plugin-react-hooks": "^4.2.0",
"jest": "26.6.3",
"jest": "29.7.0",
"metro-react-native-babel-preset": "0.65.2",
"react": "^17.0.1",
"react-native": "^0.64.0",
"react-test-renderer": "^16.0.9"
"react": "^18.2.0",
"react-native": "^0.72.6",
"react-test-renderer": "^18.2.0"
},
"overrides": {
"babel-jest": {
"@babel/traverse": "^7.23.2"
},
"metro-source-map": {
"@babel/traverse": "^7.23.2"
},
"metro-transform-plugins": {
"@babel/traverse": "^7.23.2"
}
},
"types": "@types/index.d.ts"
}

@@ -47,3 +47,3 @@ # opentok-react-native

# Pods for <YourProject>
pod 'OTXCFramework', '2.25.1'
pod 'OTXCFramework', '2.26.1'
end

@@ -50,0 +50,0 @@

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 not supported yet

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