
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.
Ct-packer is a command line utility to quickly build and publish ChatTriggers Modules
Created by MisterCheezeCake
NOTE: The actual command is ct-pack, not ct-packer
ct-pack init <name>: Create a boilerplate module project
ct-pack build: Build the module into a ct.js compliant zip file
ct-pack build -r Build the module and release it onto the ChatTriggers website
CT-Pack makes it super easy to build and release ChatTriggers modules. Gone are the days of having to painstakingly delete config files and create ct.js compliant zips. Now, just run a single command and you are done. Better yet, you can release your module to the ChatTriggers website without even leaving your terminal.
To get started, install the ct-packer package with npm i ct-packer -g. You can either create a new module with the ct-pack init command, or add ct-pack to an existing project by adding a ct-pack.json file to the project root, and adding an array called purge to the file, with the names of any files you want purged from your build. You can also run ct-pack without a ct-pack.json, but then you won't be able to take advantage of purging and other cool features coming soon.
1.1.1:
= Misc bug fixes
1.1.0:
+ Ability to add a license during module creation
= Building without a ct-pack.json no longer fails
= Fixed issues with metadata.json detection
FAQs
A tool for building and publishing ChatTriggers modules
We found that ct-packer 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.