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/go4orward/gowebgl
Interactive 2D & 3D Graphics Library using Go + WebAssembly + WebGL
=========================================================
THIS PROJECT WAS MOVED TO A NEW REPOSITORY GIGL (May 9, 2021),
WHICH ALREADY INCLUDES SIGNIFICANT IMPROVEMENTS.
NO FURTHER DEVELOPMENT WILL BE MADE TO THIS PROJECT.
=========================================================
Simplest example: (for explaining how WebGL works)
$ make # source : 'webgl1st_example.go'
$ ./wasm_test_server # open your browser, and visit http://localhost:8080
2D example: (with animation & user interactions)
$ make 2d # source : 'webgl2d_example.go'
$ ./wasm_test_server # open your browser, and visit http://localhost:8080
or
$ make 2dui # source : 'webgl2dui_example.go'
$ ./wasm_test_server # open your browser, and visit http://localhost:8080
3D example: (with perspective & orthographic camera)
$ make 3d # source : 'webgl3d_example.go'
$ ./wasm_test_server # open your browser, and visit http://localhost:8080
Globe example: (with perspective & orthographic camera)
$ make globe # source : 'webglglobe_example.go'
$ ./wasm_test_server # open your browser, and visit http://localhost:8080
I hope this project can help many people to learn WebGL and to build awesome 2D & 3D graphics applications.
Many thanks to Richard Musiol, for his vision and contributions for GopherJS and WebAssembly for Go.
If you hava a feedback or suggestion, contact go4orward.
Resources taken from:
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.