Socket
Socket
Sign inDemoInstall

vite-plugin-vuetify

Package Overview
Dependencies
284
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

9

CHANGELOG.md

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

### [1.0.2](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@1.0.1...vite-plugin-vuetify@1.0.2) (2023-01-28)
### Bug Fixes
* add leading slash to absolute paths on windows ([3ecd8e2](https://github.com/vuetifyjs/vuetify-loader/commit/3ecd8e2d8034137ca47ad8325df960dfb0efc08e)), closes [#274](https://github.com/vuetifyjs/vuetify-loader/issues/274)
### [1.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@1.0.0...vite-plugin-vuetify@1.0.1) (2022-12-11)

@@ -8,0 +17,0 @@

2

dist/stylesPlugin.js

@@ -160,3 +160,3 @@ "use strict";

const file = path.relative(path.join(vuetifyBase, 'lib'), target);
const contents = `@use "${configFile}"\n@use "${target}"`;
const contents = `@use "${(0, loader_shared_1.normalizePath)(configFile)}"\n@use "${(0, loader_shared_1.normalizePath)(target)}"`;
tempFiles.set(file, contents);

@@ -163,0 +163,0 @@ return `\0plugin-vuetify:${file}`;

{
"name": "vite-plugin-vuetify",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Vite plugin for treeshaking Vuetify components and more",

@@ -22,3 +22,3 @@ "main": "dist/index.js",

"dependencies": {
"@vuetify/loader-shared": "^1.7.0",
"@vuetify/loader-shared": "^1.7.1",
"debug": "^4.3.3",

@@ -40,3 +40,3 @@ "upath": "^2.0.1"

},
"gitHead": "7127769741813d27a39b648ad64c0dbae0424fe4"
"gitHead": "a028a4b981c46795dde2e7004427e365452e0c82"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc