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

less-middleware

Package Overview
Dependencies
Maintainers
2
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 3.0.0 to 3.0.1

5

lib/middleware.js

@@ -210,2 +210,7 @@ "use strict";

output.imports.forEach(function(imported) {
// Cannot check times of http(s) imports so ignore them.
if (imported.indexOf("://") >= 0) {
return;
}
var currentImport = {

@@ -212,0 +217,0 @@ path: imported,

4

package.json

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

"description": "LESS.js middleware for connect.",
"version": "3.0.0",
"version": "3.0.1",
"repository": {

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

"fs-extra": "~6.0.1",
"mocha": "~5.1.1",
"mocha": "~5.2.0",
"supertest": "~3.1.0"

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