New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bajo

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bajo - npm Package Compare versions

Comparing version
2.6.1
to
2.6.2
+1
-1
class/bajo.js

@@ -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

{
"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",

# Changes
## 2026-02-26
- [2.6.2] Bug fix on ```getMethod()```
## 2026-02-23

@@ -4,0 +8,0 @@