Socket
Socket
Sign inDemoInstall

@lingxiteam/bundle-less-theme-tools

Package Overview
Dependencies
0
Maintainers
7
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-alpha.11 to 0.0.1-alpha.12

2

index.js

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

// 匹配 less 变量
const lessVarsDefineMatch = /^@(.*):(.*);$/;
const lessVarsDefineMatch = /^@(.*):(.*);/;
if(lessVarsDefineMatch.test(line)) {

@@ -33,0 +33,0 @@ const [, key = '', value = ''] = line.match(lessVarsDefineMatch);

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

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

"license": "MIT",
"gitHead": "fd401c4387501c0d0a43a77a7c017e8eb322599d"
"gitHead": "2a9bf3ec7033eb5781ca11656d11d8771aa52fd6"
}
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