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.
github.com/ev3go/ev3dev
The goal is to implement a simple Go style ev3dev API and helpers for common tasks.
github.com/ev3go/ev3dev depends on ev3dev stretch and has been tested on kernel 4.14.61-ev3dev-2.2.2-ev3. For jessie support see the ev3dev-jessie branch.
For device-specific functions see EV3 and BrickPi.
/dev/input/by-path/platform-gpio_keys-event
/sys/class/power_supply
/sys/class/leds
/dev/fb0
/sys/class/lego-port
/sys/class/lego-sensor
/sys/class/dc-motor
/sys/class/tacho-motor
/sys/class/servo-motor
/sys/class/tacho-motor
Compiling for a brick can be done on the platform itself if Go is installed there, but it is generally quicker on your computer. This requires that you prefix the go build
invocation with GOOS=linux GOARCH=arm GOARM=5
. For example, to build the demo program you can do this:
$ GOOS=linux GOARCH=arm GOARM=5 go build github.com/ev3go/ev3dev/examples/demo
This will leave a demo
executable (from the name of the package path) in your current directory. You can then copy the executable over to your brick using scp
.
LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this software.
FAQs
Unknown package
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.