shell bypass 403
GrazzMean-Shell Shell
: /home/allssztx/nodevenv/clarkesmusicservices.com/22/lib/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