
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
james-reload
Advanced tools
Browser reload plugin for James.js
npm install -g james-reload
jreload -s <source port> -p <port to proxy to> -w <list of globs to watch>
Example
jreload -s 9001 -p 9002 -w js/**/*.js,js/**/*.hbs
More information
jreload --help
Basic configuration
var reloadFactory = require('james-reload');
var reload = reloadFactory({
srcPort: 80,
proxyPort: 9002
});
Reads content from port 80 and proxies it to port 9002 with the client side script appended
Example usage
var reloadFactory = require('james-reload');
var reload = reloadFactory({
srcPort: 80,
proxyPort: 9002
});
setTimeout(function() {
reload();
}, 5000)
Reloads your browsers location after 5 seconds.
Returns a function reload for sending a signal when client should reload content ####config (Object)
signals client script to reload content ####config (Object)
FAQs
browser reload plugin for james.js
We found that james-reload 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.