
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.
akamai-image-converter
Advanced tools
Simple javascript util for Akamai image converter
https://tech.akamai.com/image_converter/
npm i akamai-image-converter
// OR
yarn add akamai-image-converter
import imageConverter from 'akamai-image-converter'
// call convert methods will return optimized url
imageConverter.convert(TEST_IMAGE, format, quality, width, height)
// let say we have url: //tech.akamai.com/image-manager/img/mountain.jpeg
// this method will return url :
// //tech.akamai.com/image-manager/img/mountain.jpeg?resize=${width}px:${height}px&output-quality=${quality}&output-format=${format}
You can define your combination by your self
import imageConverter from 'akamai-image-converter'
// you can call these available function
let result = imageConverter._withOutputFormat(TEST_IMAGE, format)
let result = imageConverter._withQuality(TEST_IMAGE, quality)
let result = imageConverter._withDimension(TEST_IMAGE, width, height)
Copyright © 2018 by Irfan Maulana
FAQs
🏞 Simple javascript util for Akamai image converter
The npm package akamai-image-converter receives a total of 0 weekly downloads. As such, akamai-image-converter popularity was classified as not popular.
We found that akamai-image-converter 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.