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.5.1 to 0.5.2

4

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

@@ -31,3 +31,3 @@ "author": {

"dependencies": {
"less": "~1.3.0"
"less": "~1.3.3"
},

@@ -34,0 +34,0 @@ "devDependencies": {

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

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

@@ -95,10 +95,11 @@ > Compile LESS files to CSS.

* 2013-04-24   v0.5.1   Gracefully handle configuration without sources
* 2013-02-14   v0.5.0   First official release for Grunt 0.4.0.
* 2013-01-22   v0.5.0rc7   Updating grunt/gruntplugin dependencies to rc7. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions. Remove experimental wildcard destination support. Switching to this.files api.
* 2012-10-17   v0.3.2   Add support for dumpLineNumbers.
* 2012-10-11   v0.3.1   Rename grunt-contrib-lib dep to grunt-lib-contrib.
* 2012-09-23   v0.3.0   Global options depreciated Revert normalize linefeeds.
* 2012-09-15   v0.2.2   Support all less options Normalize linefeeds Default path to dirname of src file.
* 2012-09-09   v0.2.0   Refactored from grunt-contrib into individual repo.
* 2013-0523   v0.5.2   Improve error handling.
* 2013-04-25   v0.5.1   Gracefully handle configuration without sources.
* 2013-02-15   v0.5.0   First official release for Grunt 0.4.0.
* 2013-01-23   v0.5.0rc7   Updating grunt/gruntplugin dependencies to rc7. Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions. Remove experimental wildcard destination support. Switching to this.files api.
* 2012-10-18   v0.3.2   Add support for dumpLineNumbers.
* 2012-10-12   v0.3.1   Rename grunt-contrib-lib dep to grunt-lib-contrib.
* 2012-09-24   v0.3.0   Global options depreciated Revert normalize linefeeds.
* 2012-09-16   v0.2.2   Support all less options Normalize linefeeds Default path to dirname of src file.
* 2012-09-10   v0.2.0   Refactored from grunt-contrib into individual repo.

@@ -109,2 +110,2 @@ ---

*This file was generated on Thu Apr 25 2013 09:47:05.*
*This file was generated on Thu May 23 2013 12:17:19.*

@@ -60,3 +60,3 @@ /*

} else {
nextFileObj(false);
nextFileObj(err);
}

@@ -63,0 +63,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