express-compiless
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -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) { | ||
} | ||
}; | ||
}); | ||
}; |
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23329
263
+ Addedhijackresponse@0.0.2(transitive)
- Removedhijackresponse@0.0.1(transitive)
Updatedhijackresponse@0.0.2