🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lighting-plugin-less

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighting-plugin-less - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+3
-1
index.js

@@ -19,3 +19,5 @@ var less = require("less");

less.render(str, function(e, r) {
less.render(str,{
paths:light.util.parse(file).dir
}, function(e, r) {
filesLength--;

@@ -22,0 +24,0 @@ if(!e){

{
"name": "lighting-plugin-less",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",