Socket
Socket
Sign inDemoInstall

vite-plugin-vuetify

Package Overview
Dependencies
312
Maintainers
7
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.16 to 1.0.0-alpha.17

9

CHANGELOG.md

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

## [1.0.0-alpha.17](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@1.0.0-alpha.16...vite-plugin-vuetify@1.0.0-alpha.17) (2022-09-12)
### Bug Fixes
* resolve stylesheets when using configFile with optimizeDeps.exclude ([79f51cf](https://github.com/vuetifyjs/vuetify-loader/commit/79f51cff6907fce85f83d252baf70b91238e4b9c)), closes [#268](https://github.com/vuetifyjs/vuetify-loader/issues/268)
## [1.0.0-alpha.16](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@1.0.0-alpha.15...vite-plugin-vuetify@1.0.0-alpha.16) (2022-09-06)

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

5

dist/stylesPlugin.js

@@ -168,2 +168,5 @@ "use strict";

}
else if (source.startsWith('/@id/__x00__plugin-vuetify:')) {
return '\0' + source.slice(12);
}
return null;

@@ -191,3 +194,3 @@ },

if (id.startsWith('\0plugin-vuetify')) {
const file = /^\0plugin-vuetify:(.*)(\?.*)?$/.exec(id)[1];
const file = /^\0plugin-vuetify:(.*?)(\?.*)?$/.exec(id)[1];
return tempFiles.get(file);

@@ -194,0 +197,0 @@ }

4

package.json
{
"name": "vite-plugin-vuetify",
"version": "1.0.0-alpha.16",
"version": "1.0.0-alpha.17",
"description": "A Vite plugin for treeshaking Vuetify components and more",

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

},
"gitHead": "920c7749da823b0b9ff1d75bbcafd51bea5492da"
"gitHead": "fc125f0170dd7fdf73546b10ba58e5a34f140906"
}

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