Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
This is a tool to enable implementors to customise and package the settings to App Packs that can be deployed to an M4 database.
This is a tool to enable implementors to customise and package the settings to App Packs that can be deployed to an M4 database.
To install, npm i -g mpack
Ensure git environment is setup as the mpack tool will automatically setup a new git repo.
mpack new
and answer the questionsmpack upload
when you're donempack release
mpack upload
when you're donempack release
mpack login
mpack logout
mpack new
mpack upload
mpack release
NOTE: There will be no turning back after this.
mpack info
Pack files usually comes in a pair: pack@1.0.1.tgz
and pack@1.0.1.patch.tgz
(only applies to patch versions).
The versions here refer to semantic versioning (semver), which follow the same rules in NPM modules.
A Pack is a tar gzip file which contains the following minimum:
Structure of package.json
{
"name": "PackName",
"version": "1.0.0",
"description": '',
"deps": {
"pack": "version"
},
"path": "", // for pack development use, registry ignores this
"requires": {
"server": "version",
"web": "version"
},
"perms": [], // custom permissions for pack
"mpack": "mpack version"
}
deps
and requirements requires
to control the behavior of the packsTODO
FAQs
This is a tool to enable implementors to customise and package the settings to App Packs that can be deployed to an M4 database.
We found that mpack 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.