Socket
Socket
Sign inDemoInstall

postcss-loader

Package Overview
Dependencies
107
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.3.0

4

dist/index.js

@@ -119,2 +119,6 @@ "use strict";

if (message.type === "dir-dependency") {
this.addContextDependency(message.dir);
}
if (message.type === "asset" && message.content && message.file) {

@@ -121,0 +125,0 @@ this.emitFile(message.file, message.content, message.sourceMap, message.info);

2

package.json
{
"name": "postcss-loader",
"version": "4.2.0",
"version": "4.3.0",
"description": "PostCSS loader for webpack",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc