You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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

to
1.0.0

dist/AwesomeTextInput/AwesomeTextInput.d.ts

2

dist/index.d.ts

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

export * from './CustomTextInput/CustomTextInput';
export * from './AwesomeTextInput/AwesomeTextInput';
{
"name": "react-native-awesome-text-input",
"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",
"main": "dist/index.js",
"version": "1.0.0",
"description": "A simple and reusable react native compatible text input that packs animations and extra styling on top of the core React Native's text input.",
"main": "dist/main.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --clearCache && jest --coverage",
"build": "tsc"
"build": "rollup -c"
},

@@ -31,2 +31,5 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@types/jest": "^25.2.1",

@@ -36,14 +39,17 @@ "@types/react": "^16.9.34",

"@types/react-test-renderer": "^16.9.2",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest": "^25.3.0",
"metro-react-native-babel-preset": "^0.59.0",
"react": "^16.9.0",
"react-native": "^0.62.2",
"react-test-renderer": "^16.9.0",
"ts-jest": "^25.4.0"
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.27.0",
"ts-jest": "^25.4.0",
"typescript": "^3.8.3"
}
}