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.
This package is used to make stuff easier by using simple functions, its not fully released yet!
ultrax is a simple package make by UltraX, it's simply made to make your coding process faster by some functions, it's not fully released yet only 1 function is available right now!
In case you have idea's to improve the package, or maybe you found some bugs or you need help, you can contact us from our Discord Server
To install ultrax package all you need is Node.js.
Then you can open your application terminal and type there:
$ npm install ultrax
Right now the package is beta, that mean it is not fully released yet.
The available function is:
sleep is a simple function, where is make it easier and faster to make a timeout in your code. Example:
// Importing the package
const ultrax = require('ultrax')
// Destructure the sleep function from the package
const sleep = ultrax.sleep
// this will log "Start!" once i run the application
console.log('Start!')
// using the package sleep function to set a timeout
sleep(5000) // sleep(milliseconds)
// after the 5 seconds (5000 milliseconds) it will log "5 Seconds passed"
console.log('5 Seconds passed')
FAQs
UltraX Package is a unique package that allows you to create cool things using simple functions and events.
The npm package ultrax receives a total of 32 weekly downloads. As such, ultrax popularity was classified as not popular.
We found that ultrax 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.