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.4 to 0.6.5

8

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

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

"devDependencies": {
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-internal": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-internal": "~0.4.5",
"grunt": "~0.4.0"

@@ -41,0 +41,0 @@ },

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

* 2013-08-08   v0.6.5   Support strictMath option Support rootpath parse option
* 2013-07-09   v0.6.4   Support relativeUrls option

@@ -149,2 +150,2 @@ * 2013-07-06   v0.6.3   Add report option for minification and gzip results

*This file was generated on Tue Jul 09 2013 22:00:30.*
*This file was generated on Thu Aug 08 2013 09:12:41.*

@@ -20,4 +20,4 @@ /*

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

@@ -24,0 +24,0 @@

Sorry, the diff of this file is not supported yet

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