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.3 to 0.0.4

10

lib/entries.js

@@ -22,2 +22,4 @@ var debug = require('debug')('eksi-sozluk:entries'),

result.pages.length || ( result.pages = [1] );
markAsDone = done(result, callback);

@@ -29,3 +31,3 @@

getPage(options.title, page, function(error, content){
getPage(options.title.toLowerCase(), page, function(error, content){

@@ -57,5 +59,5 @@ if(error) return done(error);

request(url, function(error, body){
var origTitle = title,
title, entries;
var title, entries;
if(error) return callback(error);

@@ -68,3 +70,3 @@

callback(undefined, { title: title, entries: entries });
callback(undefined, { title: title, origTitle: origTitle, entries: entries });

@@ -71,0 +73,0 @@ });

2

package.json
{
"name": "eksi-sozluk",
"version": "0.0.3",
"version": "0.0.4",
"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