sajari-website
Advanced tools
Comparing version 0.7.9 to 0.7.10
{ | ||
"name": "sajari-website", | ||
"version": "0.7.9", | ||
"version": "0.7.10", | ||
"description": "Website extensions for the Sajari API. Automatically index site content, add user profiles, render search and recommendations, etc.", | ||
@@ -58,5 +58,6 @@ "author": { | ||
"superagent": "^1.6.1", | ||
"js-base64": "^2.1.9" | ||
"js-base64": "^2.1.9", | ||
"readability-hash": "^1.0.0" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -10,3 +10,3 @@ require("./utils/polyfills"); | ||
var hash = require("../../../readability-hash"); | ||
var hash = require("readability-hash"); | ||
@@ -13,0 +13,0 @@ var opts = { |
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
244367
7162
7
+ Addedreadability-hash@^1.0.0
+ Addedreadability-hash@1.1.4(transitive)