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.6 to 0.2.7

test/testpaths.css

2

lib/lessless.js

@@ -1,2 +0,2 @@

/* lessless version 0.2.6 copyright Dave Geddes (@geddesign) MIT license */
/* lessless version 0.2.7 copyright Dave Geddes (@geddesign) MIT license */

@@ -3,0 +3,0 @@ var less = require('less'), fs = require('fs'), diveSync = require("diveSync");

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

],
"version": "0.2.6",
"version": "0.2.7",
"repository": {

@@ -24,3 +24,3 @@ "type": "git",

"dependencies": {
"less":"1.1.x",
"less":"1.x.x",
"diveSync":"0.2.x"

@@ -27,0 +27,0 @@ },

@@ -29,2 +29,6 @@ # lessless

### Optionally specify extensions to strip (html is default).
```js
lessless.optimizeProject('/path/to/project', ['mystyles/less'], ['jsp', 'cshtml']);
## So What Exactly Does It Do?

@@ -31,0 +35,0 @@ 1. Scans your project for LESS files and generates the appropriate CSS files with the same names. For example if your project has a `styles/main.less`, a `styles/main.css` file will get created (using the [less.js](http://lesscss.org/#-server-side-usage) tool).

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