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

@lingxiteam/bundle-less-theme-tools

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lingxiteam/bundle-less-theme-tools - npm Package Compare versions

Comparing version 0.0.1-alpha.9 to 0.0.1-alpha.10

8

index.js

@@ -84,3 +84,9 @@

const modulePath = moduleMainEntry.slice(0, moduleNameStartIndex + moduleName.length);
wholePath = path.join(nodeModulesPath || modulePath, importPath.replace(moduleNameMatch, ''));
if(nodeModulesPath) {
wholePath = path.join(nodeModulesPath, moduleName, importPath.replace(moduleNameMatch, ''));
} else {
wholePath = path.join(modulePath, importPath.replace(moduleNameMatch, ''));
}
} else {

@@ -87,0 +93,0 @@ wholePath = path.join(fileDirectory, importPath);

4

package.json
{
"name": "@lingxiteam/bundle-less-theme-tools",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"description": "A tool for bundling less theme files.",

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

"license": "MIT",
"gitHead": "4bbed20b2ebdf98289d083a1a880ffe2c86700a0"
"gitHead": "9629afcf7af026f14a01ff8be0f8fc0387267b35"
}
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