
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.
A simple npm script palette for lazy people who want a quick way to look through and pick npm scripts!
Install globally
npm install -g scriptpal
scriptpal
Usage with npx
npx scriptpal
--nowelcome, -n Omit welcome message--last, -l Run previous command--version, -v Version number--clipboard, -c Copy command to clipboard--help Help me 🙏list, ls List local npm scripts from package.jsonbookmark add <name> <command...> Add a bookmarkbookmark edit <name> <command...> Edit a bookmarkbookmark remove <name>, bookmark rm <name> Remove a bookmarkbookmark list, bookmark ls List bookmarksbookmark run <name> [name=value ...] Run a bookmark and resolve wildcardsbookmark Open a fuzzy-findable bookmark picker and run selectionIt's possible to also run arbitrary scripts from your package.json by passing them as sub-commands, similar to yarn.
For example: scriptpal test will run npm run test.
list / lslist List all scripts found in local package.json.
bookmarkStore reusable command bookmarks globally.
Wildcards use ${name} syntax and are resolved when running bookmarks.
If a required wildcard is not provided, ScriptPal prompts for it.
$ scriptpal => Shows a prompt containing a list of npm scripts from the closest package.json.$ scriptpal --last => Runs the previous command$ scriptpal list / $ scriptpal ls => Prints all npm scripts from the closest package.json.$ scriptpal start => Runs npm run start. Can be used with other scripts as well.$ scriptpal bookmark add testpkg "yarn test src/packages/${package}" => Saves a bookmark.$ scriptpal bookmark run testpkg package=ui-button => Runs yarn test src/packages/ui-button.$ scriptpal bookmark ls => Lists bookmarks.$ scriptpal bookmark => Opens fuzzy picker for saved bookmarks and runs selected one.FAQs
A simple npm script palette for lazy people (like me)
The npm package scriptpal receives a total of 236 weekly downloads. As such, scriptpal popularity was classified as not popular.
We found that scriptpal 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
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.