eksi-sozluk
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -9,3 +9,2 @@ var debug = require("debug")('page'), | ||
function page(title, n, callback){ | ||
var url = urlOf(title, n); | ||
@@ -18,3 +17,3 @@ | ||
var origTitle = title, | ||
title, entries; | ||
title, entries, pageCount; | ||
@@ -26,2 +25,3 @@ if(error) return callback(error); | ||
entries = extract.entries(body); | ||
pageCount = extract.pageCount(body); | ||
@@ -31,6 +31,4 @@ debug('Extracted title: %s', title); | ||
callback(undefined, entries); | ||
callback(undefined, entries, pageCount); | ||
}); | ||
} |
{ | ||
"name": "eksi-sozluk", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "NodeJS client to query Eksi Sozluk", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11882
265