Socket
Socket
Sign inDemoInstall

@ruhend/apk

Package Overview
Dependencies
30
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ruhend/apk

Apk Downloader


Version published
Maintainers
1
Created

Readme

Source

Download apk Android using only java script

support type esm and cjs

add to package.json "@ruhend/apk": "^1.0.0"

if your script type esm add this to make create require

if u already cjs yea no needs

if esm import { createRequire } from 'module';

const require = createRequire(import.meta.url);

usage

const { download } = require('@ruhend/apk')

const text = 'whatsapp' //text is your name apk that wanna download

let res = await download(text)

console.log(res)

let nama = res.name

let update = res.lastup

let paket = res.package

let size = res.size

let icon = res.icon

let url = res.dllink

return nama ,update, paket ,size ,icon, url

Keywords

FAQs

Last updated on 21 Aug 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc