Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
google-store-link
Advanced tools
$ npm install --save google-store-link
var googleStoreLink = require('google-store-link');
googleStoreLink(id, lang);
// Example
googleStoreLink('com.duolingo', 'pt-PT');
//=> https://play.google.com/store/apps/details?id=com.duolingo&hl=pt-PT
Required
Type: string
The string that identifies the application on Google Play Store.
https://play.google.com/store/apps/details?id=[the_id]
Optional
Type: string
;
Default: null
;
https://play.google.com/store/apps/details?id=[the_id]&hl=[lang]
The language can be generally defined like "en" (English) or "pt" (Portuguese), but also more localized like "pt-PT" (Portuguese - Portugal).
MIT © Pedro Duarte
FAQs
Custruct links to the Google Play Store.
We found that google-store-link demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.