
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
fx-marketplace-publish
Advanced tools
Easily publish an application on the Firefox Marketplace
Install the package in your project using npm install --save fx-marketplace-publish.
options: Object
The options object can have the following properties:
path: Path to the webapp manifest in the web, or to a local packaged applicationconsumerKey: Your consumer API key for the marketplace, inherited from node-firefox-marketplace, see their documentation for more info.consumerSecret: Your consumer API secret for the marketplace, inherited from node-firefox-marketplace, see their documentation for more info.environment: The marketplace you want to publish to, inherited from node-firefox-marketplace, see their documentation for more info. Defaults to "development"type: Optional webapp type specifier. Can be either "manifest" or "packaged". Else the type is sniffed from the file extension in the path property.Returns a Promise, which resolves when the app is successfully published on the firefox marketplace, and gets rejected whenever an error occurs, including a failed validation.
This code snippet publishes a webapp packaged in dist/my-webapp.zip in the production environment of Firefox Marketplace (http://marketplace.firefox.com).
var { publish } = require("fx-marketplace-publish");
publish({
path: 'dist/my-webapp.zip',
consumerKey: "myConsumerKey",
consumerSecret: "myConsumerSecret",
environment: "production"
});
This project is licensed under the MPL-2.0.
FAQs
Easily publish an application on the Firefox Marketplace
We found that fx-marketplace-publish 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.