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.
gengojs-debug
Advanced tools
The debugger console for gengo.js
import {debugify as debug} from 'gengojs-debug';
debug(namespace:string, level:string, args:*);
var debug = require('gengojs-debug');
debug(namespace:string, level:string, args:*);
In terminal:
# In OSX, set the namespace and the debug level then run a file:
DEBUG=gengo.core, node index.js
# In Windows, set the namespace and the debug level:
DEBUG=gengo.core:warn
# Run the file
node index.js
The available namespaces are:
The available levels are:
Note that you must prepend 'gengo'
before the namespaces
as you access the namespace with a '.'
and then specify
the debug level after appending a ':'
.
Example:
DEBUG=gengo.parser:debug gengo.router:*
FAQs
The debugger console for gengo.js
The npm package gengojs-debug receives a total of 4 weekly downloads. As such, gengojs-debug popularity was classified as not popular.
We found that gengojs-debug 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.