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

vite-plugin-style-to-vw

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-style-to-vw - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.idea/inspectionProfiles/Project_Default.xml

2

dist/index.js

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

var templateReg = /<template>([\s\S]+)<\/template>/gi;
var pxGlobalReg = /(\d+)px/;
var pxGlobalReg = /(\d+)px/g;
var styleRegex = /style\s*=\s*(?:"([^"]*?)"|'([^']*?)'|{([^}]*)})/g;

@@ -58,0 +58,0 @@ function vitePluginStyleToVW(customOptions = defaultsProp) {

{
"name": "vite-plugin-style-to-vw",
"version": "1.0.1",
"version": "1.0.2",
"description": "一个可以将签内样式px转换vw的plugin",

@@ -5,0 +5,0 @@ "exports": {

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