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.11 to 0.2.12

2

lib/lessless.js

@@ -42,3 +42,3 @@ /*

data = stripLessJS(data);
fs.writeFile(htmlFile, data);
fs.writeFileSync(htmlFile, data);
if (data !== origData) {

@@ -45,0 +45,0 @@ console.log('adjusted LESS links in file: ', htmlFile);

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

],
"version": "0.2.11",
"version": "0.2.12",
"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