Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@quenty/loader

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/loader - npm Package Compare versions

Comparing version
10.9.3
to
10.9.4-canary.656.67d6ba1.0
+11
-0
CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [10.9.4-canary.656.67d6ba1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/loader@10.9.3...@quenty/loader@10.9.4-canary.656.67d6ba1.0) (2026-02-17)
### Bug Fixes
* Fix replication mode for detected plugins (this fixes tests bootstrapped through server script) ([32d6ff5](https://github.com/Quenty/NevermoreEngine/commit/32d6ff5aaee0136a3e4be4a793d1c3b0411c90ba))
## [10.9.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/loader@10.9.2...@quenty/loader@10.9.3) (2026-01-12)

@@ -8,0 +19,0 @@

+2
-2
{
"name": "@quenty/loader",
"version": "10.9.3",
"version": "10.9.4-canary.656.67d6ba1.0",
"description": "A simple module loader for Roblox",

@@ -32,3 +32,3 @@ "keywords": [

},
"gitHead": "55f4a7407de7247aceea574de4d2f57dab70cb91"
"gitHead": "67d6ba1d3625dc76f7a54ac13e75da2cc82ccc64"
}

@@ -58,2 +58,4 @@ --!nonstrict

end
elseif self._replicationType == ReplicationType.PLUGIN then
self:_setupLoaderPopulation(self._packages)
end

@@ -60,0 +62,0 @@