Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
This package can be used with the NUKI Smartlock Web Api - https://api.nuki.io
npm install nuki-api
let nuki = require('nuki-api'),
instance = new nuki();
instance.apiKey = 'xxxxxxxxxxxxxxxxxxxxx'
instance.getSmartLocks(true).then(function (smartlocks) {
console.log(smartlocks);
});
This package was initially build to integrate the NUKI Smartlock with AirBnB, Booking.com, HomeAway and other internet calendars. Other relevant and compatible packages are:
Get your API-key from https://web.nuki.io/nl/#/admin/web-api
Request | Parameters |
---|---|
setApiKey | (string) apiKey |
getAccountUsers | (bool) reload (optional) |
getSmartLocks | (bool) reload (optional) |
getSmartLockUsers | (int) smartlockId, (bool) reload (optional) |
findAccountUserById | (int) accountUserId |
findAccountUserByName | (string) name |
findSmartlockById | (int) smartlockId |
findSmartlockByName | (string) name |
findAccountUserByAuthId | (int) smartlockId, (int) authId |
findAccountUserAuthByName | (int) smartlockId, (string) name |
createNukiUser | (models.AccountUser) accountUser |
updateNukiUser | (int) accountUserId, (models.AccountUser) accountUser |
removeNukiUser | (int) accountUserId |
grantAccess | (int) smartlockId, (models.SmartlockAuth) smartlockAuth |
updateAccess | (int) smartlockId, (int) authId, (models.SmartlockAuth) smartlockAuth |
revokeAccess | (int) smartlockId, (int) authId |
getLog | (int) smartlockId (optional) |
If you want to contribute or donate to the project, please contact me on gijs@intelligencecompany.net.
MIT licence.
FAQs
Nuki Web Api
The npm package nuki-api receives a total of 5 weekly downloads. As such, nuki-api popularity was classified as not popular.
We found that nuki-api 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.