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

grunt-contrib-less

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-contrib-less - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

6

docs/less-options.md

@@ -41,2 +41,8 @@ # Options

## syncImport
Type: `Boolean`
Default: False
Read @import'ed files synchronously from disk.
## dumpLineNumbers

@@ -43,0 +49,0 @@ Type: `String`

2

package.json
{
"name": "grunt-contrib-less",
"description": "Compile LESS files to CSS.",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://github.com/gruntjs/grunt-contrib-less",

@@ -6,0 +6,0 @@ "author": {

@@ -69,2 +69,8 @@ # grunt-contrib-less [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-less.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less)

#### syncImport
Type: `Boolean`
Default: False
Read @import'ed files synchronously from disk.
#### dumpLineNumbers

@@ -104,2 +110,3 @@ Type: `String`

* 2013-07-03   v0.6.2   support syncImport
* 2013-06-12   v0.6.1   Support ieCompat

@@ -121,2 +128,2 @@ * 2013-06-09   v0.6.0   Bump less to 1.4.0

*This file was generated on Wed Jun 12 2013 11:22:31.*
*This file was generated on Wed Jul 03 2013 14:55:40.*

@@ -17,3 +17,3 @@ /*

var lessOptions = {
parse: ['paths', 'optimization', 'filename', 'strictImports', 'dumpLineNumbers'],
parse: ['paths', 'optimization', 'filename', 'strictImports', 'syncImport', 'dumpLineNumbers'],
render: ['compress', 'yuicompress', 'ieCompat']

@@ -20,0 +20,0 @@ };

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