Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@quenty/loader

Package Overview
Dependencies
Maintainers
1
Versions
125
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 0.0.0 to 0.0.1

default.project.json

6

package.json
{
"name": "@quenty/loader",
"version": "0.0.0",
"description": "Simple module loader for Roblox",
"version": "0.0.1",
"description": "A simple module loader for Roblox",
"keywords": [

@@ -17,3 +17,3 @@ "Roblox",

"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "loader/ReplicatedStorage/Nevermore/"
"directory": "src/loader/"
},

@@ -20,0 +20,0 @@ "dependencies": {},

@@ -0,3 +1,14 @@

# Nevermore Loader
A simple module loader for Roblox
## Installation with NPM
Install via NPM like this:
```
npm install @quenty/loader --save
```
And then we need to specifically map this loader
## Features
* Load by name instead of instance (i.e. `require("MyModuleName")`)

@@ -4,0 +15,0 @@ * Detects cyclical requirements in module scripts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc