grunt-contrib-less
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "grunt-contrib-less", | ||
"description": "Compile LESS files to CSS", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Grunt Team", |
@@ -1,2 +0,2 @@ | ||
# grunt-contrib-less v1.4.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-less.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/e3aa4d07xe4w4u05/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-less/branch/master) | ||
# grunt-contrib-less v1.4.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-less.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/e3aa4d07xe4w4u05/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-less/branch/master) | ||
@@ -203,2 +203,3 @@ > Compile LESS files to CSS | ||
* 2017-03-08 v1.4.1 Fix `sourceMappingURL` to be the same as the CSS if not specified, #322. Rethrow the compilation error after printing the message, #315. | ||
* 2016-07-21 v1.4.0 Update async and less to ~2.7.1. | ||
@@ -242,2 +243,2 @@ * 2016-04-07 v1.3.0 Update lodash and async dependecies. | ||
*This file was generated on Thu Jul 21 2016 11:18:02.* | ||
*This file was generated on Wed Mar 08 2017 11:27:07.* |
@@ -167,2 +167,3 @@ /* | ||
lessError(err, srcFile); | ||
throw err; | ||
}); | ||
@@ -169,0 +170,0 @@ }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20981
167
243
0