
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.
loopback-connector-jsonrpc
Advanced tools
The LoopBack JSON-RPC Connector allows you to call JSON-RPC services from LoopBack models. It uses jayson as the client library.
var ds = loopback.createDataSource({
connector: require("loopback-connector-jsonrpc"),
debug: false,
baseURL: 'http://localhost:3000',
operations: ['add', 'subtract']});
var model = ds.createModel('dummy');
model.add(1, 2, function(err, data) {
console.log(err, data);
});
Options to configure the connector:
You can also configure the baseURL as follows.
{
host: 'localhost',
port: 3000
}
Other properties will be passed to jayson
.
MIT
FAQs
Loopback JSONRPC Connector
We found that loopback-connector-jsonrpc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 20 open source maintainers 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.