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

docpad-plugin-roole

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docpad-plugin-roole - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

History.md
## History
- v1.0.2 Feb 15, 2013
- Refactoring(Delete the unnecessary logic)
- v1.0.1 Feb 14, 2013

@@ -4,0 +6,0 @@ - Refactoring(Delete the unnecessary logic)

2

out/roole.plugin.js

@@ -26,3 +26,3 @@ // Generated by CoffeeScript 1.4.0

inExtension = opts.inExtension, outExtension = opts.outExtension, content = opts.content;
if (inExtension === 'roo' && (outExtension === 'css' || outExtension === null)) {
if (inExtension === 'roo' && outExtension === 'css') {
roole = require('roole');

@@ -29,0 +29,0 @@ return roole.compile(content, this.config, function(err, output) {

{
"name": "docpad-plugin-roole",
"version": "1.0.1",
"version": "1.0.2",
"description": "Adds support for the Roole CSS pre-processor to DocPad",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/georgeosddev/docpad-plugin-roole",

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