
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@gwack/cli
Advanced tools
A command-line tool for building full-stack PHP + Vue.js applications. Handles build configurations and frontend-backend integration.
Gwack CLI is the companion tool for the Gwack Framework - a PHP framework with Vue.js integration. It provides development tooling and handles project setup and build processes.
# Install globally
npm install -g @gwack/cli
# Or use with npx
npx @gwack/cli create my-awesome-app
# Create a new project
gwack create my-awesome-app
# or
npx gwack create my-awesome-app
# Start development server
cd my-awesome-app
gwack dev
# or
npx @gwack/cli dev
That's it! You'll have a running PHP backend and Vue.js frontend with the necessary configuration.
gwack create <project-name>
Creates a new Gwack project with default configuration and file structure.
gwack dev
Starts the development environment with hot reloading for Vue components and PHP backend.
Options:
-p, --port <port>
- Frontend port (default: 3000)--php-port <port>
- PHP server port (default: 8080)-h, --host <host>
- Host to bind to (default: localhost)gwack build
Builds the application for production with optimization and asset minification.
Options:
-o, --output <dir>
- Where to put the built files (default: .output)For issues, bugs, or feature requests:
FAQs
PHP Framework with vue intergration
The npm package @gwack/cli receives a total of 13 weekly downloads. As such, @gwack/cli popularity was classified as not popular.
We found that @gwack/cli 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.