Socket
Socket
Sign inDemoInstall

ctk-anime-scraper

Package Overview
Dependencies
16
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "ctk-anime-scraper",
"version": "1.0.0",
"version": "1.0.1",
"description": "very easy to use package to scrap anime from gogoanime.sh",

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

@@ -13,3 +13,3 @@ const cheerio = require("cheerio");

let download = await getFromLink(`https://gogoanime.sh/${name}-episode-${i}`)
object.downlaod = download.download
object.download = download.download
episodes.push(object)

@@ -16,0 +16,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc