
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@deafwave/osrs-botmaker-config-manager
Advanced tools
Config manager helpers for osrs-botmaker runtimes
pnpm add @deafwave/osrs-botmaker-config-manager
group.set('builder', 'mode', 'safe')
const mode = group.getString('builder', 'mode', 'fallback')
profile.set('builder', 'enabled', true)
profile.set('builder', 'bankitems', [1171, 1])
profile.set('builder', 'mode', 'safe')
const enabled = profile.getBoolean('builder', 'enabled', false)
const scope = createConfigScope({ group: 'builder.scope', scope: 'group' })
scope.set('runs', 7)
scope.set('drops', [526, 2])
scope.set('meta', { mode: 'safe' })
const storage: RsProfileStorage = { group: 'builder', sync: true }
setStoredString(storage, 'mode', 'safe')
const storedMode = getStoredString(storage, 'mode', 'fallback')
group.set, profile.set, and scope.set accept any JSON-serializable value.
Accepted values include:
nullRejected values throw TypeError("Config value must be JSON-serializable."):
undefinedWrites do not call configManager.sendConfig() unless sync is enabled.
sendConfig() to force sending config.FAQs
Config manager helpers for osrs-botmaker runtimes
We found that @deafwave/osrs-botmaker-config-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.