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

docpad-plugin-less

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-less - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

12

out/less.plugin.js

@@ -18,3 +18,10 @@ // Generated by CoffeeScript 1.3.3

LessPlugin.prototype.priority = 725;
LessPlugin.prototype.config = {
compress: true,
environments: {
development: {
compress: false
}
}
};

@@ -31,4 +38,3 @@ LessPlugin.prototype.render = function(opts, next) {

paths: [dirPath],
optimization: 1,
compress: true
compress: this.config.compress
};

@@ -35,0 +41,0 @@ return new less.Parser(options).parse(opts.content, function(err, tree) {

{
"name": "docpad-plugin-less",
"version": "2.0.1",
"description": "Adds support for the LessCSS pre-processor to DocPad.",
"version": "2.1.0",
"description": "Adds support for the LESS CSS pre-processor to DocPad",
"homepage": "https://github.com/bevry/docpad-extras",

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

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