Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vite-plugin-vuetify

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-vuetify - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

10

CHANGELOG.md

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

### [2.0.2](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@2.0.1...vite-plugin-vuetify@2.0.2) (2024-02-28)
### Bug Fixes
* correct cjs types export ([4512234](https://github.com/vuetifyjs/vuetify-loader/commit/4512234a1192895d59db8180fa949597f2894025)), closes [#327](https://github.com/vuetifyjs/vuetify-loader/issues/327)
* don't parse file paths as urls ([50c2dc0](https://github.com/vuetifyjs/vuetify-loader/commit/50c2dc0e1a739039763e32c591dcd68981f99f18)), closes [#324](https://github.com/vuetifyjs/vuetify-loader/issues/324)
### [2.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/vite-plugin-vuetify@2.0.0...vite-plugin-vuetify@2.0.1) (2023-12-12)

@@ -8,0 +18,0 @@

1

dist/index.d.ts

@@ -10,2 +10,3 @@ import { Plugin } from 'vite';

export = vuetify;
export { vuetify as default };

8

package.json
{
"name": "vite-plugin-vuetify",
"version": "2.0.1",
"version": "2.0.2",
"description": "A Vite plugin for treeshaking Vuetify components and more",

@@ -19,3 +19,3 @@ "main": "./dist/index.cjs",

"scripts": {
"build": "unbuild && node ../../scripts/patchCJS.mjs",
"build": "unbuild && node ../../scripts/patchCJS.mjs && node ../../scripts/patch.d.CJS.mjs",
"dev": "unbuild --stub"

@@ -30,3 +30,3 @@ },

"dependencies": {
"@vuetify/loader-shared": "^2.0.1",
"@vuetify/loader-shared": "^2.0.2",
"debug": "^4.3.3",

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

},
"gitHead": "13548af12d314d1f4a18b78e81c280cbd46540c5"
"gitHead": "6283b45a306bcf0f4ad2b767a6e910fe1904f704"
}

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