New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stream-chat-react-native-core

Package Overview
Dependencies
Maintainers
0
Versions
826
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-chat-react-native-core - npm Package Compare versions

Comparing version 6.1.2-beta.1 to 6.1.2-beta.2

1

lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js

@@ -63,3 +63,2 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");

};
if (!(0, _native.isAudioRecorderAvailable)()) return null;
return (0, _jsxRuntime.jsx)(_reactNative.Pressable, {

@@ -66,0 +65,0 @@ delayLongPress: asyncMessagesMinimumPressDuration,

4

lib/commonjs/components/MessageInput/MessageInput.js

@@ -496,3 +496,3 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");

var isSendingButtonVisible = function isSendingButtonVisible() {
if (audioRecordingEnabled) {
if (audioRecordingEnabled && (0, _native.isAudioRecorderAvailable)()) {
if (recording) {

@@ -680,3 +680,3 @@ return false;

})
})), audioRecordingEnabled && !micLocked && (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureDetector, {
})), audioRecordingEnabled && (0, _native.isAudioRecorderAvailable)() && !micLocked && (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureDetector, {
gesture: panGestureMic,

@@ -683,0 +683,0 @@ children: (0, _jsxRuntime.jsx)(_reactNativeReanimated["default"].View, {

{
"version": "6.1.2-beta.1"
"version": "6.1.2-beta.2"
}

@@ -63,3 +63,2 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");

};
if (!(0, _native.isAudioRecorderAvailable)()) return null;
return (0, _jsxRuntime.jsx)(_reactNative.Pressable, {

@@ -66,0 +65,0 @@ delayLongPress: asyncMessagesMinimumPressDuration,

@@ -496,3 +496,3 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");

var isSendingButtonVisible = function isSendingButtonVisible() {
if (audioRecordingEnabled) {
if (audioRecordingEnabled && (0, _native.isAudioRecorderAvailable)()) {
if (recording) {

@@ -680,3 +680,3 @@ return false;

})
})), audioRecordingEnabled && !micLocked && (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureDetector, {
})), audioRecordingEnabled && (0, _native.isAudioRecorderAvailable)() && !micLocked && (0, _jsxRuntime.jsx)(_reactNativeGestureHandler.GestureDetector, {
gesture: panGestureMic,

@@ -683,0 +683,0 @@ children: (0, _jsxRuntime.jsx)(_reactNativeReanimated["default"].View, {

{
"version": "6.1.2-beta.1"
"version": "6.1.2-beta.2"
}
{
"name": "stream-chat-react-native-core",
"description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
"version": "6.1.2-beta.1",
"version": "6.1.2-beta.2",
"author": {

@@ -6,0 +6,0 @@ "company": "Stream.io Inc",

{
"version": "6.1.2-beta.1"
"version": "6.1.2-beta.2"
}

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

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

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

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

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