Socket
Socket
Sign inDemoInstall

@lingxiteam/bundle-less-theme-tools

Package Overview
Dependencies
0
Maintainers
8
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-alpha.17 to 0.0.1-alpha.18

2

index.js

@@ -89,3 +89,3 @@

const key = usedVar.replace(/@|{|}/g,'');
const value = varsMapping[key];
const value = varsMapping[key]?.value;
if(key && value) {

@@ -92,0 +92,0 @@ importPath = importPath.replace(usedVar, value)

{
"name": "@lingxiteam/bundle-less-theme-tools",
"version": "0.0.1-alpha.17",
"version": "0.0.1-alpha.18",
"description": "A tool for bundling less theme files.",

@@ -8,3 +8,3 @@ "main": "index.js",

"license": "MIT",
"gitHead": "a84b93f6b40e6101d661a6f9fac9caf3ccc9e785"
"gitHead": "12f8126e850073903d26e35dd93f836c6e559913"
}
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