🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-native-awesome-text-input

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-awesome-text-input - npm Package Compare versions

Comparing version

to
0.0.23

4

dist/CustomTextInput/CustomTextInput.d.ts

@@ -1,3 +0,3 @@

import { FC } from 'react';
import * as React from 'react';
import { TextInputProps } from 'react-native';
export declare const CustomTextInput: FC<TextInputProps>;
export declare const CustomTextInput: React.FC<TextInputProps>;

@@ -13,7 +13,11 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
exports.__esModule = true;
var react_1 = __importDefault(require("react"));
var React = __importStar(require("react"));
var react_native_1 = require("react-native");

@@ -20,0 +24,0 @@ exports.CustomTextInput = function (_a) {

{
"name": "react-native-awesome-text-input",
"version": "0.0.22",
"version": "0.0.23",
"description": "A simple and reusable react native compatible text input that packs animations and extra styling on top of the core text input component from react native's package",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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