Socket
Socket
Sign inDemoInstall

postcss

Package Overview
Dependencies
3
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.3.0 to 8.3.1

6

lib/processor.js

@@ -9,3 +9,3 @@ 'use strict'

constructor(plugins = []) {
this.version = '8.3.0'
this.version = '8.3.1'
this.plugins = this.normalize(plugins)

@@ -22,3 +22,5 @@ }

this.plugins.length === 0 &&
opts.parser === opts.stringifier &&
typeof opts.parser === 'undefined' &&
typeof opts.stringifier === 'undefined' &&
typeof opts.syntax === 'undefined' &&
!opts.hideNothingWarning

@@ -25,0 +27,0 @@ ) {

{
"name": "postcss",
"version": "8.3.0",
"version": "8.3.1",
"description": "Tool for transforming styles with JS plugins",

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

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