
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
mc-command-patch
Advanced tools
This package provides extra commands which are parsed to a series of original minecraft's commands.
import { parseCommand } from "mc-command-patch";
const commands = parseCommand("Customized command");
// run these commands by yourself
<clear | rain | thunder> [time]
change weather and set its continuous time
<day | noon | night | midnight>
change time in game
circle <x y z> <r> <edge_block> [fill_block]
Take point <x y z> as center,<r> as radius, use edge_block draw a circle, while having choice to fill by fill_block
clean <water | snow> <x y z> [n=10] [h=5]
Clear snow or water around the coordinate <x y z> in n grids, up and down h grids (n and h are optional)
draw <x y z> <north | south | east | west> <url>
set point <x y z> as upper left corner of the picture(given by url), and it towards <north | south | east | west>
url is a HTTP link
remain enough space and at least two grids high
FAQs
This package provides extra commands in minecraft.
We found that mc-command-patch demonstrated a not healthy version release cadence and project activity because the last version was released 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.