Socket
Socket
Sign inDemoInstall

marketplace-constants

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marketplace-constants

Common, universal constants for the Firefox Marketplace


Version published
Weekly downloads
10
increased by900%
Maintainers
3
Weekly downloads
 
Created
Source

Marketplace Constants

Global constants for the Firefox Marketplace, available in both JS and Python.

This package is on:

  • pypi: https://pypi.python.org/pypi/marketplace-constants
  • npm: http://npmjs.org/package/marketplace-constants
  • bower: bower install marketplace-constants

To generate the constants, run:

make

Python

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

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.

Node

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.

Data Sources

The content of these files are generated from multiple sources:

  • Python code from this repository (originally copied out of the various marketplace repositories)
  • JSON code pulled from the Mozilla SVN servers

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

Package last updated on 14 Sep 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc