Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
homekit-qrcode
Advanced tools
Generate a pairing HomeKit QR code label for your HomeKit accessory
ℹ️ This package is deprecated and no longer maintained. Please use the successor: homekit-code
Generate a pairing HomeKit QR code label for your HomeKit accessory
npx homekit-qrcode --category=switch --pairingCode=84131633 --setupId=3QYT
Usage: homekit-qrcode [options]
Options:
-h, --help [boolean]
--version Show version number [boolean]
-c, --category category of the Homeit accessory [string] [required] [choices: "other", "bridge", "fan", "garage", "lightbulb", "doorLock", "outlet", "switch", "thermostat", "sensor", "securitySystem", "door", "window", "windowCovering", "programmableSwitch", "rangeExtender", "ipCamera", "videoDoorBell", "airPurifier", "heater", "airConditioner", "humidifier", "dehumidifier", "appleTv", "speaker", "airport", "sprinkler", "faucet", "showerHead", "television", "targetController"]
-n, --name name of the generated file [string] [default: "homekit-qrcode"]
-o, --output format of the generated file [required] [choices: "svg", "png", "jpeg"] [default: "svg"]
-p, --pairingCode 8 digits pairing code [string] [required]
-s, --setupId [string] [required]
Examples:
npx homekit-qrcode --category=switch --pairingCode=84131633 --setupId=3QYT Generate a QR code for a HomeKit switch
npx homekit-qrcode --category=switch --pairingCode=84131633 --setupId=3QYT --name=switch --output=png Generate a QR code for a HomeKit switch as switch.png
npm install
npm run start -- --category=switch --pairingCode=84131633 --setupId=3QYT
To build homekit-qrcode
for production, run:
npm run build
Afterwards the executable code is available under ./lib/
.
cd lib
node index.js --category=switch --pairingCode=84131633 --setupId=3QYT
npm test
This command may be useful when obscure errors or issues are encountered. It removes and recreates dependencies of your project.
npm run repair
Fully automated version management and package publishing via semantic-release. It bumps the version according to conventional commits, publishes the package to npm and release a new version to GitHub.
Make sure that the secrets GITHUB_TOKEN
and NPM_TOKEN
are available in GitHub repository.
npm run release:ci
Make sure that the environment variables GITHUB_TOKEN
and NPM_TOKEN
are set or declared in .env
and a productive build was previously created via npm run build
.
npm run release
You can also test the release manually by running the following command:
npm run release:dry-run
The QR code is not the same as the pairing code, instead it consists of several parameters such as the category, a specific version and other parameters. This generated setup payload is the actual content of the QR code and can be generated with the HomeKit Accessory Simulator (HAS) as well.
Scan the QR code with a QR scanner of your choice. You should get a text starting with X-HM://....
. The next 9 characters are the combination of the different parameters like the pairing code and the category. The remaining characters are the setup id.
X-HM://0081YCYEP3QYT ◄── Scanned Setup Payload
X-HM:// 008YCYEP 3QYT
▲ ▲ ▲
│ │ └─── Setup ID
│ └── Combination of Parameters (first 9 characters)
└─ Starting Content
Simon Golms
npx simongolms
Give a ⭐️ if this project helped you!
Copyright © 2021 Simon Golms.
This project is MIT licensed.
FAQs
Generate a pairing HomeKit QR code label for your HomeKit accessory
The npm package homekit-qrcode receives a total of 0 weekly downloads. As such, homekit-qrcode popularity was classified as not popular.
We found that homekit-qrcode 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.