New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

component-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

component-less - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

7

index.js

@@ -29,4 +29,9 @@ var async = require('async');

async.each(files, function (file, cb) {
var parser = new less.Parser(options.env || {});
var stylesheet = builder.path(file);
var env = options.env || {};
env.paths = env.paths || [];
env.paths.push(path.dirname(stylesheet));
var parser = new less.Parser(env);
var cssConfig = options.cssConfig || {};

@@ -33,0 +38,0 @@ var data;

2

package.json
{
"name": "component-less",
"version": "0.1.2",
"version": "0.1.3",
"description": "A plugin to transpile Less files for the component builder.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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