🎩 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.5
to
1.0.6
+3
-2
index.js

@@ -17,4 +17,5 @@ var less = require("less");

processPromise.push(new Promise(function (resolve, reject) {
less.render(light.util.readFileSync(file).toString(),{
path: light.util.parse(file).dir
let str = light.util.readFileSync(file).toString();
less.render(str,{
paths: light.util.parse(file).dir
}, function(err, result) {

@@ -21,0 +22,0 @@ light.util.writeFileSync(file.replace(/less$/i,"css"),result.css);

+1
-1
{
"name": "lighting-plugin-less",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

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