
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.
image-file is an image metadata parser that can be run on both Node.js and browsers.
Currently the following image types are supported:
var ImageFile = require('image-file')
var arrayBuffer = getArrayBufferFromFileReaderOrAnything()
var image = new ImageFile(arrayBuffer)
console.log(image)
// {
// data: { dataView: {}, buffer: {}, position: 0 },
// width: 240,
// height: 88,
// ppi: 144
// }
If you use image-file
in browser environment with Browserify or something,
you need to add babel
to your application dependencies
and require('babel/polyfill')
before require
ing image-file
.
Run npm run
for the available development tasks.
FAQs
A image metadata parser that can be run on both Node.js and browsers
The npm package image-file receives a total of 301 weekly downloads. As such, image-file popularity was classified as not popular.
We found that image-file 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.