Context
This package depends on npm image-size. Upstream is archived and the latest release (2.0.2) remains affected by:
npm audit fix will not switch package names automatically.
Maintained drop-in
Community MIT fork with the same public API as [email protected]:
Not affiliated with the original image-size maintainer — honest community fork only.
Migration options
A — Direct dependency
npm install image-size-next
- import { imageSize } from 'image-size'
+ import { imageSize } from 'image-size-next'
B — Force transitive resolution (npm 8.3+)
Ask
Happy to open a PR for @cotype/core if useful. Thanks for maintaining open source.
Context
This package depends on npm
image-size. Upstream is archived and the latest release (2.0.2) remains affected by:npm audit fixwill not switch package names automatically.Maintained drop-in
Community MIT fork with the same public API as
[email protected]:[email protected])Not affiliated with the original
image-sizemaintainer — honest community fork only.Migration options
A — Direct dependency
B — Force transitive resolution (npm 8.3+)
{ "overrides": { "image-size": "npm:[email protected]" } }Ask
Happy to open a PR for
@cotype/coreif useful. Thanks for maintaining open source.