Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
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
The npm package marketplace-constants receives a total of 0 weekly downloads. As such, marketplace-constants popularity was classified as not popular.
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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.