Socket
Socket
Sign inDemoInstall

ctk-anime-scraper

Package Overview
Dependencies
2
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.1

src/getRecentAnime.js

2

.upm/store.json

@@ -1,1 +0,1 @@

{"version":2,"languages":{"nodejs-npm":{"specfileHash":"94643ea27ec3499b667ea2658af5a9cd","lockfileHash":"dee510e7a46cece59c41834726dbba10","guessedImports":["axios","cheerio"],"guessedImportsHash":"c23fa7e13e0343fc0ff29c98c3b16d42"}}}
{"version":2,"languages":{"nodejs-npm":{"specfileHash":"4c28ec7071811025588ad9cf2b726a1b","lockfileHash":"e7cf5237e1161cc1834d5be682af85b5","guessedImports":["axios","cheerio"],"guessedImportsHash":"6a05d4601d50a58a7161f06663bf2435"}}}

@@ -5,3 +5,5 @@ module.exports = {

fetchAnime: require("./src/fetchAnime.js"),
getEpisodes: require("./src/getEpisodes.js")
}
getEpisodes: require("./src/getEpisodes.js"),
getRecentAnime: require("./src/getRecentAnime.js")
}
{
"name": "ctk-anime-scraper",
"version": "1.0.1",
"version": "1.1.1",
"description": "very easy to use package to scrap anime from gogoanime.sh",

@@ -9,4 +9,11 @@ "main": "index.js",

},
"keywords": ["anime-scraper", "scrap-anime", "ctk", "animescraper", "discord", "javascript"],
"bugs": {
"keywords": [
"anime-scraper",
"scrap-anime",
"ctk",
"animescraper",
"discord",
"javascript"
],
"bugs": {
"url": "https://github.com/CTK-WARRIOR//ctk-anime-scraper/issues"

@@ -13,0 +20,0 @@ },

@@ -34,2 +34,11 @@ # CTK ANIME SCRAPER

### Scrap Recent Anime
```js
const Anime = require("ctk-anime-scraper");
Anime.getRecentAnime().then(data => {
console.log(data)
})
```
## Documents

@@ -36,0 +45,0 @@ ```Coming sooon.........................```

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