
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.
enrise-esclient
Advanced tools
A simple wrapper around the elasticsearch client, optionally with enrise-logger integration.
NPM: npm install enrise-esclient --save
Yarn: yarn add enrise-esclient
Require and instantiate the client, where config is an optional object passed to elasticsearch:
const ESClient = new require('enrise-esclient')([config: Object]);
This instantiates an elasticsearch client with a KeepAlive agent.
The only default configuration option this module sets is the createNodeAgent
to connect with a KeepAlive agent. Also it has extra logging abstractions (below). For further instructions on configuring the client see the official elasticsearch documentation.
[log]
This module optionally supports passing an enrise-logger instance to the client. To use this, initialize the logger beforehand, and then pass an instance to the esclient upon instantiation:
const enriseClient = require('enrise-client');
// Initialize enrise logger
const logger = require('enrise-logger')();
// Instantiate elasticsearch client with an enrise-logger
const client = new enriseClient({
log: logger.get('Elasticsearch')
});
FAQs
Elasticsearch client used within Enrise projects and module's
We found that enrise-esclient 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.