Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@cliqz-oss/chrome-webstore-upload-cli
Advanced tools
CLI Utility to quickly upload + publish extensions to the Chrome Web Store
A CLI wrapper around the Web Store Upload module.
The following projects use this package to facilitate auto-deployment of extensions
You must be using a node.js
version >= 6.0.0
.
## Globally
npm install -g chrome-webstore-upload-cli
## In a project
npm install --save-dev chrome-webstore-upload-cli
You will need a Google API clientId
, a clientSecret
and a refreshToken
. Read the guide.
$ webstore --help
CLI Utility to quickly upload + publish extensions to the Chrome Web Store
Usage
$ webstore <command>
where <command> is one of
upload, publish
Options
--source Path to either a zip file, or a directory to be zipped (Defaults to cwd if not specified)
--extension-id The ID of the Chrome Extension
--client-id OAuth2 Client ID
--client-secret OAuth2 Client Secret
--refresh-token OAuth2 Refresh Token
--auto-publish Can be used with the "upload" command
--trusted-testers Can be used with the "publish" command
Examples
Upload new extension archive to the Chrome Web Store
$ webstore upload --source extension.zip --extension-id $EXTENSION_ID --client-id $CLIENT_ID --client-secret $CLIENT_SECRET --refresh-token $REFRESH_TOKEN
Publish extension (with CLIENT_ID, CLIENT_SECRET, and REFRESH_TOKEN set as env variables)
$ webstore publish --extension-id elomekmlfonmdhmpmdfldcjgdoacjcba
FAQs
CLI Utility to quickly upload + publish extensions to the Chrome Web Store
The npm package @cliqz-oss/chrome-webstore-upload-cli receives a total of 2 weekly downloads. As such, @cliqz-oss/chrome-webstore-upload-cli popularity was classified as not popular.
We found that @cliqz-oss/chrome-webstore-upload-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.