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

less-loader

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

less-loader - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

.idea/.name

8

CHANGELOG.md
Changelog
---------
### 2.2.2
- Fix issues with synchronous less functions like `data-uri()`, `image-size()`, `image-width()`, `image-height()` [#31](https://github.com/webpack/less-loader/issues/31) [#38](https://github.com/webpack/less-loader/issues/38) [#43](https://github.com/webpack/less-loader/issues/43) [#58](https://github.com/webpack/less-loader/pull/58)
### 2.2.1
- Improve Readme
### 2.2.0
- Added option to specify LESS plugins [#40](https://github.com/webpack/less-loader/pull/40)

4

index.js

@@ -97,3 +97,5 @@ "use strict";

WebpackFileManager.prototype.supportsSync = WebpackFileManager.prototype.supports;
WebpackFileManager.prototype.supportsSync = function(filename, currentDirectory, options, environment) {
return isSync;
};

@@ -100,0 +102,0 @@ WebpackFileManager.prototype.loadFile = function(filename, currentDirectory, options, environment, callback) {

{
"name": "less-loader",
"version": "2.2.1",
"version": "2.2.2",
"author": "Tobias Koppers @sokra",

@@ -5,0 +5,0 @@ "description": "less loader module for webpack",

# less loader for webpack
## Installation
`npm install less-loader --save-dev`
## Usage

@@ -58,5 +62,4 @@

In order to use [plugins](http://lesscss.org/usage/#plugins), simply define
the `lessLoader.lessPlugins` option. You can also change the options key
with a query parameter: `"less?config=lessLoaderCustom"`.
In order to use [plugins](http://lesscss.org/usage/#plugins), simply set
the `lessLoader.lessPlugins`-option on your webpack options. You can also change the options' key with a query parameter: `"less?config=lessLoaderCustom"`.

@@ -63,0 +66,0 @@ ``` javascript

@@ -0,0 +0,0 @@ /*

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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