
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.
hackmud-script-manager
Advanced tools
Script manager for game hackmud, with minification, TypeScript support, and player script type definition generation.
Command made for hackmud-environment, which is a scripting environment for hackmud with minification, autocompletes / intellisense, and TypeScript support.
Install with npm install hackmud-script-manager -g to make the hsm command available everywhere.
function foo() { ... } -> let foo = () => ...)._START and _TIMEOUT to _ST and _TO.in Object.BigInt() calls.% as the topic token), Throw Expression, Record and Tuple (hash # syntax type).tsc seperatly with noEmit.#G global variables.#FMCL).// @seclevel HIGHSEC or any other seclevel before all of your code stops you from accidentally using #ls. or #ns..node_modules modules into your script using import { foo } from "bar" syntax._SOURCE is replaced with a string of the source code of the script it's in._BUILD_DATE is replaced with a unix timestamp (Date.now()) of the build date of the script._SCRIPT_USER is replaced with a string of the user the script was pushed to.
context.this_script.split(".")[0]._SCRIPT_NAME is like _SCRIPT_USER but for the name of the script.
context.this_script.split(".")[1]._FULL_SCRIPT_NAME is replaced with what would be context.this_script.#s. can be used and it'll automatically have the seclevel inserted.#db methods names are verified.let debug = #D; -> let debug = v => #D(v);._SECLEVEL is replaced with a number (0 to 4) representing the seclevel of the script.exports are present in the script, it becomes a script that returns an object of the exported values.
_EXPORTS becomes an array of the names of the exported values..__proto__ and .prototype being converted to ["__proto__"] and ["prototype"]._SC and friends are either renamed or have an escape inserted so that script is legal.// in strings and regexes have a backslash inserted between to stop hackmud's overagressive comment remover from removing half the line of code.this with a variable referencing what would be this.Function.prototype can be referenced (but only the .prototype property, nothing else).Object.getPrototypeOf and Object.setPrototypeOf are replaced with equivalent functions.FAQs
Script manager for game hackmud, with minification, TypeScript support, and player script type definition generation.
The npm package hackmud-script-manager receives a total of 11 weekly downloads. As such, hackmud-script-manager popularity was classified as not popular.
We found that hackmud-script-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
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.