New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.0.22 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

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