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

@bochilteam/scraper-games

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bochilteam/scraper-games - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/@types/index.d.ts

8

package.json
{
"name": "@bochilteam/scraper-games",
"version": "1.0.1",
"version": "1.0.2",
"description": "Games data's scraper module",

@@ -35,5 +35,7 @@ "main": "lib/cjs/index.js",

},
"homepage": "https://github.com/BochilTeam/scraper#readme",
"homepage": "https://github.com/BochilTeam/scraper/tree/master/packages/scraper-games#readme",
"files": [
"./lib/**/*.js"
"lib/**/*.js",
"lib/**/**.d.ts",
"lib/**/package.json"
],

@@ -40,0 +42,0 @@ "dependencies": {

@@ -7,2 +7,13 @@ # Games data Scraper

npm i @bochilteam/scraper-games
```
```
## Usage
Example get asahotak data:
```ts
// Import module
import { asahotak } from '@bochilteam/scraper-games'
const data = await asahotak()
console.log(data) // JSON
```
[Documentation](https://bochilteam.github.io/scraper/modules/_bochilteam_scraper_games.html)
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