+1
-1
@@ -551,3 +551,3 @@ import Plugin from './plugin.js' | ||
| getMethod = (name = '', thrown = true) => { | ||
| const { ns, path } = this.breakNsPath(name) | ||
| const { ns, path } = this.breakNsPath(name, thrown) | ||
| const method = get(this.app, `${ns}.${path}`) | ||
@@ -554,0 +554,0 @@ if (method && isFunction(method)) return method |
+1
-1
| { | ||
| "name": "bajo", | ||
| "version": "2.6.1", | ||
| "version": "2.6.2", | ||
| "description": "The ultimate framework for whipping up massive apps in no time", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+4
-0
| # Changes | ||
| ## 2026-02-26 | ||
| - [2.6.2] Bug fix on ```getMethod()``` | ||
| ## 2026-02-23 | ||
@@ -4,0 +8,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2060161
0