Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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
Registry Commands
mpack login
mpack logout
mpack upload
mpack release
Once a pack is released, it cannot be undo.
Pack Commands
mpack new
mpack config
mpack deps
mpack extract
mpack make
Minor and patch versions are auto updated.
Major versions usually indicates breaking-change which require manual updates.
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.