
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
aws-es-client
Advanced tools
GitHub Actions workflows status
CodeClimate
npm i aws-es-client
Module | Description |
---|---|
aws-es-client | Creates a new client connected to your AWS ElasticSearch cluster. |
Name | Description |
---|---|
Options | ElasticSearch client options |
Creates a new client connected to your AWS ElasticSearch cluster.
Once the client has been instanciated, you can use all the methods available in the regular ElasticSearch Node client. See here for details.
Returns: ES
- New ElasticSearch client
Param | Type | Description |
---|---|---|
opts | Options | Options to be passed to instanciate a new client |
Example
const ES = require('aws-es-client')({
url: process.env.ES_CLUSTER_URL,
id: process.env.ES_ID,
token: process.env.ES_SECRET
})
ElasticSearch client options
Kind: global typedef
Properties
Name | Type | Default | Description |
---|---|---|---|
url | string | ElasticSearch cluster URL | |
id | string | Programmatic user ID (needs access to ElasticSearch cluster) | |
token | string | Programmatic user token (needs access to ElasticSearch cluster) | |
[region] | string | 'eu-central-1' | ElasticSearch cluster region |
FAQs
aws elasticsearch client
The npm package aws-es-client receives a total of 3 weekly downloads. As such, aws-es-client popularity was classified as not popular.
We found that aws-es-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.