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

apk-dl

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apk-dl

this mudule make to download apps from: apk-dl.com aptoide.com apkcombo.com play.google.com

  • 1.3.0
  • unpublished
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

apk-dl

this mudule make to download apps from:

apk-dl.com
aptoide.com
apkcombo.com
play.google.com

how to install/uninstall

insatall

npm install apk-dl

uninstall

npm uninstall apk-dl

how to use

import

whit js core
const apk_dl = require('apk-dl');
whit ES6
import apk_dl from 'apk-dl'

search and download

apk-dl.com
await apk_dl.apkdl.search('minecraft')
await apk_dl.apkdl.search("url from apk-dl.com")
apkcombo
await apk_dl.apkcombo.search('minecraft')
await apk_dl.apkcombo.search("url from apkcombo.com")
aptoide
await apk_dl.aptoide.search('minecraft')
await apk_dl.aptoide.search("app name package")

Keywords

FAQs

Package last updated on 16 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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