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

eksisozlukjs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eksisozlukjs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js
var https = require('https');
const cheerio = require('cheerio');
function getEntry(subjectname, callback) {
module.exports.getEntry = function(subjectname, callback) {
subjectname = subjectname.replace(/ç/g, "c");

@@ -33,2 +33,2 @@ subjectname = subjectname.replace(/ğ/g, "g");

})
}
}
{
"name": "eksisozlukjs",
"version": "1.0.1",
"version": "1.0.2",
"description": "Eksi Sozluk Scraper",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,5 +9,5 @@

const eksisozluk = require("eksisozlukjs");
eksi.getEntry("pena",function(entry){
eksisozluk.getEntry("pena",function(entry){
console.log(entry);
})
```
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