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

any-apk-dl

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

any-apk-dl

Download any apk from various sources

  • 1.0.1-1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

any-apk-dl

A package to download apk based on package name from various sources

Vulnerabilities

INSTALL

npm i any-apk-dl

USAGE

const anyApkDl=require("any-apk-dl");
const provider=anyApkDl();

provider.download("com.whatsapp","./apks/").then(res=>{
    console.log(res);
})

On Successful download these information will be available

{
  download_status: 'success',
  file_name: 'com.whatsapp.apk',
  full_path: './apks/com.whatsapp.apk'
}

Keywords

FAQs

Package last updated on 05 May 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