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.
Util tools for Mono framework developed at jillix.
$ npm install mono-tools
MonoTools.app
Util functions related to application environment.
require(file)
Requires files from application directory.
file
: The absolute path to the file that is required (where the root is the application directory).descriptor()
Returns the application descriptor.
MonoTools.module
Util functions related to module environment.
get(miid)
Returns module instance object with additional fields.
miid
: The module instance name._miid
(Object): The raw module instance object.source
(String): Module source.owner
(String): Module owner.name
(String): Module name.version
(String): Module version.path(miid)
Gets the path to the module directory.
miid
: The module instance name.require(miid, file)
Requires files from application directory.
miid
: The module instance name.file
: The absolute path to the file that is required (where the root is the module directory).your-great-feature
.1.0.0
See the LICENSE file.
FAQs
Util tools for Mono framework developed at jillix.
We found that mono-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
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.