Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remix-image

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remix-image - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

3

build/types/resolver.d.ts
import { MimeType } from "./file";
export declare type Resolver = (asset: string, url: string) => Promise<{
import { TransformOptions } from "./image";
export declare type Resolver = (asset: string, url: string, options: TransformOptions) => Promise<{
buffer: Uint8Array;
contentType: MimeType;
}>;
{
"name": "remix-image",
"version": "0.3.6",
"version": "0.3.7",
"description": "A React component for responsive images in Remix",

@@ -5,0 +5,0 @@ "author": "Josh McFarlin <josh@mcfarl.in>",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc