Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@quenty/loader
Advanced tools
A simple module loader for Roblox
npm install @quenty/loader --save
Install via NPM like this:
npm install @quenty/loader --save
local LoaderUtils = require(ServerScriptService.Modules:FindFirstChild("LoaderUtils", true))
LoaderUtils.toWallyFormat(ServerScriptService.Modules, {
Client = ReplicatedStorage;
Shared = ReplicatedStorage;
Server = ServerScriptService;
})
We assume is a folder is a package if it contains a "dependencies" folder. For a given package folder, all packages underneath it shall have...
A module will be defined by a module script
A junction will be defined by a place with a "Dependencies" folder and will have access to its dependency folder, and all ancestors, but not siblings
A junction will give all modules underneath it access
Modules expect external dependencies to be at script.Parent
Modules will be split between client/server/shared based upon their parent
Dependencies will be any modules up to the root
For conflicts, the first copy available will be used (Start at a tree, go up one node, and look all the way down for a copy)
Modules will prefer to be parented directly, at a top level, without a bouncer
A
B C
Maid1 Other Maid2
FAQs
A simple module loader for Roblox
The npm package @quenty/loader receives a total of 646 weekly downloads. As such, @quenty/loader popularity was classified as not popular.
We found that @quenty/loader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.