New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lessless

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lessless - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14

6

lib/lessless.js

@@ -34,3 +34,3 @@ /*

}));
log('created CSS file: ', cssFile);
log('created CSS file: ' + cssFile);
});

@@ -48,3 +48,3 @@ }

fs.writeFileSync(htmlFile, data);
log('adjusted LESS links in file: ', htmlFile);
log('adjusted LESS links in file: ' + htmlFile);
}

@@ -82,3 +82,3 @@ } catch (err) {

styledirs = ensureArray(styledirs);
log('optimizing LESS in: ', directory);
log('optimizing LESS in: ' + directory);
diveSync(directory,

@@ -85,0 +85,0 @@ //ignore node_modules

@@ -10,3 +10,3 @@ {

],
"version": "0.2.13",
"version": "0.2.14",
"repository": {

@@ -13,0 +13,0 @@ "type": "git",

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