sajari-website
Advanced tools
Comparing version 0.7.8 to 0.7.9
{ | ||
"name": "sajari-website", | ||
"version": "0.7.8", | ||
"version": "0.7.9", | ||
"description": "Website extensions for the Sajari API. Automatically index site content, add user profiles, render search and recommendations, etc.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -10,2 +10,3 @@ require("./utils/polyfills"); | ||
var hash = require("../../../readability-hash"); | ||
@@ -754,2 +755,5 @@ var opts = { | ||
// Add the readability MD5 hash for the page to the data sent with indexing ping | ||
page.md5 = hash.Hash(document); | ||
// Send page for indexing | ||
@@ -756,0 +760,0 @@ if (!dom.hasNode('noindex')) { |
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
244070
7157
22