react-native-autocomplete-input
Advanced tools
Comparing version 5.1.0 to 5.1.1-alpha.0
{ | ||
"name": "react-native-autocomplete-input", | ||
"version": "5.1.0", | ||
"version": "5.1.1-alpha.0", | ||
"description": "Pure javascript autocomplete input for react-native", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "npm run lint && npm run testonly", | ||
"lint": "eslint ./*.js ./__tests__/*.js", | ||
"testonly": "jest" | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx .", | ||
"testonly": "jest", | ||
"build": "rm -rf dist && tsc" | ||
}, | ||
@@ -18,3 +19,4 @@ "repository": { | ||
"README.md", | ||
"index.js" | ||
"dist/index.js", | ||
"dist/index.d.ts" | ||
], | ||
@@ -35,4 +37,11 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tsconfig/react-native": "^2.0.3", | ||
"@types/jest": "^29.4.0", | ||
"@types/react": "^18.0.28", | ||
"@types/react-native": "^0.71.3", | ||
"@types/react-test-renderer": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.52.0", | ||
"@typescript-eslint/parser": "^5.52.0", | ||
"babel-eslint": "^10.1.0", | ||
"babel-jest": "^26.6.3", | ||
"babel-jest": "^29.4.3", | ||
"eslint": "^7.23.0", | ||
@@ -46,9 +55,13 @@ "eslint-config-airbnb": "^18.2.1", | ||
"eslint-plugin-react": "^7.23.1", | ||
"jest": "^26.6.3", | ||
"metro-react-native-babel-preset": "^0.65.2", | ||
"jest": "^29.4.3", | ||
"metro-react-native-babel-preset": "^0.75.0", | ||
"prettier": "^2.2.1", | ||
"react": "^17.0.2", | ||
"react-native": "^0.64.0", | ||
"react-test-renderer": "^17.0.2" | ||
"react": "^18.2.0", | ||
"react-native": "^0.71.3", | ||
"react-test-renderer": "^18.2.0", | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"deprecated-react-native-prop-types": "^2.3.0" | ||
} | ||
} |
@@ -94,5 +94,5 @@ # react-native-autocomplete-input | ||
| onShowResults | function | `onShowResults` will be called when the autocomplete suggestions appear or disappear. | | ||
| onStartShouldSetResponderCapture | function | `onStartShouldSetResponderCapture` will be passed to the result list view container ([onStartShouldSetResponderCapture](https://facebook.github.io/react-native/docs/gesture-responder-system.html#capture-shouldset-handlers)). | | ||
| onStartShouldSetResponderCapture | function | `onStartShouldSetResponderCapture` will be passed to the result list view container ([onStartShouldSetResponderCapture](https://reactnative.dev/docs/gesture-responder-system#capture-shouldset-handlers)). | | ||
| renderTextInput | function | render custom TextInput. All props passed to this function. | | ||
| flatListProps | object | custom props to [FlatList](https://facebook.github.io/react-native/docs/flatlist.html). | | ||
| flatListProps | object | custom props to [FlatList](https://reactnative.dev/docs/flatlist). | | ||
| renderResultList | function | render custom result list. Can be used to replace FlatList. All props passed to this function. | | ||
@@ -99,0 +99,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12815
5
170
1
24
1
1
+ Added@react-native/normalize-color@2.1.0(transitive)
+ Addeddeprecated-react-native-prop-types@2.3.0(transitive)
+ Addedinvariant@2.2.4(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-is@16.13.1(transitive)