New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sajari-website

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sajari-website - npm Package Compare versions

Comparing version 0.5.7 to 0.5.8

2

package.json
{
"name": "sajari-website",
"version": "0.5.7",
"version": "0.5.8",
"description": "Website extensions for the Sajari API. Automatically index site content, add user profiles, render search and recommendations, etc.",

@@ -5,0 +5,0 @@ "author": {

@@ -630,9 +630,2 @@ require("./utils/polyfills");

Search: function(keywords, success, failure, dynamicArgs) {
if (ongoing.options.attrs.q !== undefined && keywords !== undefined) {
if (keywords.substring(0, 2) != ongoing.options.attrs.q.substring(0, 2)) {
this.resetSequence();
}
}
ongoing.sequence();

@@ -920,14 +913,5 @@ ongoing.attrs({

}, '/stats/click');
this.resetSequence();
},
/**
* Reset an ongoing query sequence. Essentially wipes the query and starts over
*/
resetSequence: function() {
ongoing = new query();
log("reset query sequence...");
},
/**
* Start a new query

@@ -934,0 +918,0 @@ */

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