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 3.3.0 to 3.3.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [3.3.1](https://github.com/JonasKruckenberg/vite-imagetools/compare/vite-imagetools@3.3.0...vite-imagetools@3.3.1) (2021-03-19)
### Bug Fixes
* image id generation ([7ea0839](https://github.com/JonasKruckenberg/vite-imagetools/commit/7ea0839e2e69eb652d2cee01c3f1d8148f7290f1)), closes [#34](https://github.com/JonasKruckenberg/vite-imagetools/issues/34)
# [3.3.0](https://github.com/JonasKruckenberg/vite-imagetools/compare/vite-imagetools@3.2.6...vite-imagetools@3.3.0) (2021-03-16)

@@ -8,0 +19,0 @@

5

dist/types.d.ts

@@ -16,7 +16,2 @@ import { Directive, ImageConfig } from "imagetools-core/dist/types";

/**
* The path to use as the cache for images, set this option to false to disable caching completely.
* @default 'node_modules/.cache/vite-imagetools'
*/
cache: string | false;
/**
* You can use this option to extend the builtin list of import directives.

@@ -23,0 +18,0 @@ * This list will be merged with the builtin directives before applying them to the input image.

6

package.json
{
"name": "vite-imagetools",
"description": "Load and transform images using a toolbox of custom import directives!",
"version": "3.3.0",
"version": "3.3.1",
"main": "dist/index.cjs",

@@ -34,3 +34,3 @@ "module": "dist/index.mjs",

"find-cache-dir": "^3.3.1",
"imagetools-core": "^0.1.0-next.7",
"imagetools-core": "^0.1.0-next.8",
"magic-string": "^0.25.7"

@@ -52,3 +52,3 @@ },

},
"gitHead": "b78b8021c36aa3e409eca17e7cee3d2baddff369"
"gitHead": "559ae3c3384b1aebc7206292f951cda844296be3"
}

@@ -14,3 +14,2 @@ # vite-imagetools

- **Extensible :jigsaw:**
- **Caches transformed images :green_heart:**

@@ -65,4 +64,2 @@ ## Table of Contents

## Caching
## Extending vite-imagetools

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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