react-native-autocomplete-input
Advanced tools
Comparing version 5.2.1 to 5.3.0
{ | ||
"name": "react-native-autocomplete-input", | ||
"version": "5.2.1", | ||
"version": "5.3.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,8 +55,9 @@ "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.68.2", | ||
"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" | ||
}, | ||
@@ -54,0 +64,0 @@ "dependencies": { |
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
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
12801
10749
5
170
54
4
7
4
7
24
1