shell bypass 403
GrazzMean-Shell Shell
: /proc/self/root/home/allssztx/clarkesmusicservices.com/node_modules/semver/functions/ [ drwxr-xr-x ]
const Range = require('../classes/range')
const satisfies = (version, range, options) => {
try {
range = new Range(range, options)
} catch (er) {
return false
}
return range.test(version)
}
module.exports = satisfies