Socket
Socket
Sign inDemoInstall

vite-plugin-implicit-css-modules

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

CHANGELOG.md

1

dist/index.js

@@ -46,3 +46,2 @@ var __defProp = Object.defineProperty;

});
console.log("src", src);
return src;

@@ -49,0 +48,0 @@ }

{
"name": "vite-plugin-implicit-css-modules",
"version": "0.0.1",
"version": "0.0.2",
"description": "Implicitly replace class names using Vue css modules",

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

"build": "tsup src/index.ts --format cjs,esm --dts",
"prepublishOnly": "yarn build"
"prepublishOnly": "yarn build",
"release": "standard-version",
"major": "standard-version --release-as major",
"minor": "standard-version --release-as minor",
"patch": "standard-version --release-as patch"
},

@@ -39,2 +43,3 @@ "repository": {

"devDependencies": {
"standard-version": "^9.5.0",
"tsup": "^6.2.3",

@@ -41,0 +46,0 @@ "typescript": "^4.8.4",

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