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

less-loader

Package Overview
Dependencies
Maintainers
6
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 4.0.1 to 4.0.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="4.0.2"></a>
## [4.0.2](https://github.com/webpack-contrib/less-loader/compare/v4.0.1...v4.0.2) (2017-03-21)
### Bug Fixes
* Plugin.install is not a function ([f8ae245](https://github.com/webpack-contrib/less-loader/commit/f8ae245))
<a name="4.0.1"></a>

@@ -7,0 +17,0 @@ ## [4.0.1](https://github.com/webpack-contrib/less-loader/compare/v4.0.0...v4.0.1) (2017-03-21)

4

dist/getOptions.js
var loaderUtils = require('loader-utils');
var cloneDeep = require('clone-deep');
var clone = require('clone');
var createWebpackLessPlugin = require('./createWebpackLessPlugin');

@@ -15,3 +15,3 @@

compress: Boolean(loaderContext.minimize)
}, cloneDeep(loaderUtils.getOptions(loaderContext)));
}, clone(loaderUtils.getOptions(loaderContext)));

@@ -18,0 +18,0 @@ // We need to set the filename because otherwise our WebpackFileManager will receive an undefined path for the entry

{
"name": "less-loader",
"version": "4.0.1",
"version": "4.0.2",
"author": "Johannes Ewald @jhnns",

@@ -34,3 +34,3 @@ "description": "Less loader for webpack. Compiles Less to CSS.",

"dependencies": {
"clone-deep": "^0.2.4",
"clone": "^2.1.1",
"loader-utils": "^1.0.2",

@@ -37,0 +37,0 @@ "pify": "^2.3.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