Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-autocomplete-input

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-autocomplete-input - npm Package Compare versions

Comparing version 5.2.1 to 5.3.0

dist/index.d.ts

32

package.json
{
"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": {

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