
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.
@jee-r/directus-extension-base64
Advanced tools
This is a Directus extension that encodes uploaded images in base64 format. The extension takes an image file as input and returns its base64 encoded string.
To install this extension, follow these steps:
npm install
to install the required dependencies./extensions/custom
folder of your Directus installation.To use the extension, follow these steps:
This extension does not require any configuration.
To develop this extension further, follow these steps:
npm install
to install the required dependencies.npm run dev
to start the development server.This extension depends on the following packages:
@directus/extensions-sdk
path
sharp
const sharp = require("/directus/node_modules/sharp");
spoiler: it's because we need to use sharp installed by directusThis extension is licensed under the MIT License. See the LICENSE file for more information.
FAQs
generate a base64 string from image
The npm package @jee-r/directus-extension-base64 receives a total of 1 weekly downloads. As such, @jee-r/directus-extension-base64 popularity was classified as not popular.
We found that @jee-r/directus-extension-base64 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
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.