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

12

CHANGELOG.md

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

# [3.4.0-next.6](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.0-next.5...vite-imagetools@3.4.0-next.6) (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.5](https://github.com/JonasKruckenberg/imagetools/compare/vite-imagetools@3.4.0-next.4...vite-imagetools@3.4.0-next.5) (2021-04-11)

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

2

dist/__tests__/util.d.ts
import { Plugin } from "vite";
import { RollupOutput, OutputAsset } from 'rollup';
export declare function testEntry(source: string): Plugin;
export declare function getSource(bundle: RollupOutput | RollupOutput[]): OutputAsset;
export declare function getFiles(bundle: RollupOutput | RollupOutput[], pattern: string): (OutputAsset | import("rollup").OutputChunk)[];
{
"name": "vite-imagetools",
"description": "Load and transform images using a toolbox of import directives!",
"version": "3.4.0-next.5",
"version": "3.4.0-next.6",
"main": "dist/index.cjs",

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

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

@@ -45,5 +45,7 @@ },

"@types/jest": "^26.0.20",
"@types/jsdom": "^16.2.10",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"jest-image-snapshot": "^4.4.1",
"jsdom": "^16.5.2",
"rollup": "^2.41.2",

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

},
"gitHead": "5046935d990e4f415250dcdb4a9315a323bd007c"
"gitHead": "ebfa8fa4c799c28c68f4a926171467e0ba448557"
}
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