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

grunt-contrib-haml

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-haml - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "grunt-contrib-haml",
"description": "Compile Haml to HTML",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/jhchen/grunt-contrib-haml",

@@ -6,0 +6,0 @@ "contributors": [{

@@ -1,2 +0,2 @@

# grunt-contrib-haml [![Build Status](https://secure.travis-ci.org/jhchen/grunt-contrib-haml.png?branch=master)](http://travis-ci.org/jhchen/grunt-contrib-haml)
# grunt-contrib-haml [![Build Status](https://secure.travis-ci.org/jhchen/grunt-contrib-haml.png?branch=master)](http://travis-ci.org/jhchen/grunt-contrib-haml)

@@ -128,2 +128,3 @@ > Compile Haml to HTML

* 2013-08-19   v0.1.1   Bug fix #1 (Thanks @shahata)
* 2013-03-23   v0.1.0   Initial release. Mostly a modification of https://github.com/gruntjs/grunt-contrib-sass

@@ -130,0 +131,0 @@

@@ -21,8 +21,8 @@ /*

var bundleExec = options.bundleExec;
delete options.bundleExec;
grunt.util.async.forEachSeries(this.files, function(f, next) {
var args;
var bundleExec = options.bundleExec;
delete options.bundleExec;
args = [f.dest, '--stdin'].concat(helpers.optsToArgs(options));

@@ -29,0 +29,0 @@

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