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.4.0-next.4 to 3.4.0-next.5

dist/__tests__/main.test.d.ts

12

CHANGELOG.md

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

# [3.4.0-next.5](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.0-next.4...vite-imagetools@3.4.0-next.5) (2021-04-11)
### Bug Fixes
* import types from the right file ([92fbe14](https://github.com/JonasKruckenberg/imagetools/commit/92fbe14168c1198a6c8d0e42ce1483cfad927294))
* switch from default to named export ([b2f0ca7](https://github.com/JonasKruckenberg/imagetools/commit/b2f0ca7c2a7b50f2e28566cd397e5b3f0b0f55f7))
# [3.4.0-next.4](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.0-next.3...vite-imagetools@3.4.0-next.4) (2021-04-09)

@@ -8,0 +20,0 @@

2

dist/index.d.ts
import { Plugin } from "vite";
import { PluginOptions } from './types';
export default function imagetools(userOptions?: Partial<PluginOptions>): Plugin;
export declare function imagetools(userOptions?: Partial<PluginOptions>): Plugin;

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

import { TransformFactory, ImageConfig } from "imagetools-core/dist/types";
import { TransformFactory, ImageConfig } from "imagetools-core";
export declare type OutputFormat = (metadata: ImageConfig[]) => any;

@@ -3,0 +3,0 @@ export interface PluginOptions {

{
"name": "vite-imagetools",
"description": "Load and transform images using a toolbox of import directives!",
"version": "3.4.0-next.4",
"version": "3.4.0-next.5",
"main": "dist/index.cjs",

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

"build": "rollup -c",
"test": "jest --config=jest.config.js",
"test": "jest",
"coverage": "jest --collectCoverage"

@@ -37,3 +37,3 @@ },

"@rollup/pluginutils": "^4.1.0",
"imagetools-core": "^0.1.0-next.13",
"imagetools-core": "^0.1.0-next.14",
"magic-string": "^0.25.7"

@@ -48,2 +48,3 @@ },

"jest": "^26.6.3",
"jest-image-snapshot": "^4.4.1",
"rollup": "^2.41.2",

@@ -55,3 +56,3 @@ "rollup-plugin-typescript2": "^0.30.0",

},
"gitHead": "6be02b34a50473a610df495bb14fa3078dbefb5b"
"gitHead": "5046935d990e4f415250dcdb4a9315a323bd007c"
}

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