Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
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 3 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.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.