Socket
Socket
Sign inDemoInstall

ctk-anime-scraper

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctk-anime-scraper - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

.upm/store.json

15

package.json
{
"name": "ctk-anime-scraper",
"version": "1.2.2",
"version": "1.3.0",
"description": "very easy to use package to scrap anime from gogoanime.ai",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"

@@ -12,0 +19,0 @@ },

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

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

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

Sorry, the diff of this file is not supported yet

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