infinite-autocomplete
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "infinite-autocomplete", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "infinite-autocomplete", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -63,6 +63,9 @@ <a><img src='https://travis-ci.org/Attrash-Islam/infinite-autocomplete.svg?branch=master' /></a> | ||
// Some page | ||
citiesInfinite(DOM1); | ||
const firstCities = citiesInfinite(DOM1); | ||
// Another page | ||
citiesInfinite(DOM2); | ||
// You can destroy the component by calling destroy | ||
firstCities.destroy(); | ||
``` | ||
@@ -69,0 +72,0 @@ |
@@ -84,2 +84,3 @@ import { curry, flow, get, debounce, each, throttle } from 'lodash/fp'; | ||
return { | ||
__unsafeSetState: setState, | ||
destroy | ||
@@ -86,0 +87,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
616883
8652
101