Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@casual-simulation/aux-vm
Advanced tools
A set of abstractions required to securely run an AUX.
npm install @casual-simulation/aux-vm
TODO:
V0.9.27
that
of the onAnyBotClicked()
action tag.that
of the onKeyDown()
and onKeyUp
action tags.that
of the onPointer
action tags.getBots()
and getBot()
by adding the ability to search by multiple parameters.
byTag(tag, value)
: Filters for bots that have the given tag and value.inContext(context)
: Filters for bots that are in the given context.inStack(bot, context)
: Filters for bots that are in the same stack as the given bot in the given context.atPosition(context, x, y)
: Filters for bots that are at the given position in the given context.neighboring(bot, context, direction)
: Filters for bots that are neighboring the given bot in the given context in the given direction.either(filter1, filter2)
: Filters for bots that match either of the given filters.not(filter)
: Filters for bots that do not match the given filter.getBots()
like this:
getBots(byTag("abc", 123), byTag("name", "test"))
getBots(not(inContext("hello")))
getBots(inContext("hello"), not(inStack(this, "hello")))
getBots(atPosition("test", 1, 2))
getBots(either(byTag("abc", true), byTag("def", true)))
getBot("name", "bob")
.aux.user.active
and is on every player bot.aux.context.surface.grid
, aux.context.surface.defaultHeight
, aux.input
, aux.input.target
, and aux.input.placeholder
.event()
function from action scripts.onPointerDown()
tag to the tag dropdown list.player.currentChannel()
function will now work in builder.FAQs
A set of abstractions required to securely run an AUX.
The npm package @casual-simulation/aux-vm receives a total of 30 weekly downloads. As such, @casual-simulation/aux-vm popularity was classified as not popular.
We found that @casual-simulation/aux-vm demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.