
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
marketplace-constants
Advanced tools
Global constants for the Firefox Marketplace, available in both JS and Python.
This package is on:
bower install marketplace-constants
To generate the constants, run:
make
Example:
>>> from mpconstants import payments
>>> payments.PAYMENT_STATUSES
{1: 'passed', 2: 'failed'}
To deploy, bump the version in setup.py
and push to Github. Travis will
take care of the rest.
bower install marketplace-constants
The package will consist of a directory of UMD-style JS modules among other stuff that you can copy and require into your project.
To deploy, bump the version in bower.json
and push a git tag to
Github.
Example:
> var c = require('./mpconstants.js')
> c('payments')['PAYMENT_STATUSES']
{ '1': 'passed',
'2': 'failed' }
To deploy, bump the version in package.json
, and run npm publish
.
The content of these files are generated from multiple sources:
If you want to update any constants from SVN, or add in any new constants, then run the generate script to build out the new files once you are done. Compare the differences, then add or remove any files from git and commit.
FAQs
Common, universal constants for the Firefox Marketplace
We found that marketplace-constants 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.