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 7.0.2 to 7.0.4

3

dist/index.js
import { basename, extname } from 'node:path';
import { join } from 'node:path/posix';
import { mkdirSync, statSync, createReadStream } from 'node:fs';

@@ -138,3 +137,3 @@ import { writeFile, readFile, opendir, stat, rm } from 'node:fs/promises';

else if (viteConfig.command === 'serve') {
metadata.src = join((_f = (_e = viteConfig === null || viteConfig === void 0 ? void 0 : viteConfig.server) === null || _e === void 0 ? void 0 : _e.origin) !== null && _f !== void 0 ? _f : '', basePath) + id;
metadata.src = ((_f = (_e = viteConfig === null || viteConfig === void 0 ? void 0 : viteConfig.server) === null || _e === void 0 ? void 0 : _e.origin) !== null && _f !== void 0 ? _f : '') + basePath + id;
}

@@ -141,0 +140,0 @@ else {

{
"name": "vite-imagetools",
"description": "Load and transform images using a toolbox of import directives!",
"version": "7.0.2",
"version": "7.0.4",
"type": "module",

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

"@rollup/pluginutils": "^5.0.5",
"imagetools-core": "^7.0.0"
"sharp": "^0.33.4",
"imagetools-core": "^7.0.1"
},

@@ -40,3 +41,3 @@ "devDependencies": {

"@types/jsdom": "^21.1.1",
"@types/picomatch": "^2.3.0",
"@types/picomatch": "^3.0.0",
"@vitest/coverage-v8": "^1.4.0",

@@ -52,3 +53,3 @@ "jest-image-snapshot": "^6.2.0",

"vitest": "^1.4.0",
"imagetools-core": "^7.0.0"
"imagetools-core": "^7.0.1"
},

@@ -55,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