Socket
Socket
Sign inDemoInstall

compile-less-cli

Package Overview
Dependencies
98
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.7 to 1.8.8

2

lib/compile.js

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

_b.sent();
return [4 /*yield*/, log(outputCssFile)];
return [4 /*yield*/, log(path_1.default.relative(process.cwd(), outputCssFile))];
case 6:

@@ -46,0 +46,0 @@ _b.sent();

{
"name": "compile-less-cli",
"version": "1.8.7",
"version": "1.8.8",
"description": "All `.less` files are compiled into `.css` files.",

@@ -5,0 +5,0 @@ "main": "lib/compile.js",

@@ -31,3 +31,3 @@

await fs.outputFile(outputCssFile, cssStr.join(''));
await log(outputCssFile);
await log(path.relative(process.cwd(), outputCssFile));
} else {

@@ -34,0 +34,0 @@ console.log(`🚧 \x1b[35m${projectName}\x1b[0m =>\x1b[33m No content is output.\x1b[0m`);

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