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

less-middleware

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

less-middleware - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

7

lib/middleware.js

@@ -68,3 +68,3 @@ /*!

var log = function(key, val, type) {
if(options.debug) {
if(options.debug || type === 'error') {
switch(type) {

@@ -140,2 +140,7 @@ case 'log':

parser.parse(str, function(err, tree) {
if (err) {
callback(err, css);
return;
}
var css = tree.toCSS({

@@ -142,0 +147,0 @@ compress: (options.compress == 'auto' ? regex.compress.test(cssPath) : options.compress),

2

package.json

@@ -5,3 +5,3 @@ {

"description": "LESS.js middleware for connect.",
"version": "0.1.6",
"version": "0.1.7",
"repository": {

@@ -8,0 +8,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