You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@mattermost/react-native-paste-input

Package Overview
Dependencies
Maintainers
8
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mattermost/react-native-paste-input - npm Package Compare versions

Comparing version

to
0.5.0

android/src/reactNative68/java/com/mattermost/pasteinput/PasteInputEditText.kt

13

lib/commonjs/android.js

@@ -313,8 +313,9 @@ "use strict";

const ExportedForwardRef = /*#__PURE__*/React.forwardRef(function TextInput({
allowFontScaling = true,
rejectResponderTermination = true,
underlineColorAndroid = 'transparent',
...restProps
}, forwardedRef) {
const ExportedForwardRef = /*#__PURE__*/React.forwardRef(function TextInput(_ref, forwardedRef) {
let {
allowFontScaling = true,
rejectResponderTermination = true,
underlineColorAndroid = 'transparent',
...restProps
} = _ref;
return /*#__PURE__*/React.createElement(InternalTextInput, _extends({

@@ -321,0 +322,0 @@ allowFontScaling: allowFontScaling,

@@ -301,8 +301,9 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

const ExportedForwardRef = /*#__PURE__*/React.forwardRef(function TextInput({
allowFontScaling = true,
rejectResponderTermination = true,
underlineColorAndroid = 'transparent',
...restProps
}, forwardedRef) {
const ExportedForwardRef = /*#__PURE__*/React.forwardRef(function TextInput(_ref, forwardedRef) {
let {
allowFontScaling = true,
rejectResponderTermination = true,
underlineColorAndroid = 'transparent',
...restProps
} = _ref;
return /*#__PURE__*/React.createElement(InternalTextInput, _extends({

@@ -309,0 +310,0 @@ allowFontScaling: allowFontScaling,

{
"name": "@mattermost/react-native-paste-input",
"version": "0.4.2",
"version": "0.5.0",
"description": "React Native TextInput replacement to allow pasting files",

@@ -54,26 +54,26 @@ "main": "lib/commonjs/index",

"devDependencies": {
"@commitlint/config-conventional": "17.0.0",
"@commitlint/config-conventional": "17.0.3",
"@react-native-community/bob": "0.17.1",
"@react-native-community/eslint-config": "3.0.2",
"@react-native-community/eslint-config": "3.1.0",
"@release-it/conventional-changelog": "5.0.0",
"@types/jest": "27.5.1",
"@types/react": "17.0.43",
"@types/react-native": "0.67.7",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"commitlint": "17.0.0",
"eslint": "8.16.0",
"@types/jest": "28.1.6",
"@types/react": "18.0.15",
"@types/react-native": "0.69.5",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"commitlint": "17.0.3",
"eslint": "8.21.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-native": "4.0.0",
"husky": "8.0.1",
"jest": "28.1.0",
"pod-install": "0.1.36",
"prettier": "2.6.2",
"react": "17.0.2",
"react-native": "0.67.4",
"release-it": "15.0.0",
"typescript": "4.6.4"
"jest": "28.1.3",
"pod-install": "0.1.38",
"prettier": "2.7.1",
"react": "18.0.0",
"react-native": "0.69.3",
"release-it": "15.2.0",
"typescript": "4.7.4"
},

@@ -80,0 +80,0 @@ "peerDependencies": {

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