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.0 to 2.0.1

2

out/less.plugin.js

@@ -23,3 +23,3 @@ // Generated by CoffeeScript 1.3.3

inExtension = opts.inExtension, outExtension = opts.outExtension, templateData = opts.templateData, file = opts.file;
if (inExtension === 'less' && outExtension === 'css') {
if (inExtension === 'less' && (outExtension === 'css' || outExtension === null)) {
path = require('path');

@@ -26,0 +26,0 @@ less = require('less');

{
"name": "docpad-plugin-less",
"version": "2.0.0",
"version": "2.0.1",
"description": "Adds support for the LessCSS pre-processor to DocPad.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/bevry/docpad-extras",

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