
Product
Introducing PHP and Composer Support in Socket
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.
A simple update-checker module.

| NPM | Licance | Discord |
|---|---|---|
$ npm install xapier
$ xapier <parameter>
| Parameter | Args | Description |
|---|---|---|
-c -r & -a | github.com/user/repo <optional: -r> <optional: -a> | *Create app's version. |
-u | 1.0.1 | *Update your app's version. (Default version 1.0.0) |
Example: If you write xapier -c githubadress -r -a
It'll automaticly install the latest version of your app but you don't have to use -r & a.
This one is so basic. If you write xapier -u <new version that newer than oldest> it'll change the app's version. If you want more example:
Before you wrote command
{
"version": "1.0.0"
}
After
{
"version": "1.0.1"
}
const xapier = require("xapier")
xapier.Check( // All of these are optional
"yourrelase.zip",//file
true,//Auto update after download
"node ."//The command to run after updated
pid // PID Number with number
)
If you enter these informations, First it'll close the application, than download latest relase from your github page than install files. Finally it'll run the command you wrote.
If the current version is older than latest than it'll direct you to github page.
xapier.Ignore(); // Just returns
If you wanna report an issue or smth. you can contact us via Discord or you can commit a Issue on GitHub
@valancess Coder & Developer.
@YiitWT Coder & Developer.
FAQs
A basic update-checker module.
We found that xapier 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.

Product
Socket now supports PHP with full Composer and Packagist integration, enabling developers to search packages, generate SBOMs, and protect their PHP dependencies from supply chain threats.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.