
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
dcent-web-connector
Advanced tools
This is package for connecting WEB and D'CENT biometric wallet.
dcent-web-connector
is modules for easy integration of D'CENT into 3rd party services.
User interface is presented in a popup window served from https://bridge.dcentwallet.com/v2
.
npm i dcent-web-connector
// in Node.js
const DcentWebConnector = require('dcent-web-connector')
var result
try{
result = await DcentWebConnector.info()
// If you want to close the popup window.
DcentWebConnector.popupWindowClose()
}catch(e){
result = e
}
install D'CENT Bridge
connect D'CENT device using USB cable
tests/unit/0_mock_test
is mockup test.
tests/unit/1_bridge_test
is test for real D'CENT Device.
If you want to test tests/unit/1_bridge_test
,
npm run dev
install D'CENT Bridge
connect D'CENT device using USB cable
npm run test
FAQs
D'CENT Web SDK Connector
The npm package dcent-web-connector receives a total of 1,213 weekly downloads. As such, dcent-web-connector popularity was classified as popular.
We found that dcent-web-connector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.