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

express-compiless

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-compiless - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

11

lib/compiless.js

@@ -53,3 +53,3 @@ var Path = require('path'),

if (err) {
res.unhijack()
res.unhijack();
return next(err);

@@ -154,11 +154,2 @@ }

};
return interceptor(function (req, res) {
return {
intercept: function (body, send) {
}
};
});
};

4

package.json
{
"name": "express-compiless",
"version": "3.0.0",
"version": "3.0.1",
"tag": "next",

@@ -29,3 +29,3 @@ "description": "Express middleware that compiles less files to css on the way out.",

"csserror": "^1.0.1",
"hijackresponse": "0.0.1",
"hijackresponse": "0.0.2",
"less": ">= 2.4.0",

@@ -32,0 +32,0 @@ "passerror": "1.1.0"

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