Socket
Socket
Sign inDemoInstall

react-native-autosuggest

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.19 to 0.0.21

2

package.json

@@ -97,3 +97,3 @@ {

},
"version": "0.0.19"
"version": "0.0.21"
}

@@ -14,3 +14,3 @@ import React, { Component, PropTypes } from 'react'

} from 'react-native'
import { debounce } from './../vendor/throttle-debounce/debounce'
import debounce from '../vendor/throttle-debounce/debounce'
import { version } from 'react-native/package.json'

@@ -17,0 +17,0 @@ const ds = new ListView.DataSource({ rowHasChanged: (r1, r2) => r1 !== r2 })

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc