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

postcss-loader

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-loader - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

3

CHANGELOG.md

@@ -0,1 +1,4 @@

## 1.3.3
* Remove `postcss-loader-before-processing` warning (by Michael Ciniawsky).
## 1.3.2

@@ -2,0 +5,0 @@ * Fix deprecated warning (by Xiaoyu Zhai).

5

index.js

@@ -127,7 +127,2 @@ var loaderUtils = require('loader-utils');

);
} else {
loader.emitWarning(
'this._compilation is not available thus ' +
'`postcss-loader-before-processing` is not supported'
);
}

@@ -134,0 +129,0 @@

{
"name": "postcss-loader",
"version": "1.3.2",
"version": "1.3.3",
"description": "PostCSS loader for webpack",

@@ -5,0 +5,0 @@ "engines": {

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