Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@casual-simulation/aux-custom-portals
Advanced tools
A set of utilities that can be used to help custom portals interface with CasualOS.
A set of utilities that can be used to help custom portals interface with CasualOS.
npm install @casual-simulation/aux-custom-portals
V2.0.19
lineStyle
now defaults to line
instead of arrow
.lineTo
and strokeColor
to use lines that support custom widths.links
variable as a shortcut for thisBot.links
.bot.vars
and os.vars
as an easy way to store and lookup variables by name.
os.vars
works exactly the same as globalThis
.bot.vars
allows you to store special values in a bot that cannot be stored in either bot.tags
or bot.masks
.bot.listener()
instead of whisper(bot, "listener")
.
let result = thisBot.myScript(argument);
is equivalent to
let [result] = whisper(thisBot, 'myScript', argument);
shout.listener()
instead of shout("listener")
.
let results = shout.myScript(argument);
is equivalent to
let results = shout('myScript', argument);
FAQs
A set of utilities that can be used to help custom portals interface with CasualOS.
The npm package @casual-simulation/aux-custom-portals receives a total of 18 weekly downloads. As such, @casual-simulation/aux-custom-portals popularity was classified as not popular.
We found that @casual-simulation/aux-custom-portals demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.