New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hakuneko

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hakuneko - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

package.json
{
"name": "hakuneko",
"version": "0.4.0",
"version": "0.4.1",
"description": "Scraper for manga websites",

@@ -5,0 +5,0 @@ "main": "dist/hakuneko.js",

@@ -59,3 +59,5 @@ # Table of Content

var scraper = new KissManga();
let mangas = await scraper.getMangas(1, 2);
scraper.getMangaList(1, 2)
.then(mangas => console.log(mangas))
.catch(error => console.error(error))
```

@@ -81,3 +83,5 @@

var scraper = new MangaGo();
let mangas = await scraper.getMangas(1, 2);
scraper.getMangaList(1, 2)
.then(mangas => console.log(mangas))
.catch(error => console.error(error))
```

@@ -84,0 +88,0 @@

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