Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5 to 0.5.6

2

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

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

@@ -746,2 +746,10 @@ require("./utils/polyfills");

// Deprecated TODO: remove once token usage is 100%
// Send click throughs
var qid = url.getURLParameter("q.id");
if (qid) {
stack.push(['click', qid, url.getURLParameter("q.sl"), url.getURLParameter("q.in")]);
}
// Deprecated TODO: remove once token usage is 100%
// Profile user automatically unless we specify not to

@@ -785,5 +793,3 @@ if (dom.hasNode('noprofile')) {

if (!dom.hasNode('noindex')) {
setTimeout(function() {
stack.push(['index']);
}, 500);
stack.push(['index']);
}

@@ -790,0 +796,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