You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

compoundjs

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compoundjs - npm Package Compare versions

Comparing version
1.1.2-6
to
1.1.2-7
+5
-1
lib/extensions.js

@@ -44,3 +44,7 @@ var utils = require('./railway_utils'),

ctx.require = function(package) {
var ext = rw.extensions[package] = Module._load(package, rw.rootModule);
var ext = rw.extensions[package] = Module._load(package, {
id: rw.root + '/npmfile.js',
filename: rw.root + '/npmfile.js',
paths: [rw.root + '/node_modules', __dirname + '/../node_modules']
});
if (ext && ext.init) {

@@ -47,0 +51,0 @@ ext.init(rw);

+1
-1
{
"name": "compoundjs",
"version": "1.1.2-6",
"version": "1.1.2-7",
"author": "Anatoliy Chakkaev",

@@ -5,0 +5,0 @@ "description": "RailwayJS - Ruby-on-Rails inspired MVC web framework, fully ExpressJS compatible",