New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vite-imagetools

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-imagetools - npm Package Compare versions

Comparing version 6.2.5 to 6.2.6

2

dist/index.d.ts

@@ -1,2 +0,2 @@

import { Plugin } from 'vite';
import type { Plugin } from 'vite';
import type { VitePluginOptions } from './types.js';

@@ -3,0 +3,0 @@ export type { Include, Exclude, DefaultDirectives, ExtendTransforms, ExtendOutputFormats, ResolveConfigs, VitePluginOptions } from './types.js';

@@ -1,4 +0,4 @@

import { ImageConfig } from 'imagetools-core';
import { Sharp } from 'sharp';
import type { ImageConfig } from 'imagetools-core';
import type { Sharp } from 'sharp';
export declare const createBasePath: (base?: string) => string;
export declare function generateImageID(url: URL, config: ImageConfig, originalImage: Sharp): Promise<string>;
{
"name": "vite-imagetools",
"description": "Load and transform images using a toolbox of import directives!",
"version": "6.2.5",
"version": "6.2.6",
"type": "module",

@@ -33,3 +33,3 @@ "types": "dist/index.d.ts",

"@rollup/pluginutils": "^5.0.5",
"imagetools-core": "^6.0.1"
"imagetools-core": "^6.0.2"
},

@@ -44,3 +44,3 @@ "devDependencies": {

"jest-image-snapshot": "^6.2.0",
"jsdom": "^22.1.0",
"jsdom": "^23.0.0",
"picomatch": "^3.0.0",

@@ -53,3 +53,3 @@ "rollup": "^4.5.0",

"vitest": "^0.34.0",
"imagetools-core": "^6.0.1"
"imagetools-core": "^6.0.2"
},

@@ -56,0 +56,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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