
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@vechain/connex-framework
Advanced tools
Connex Framework is a library implements Connex interface.
This repository now has reached its end-of-life (EOL). We have transitioned to brand new and comprehensive VeChain SDK that will continue to receive updates, support, and new features.
For any further questions or migration guidance, please reach out using our support portal.
It always works along with the package @vechain/connex-driver.
npm i @vechain/connex-framework @vechain/connex-driver
To create a Framework instance:
import { Framework } from '@vechain/connex-framework'
import { Driver, SimpleNet } from '@vechain/connex-driver'
const net = new SimpleNet('http://localhost:8669/')
const driver = await Driver.connect(net)
// now we get the ready-to-use Connex instance object
const connex = new Framework(driver)
This package is licensed under the GNU Lesser General Public License v3.0, also included in LICENSE file in the repository.
FAQs
A library implements VeChain Connex interface
The npm package @vechain/connex-framework receives a total of 1,283 weekly downloads. As such, @vechain/connex-framework popularity was classified as popular.
We found that @vechain/connex-framework demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.