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.
@plasmohq/edge-addons-api
Advanced tools
A tiny but powerful module from plasmo to publish browser add-ons to the Microsoft Edge Web Store.
This module uses got to upload, check status, and submit an extension to the Microsoft Edge Webstore, using the Microsoft Edge Add-ons API.
Features include:
npm install --save-dev @plasmohq/edge-addons-api
You'll need to get a productId
, clientId
, clientSecret
, and accessTokenUrl
for your project.
You can get these for your project by following the Microsoft Edge Add-Ons API guide.
import { EdgeAddonsAPI } from "@plasmohq/edge-addons-api"
const client = new EdgeAddonsAPI({
productId,
clientId,
clientSecret,
accessTokenUrl
})
await client.submit({
filePath: "./dist/my-extension.zip",
notes: "Developer notes"
})
FAQs
Microsoft Edge Addons API for Node.js
We found that @plasmohq/edge-addons-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.