Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eksi-sozluk

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eksi-sozluk - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

8

lib/page.js

@@ -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",

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