gitbook-plugin-search
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -156,7 +156,7 @@ require([ | ||
gitbook.events.on('page.change', function() { | ||
bindSearch(); | ||
closeSearch(); | ||
bindSearch(); | ||
// Launch search based on query parameter | ||
if (gitbook.search.isInitialized) { | ||
if (gitbook.search.isInitialized()) { | ||
launchSearchFromQueryString(); | ||
@@ -163,0 +163,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"engines": { | ||
@@ -8,0 +8,0 @@ "gitbook": ">=3.0.0-pre.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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
37676
0