Socket
Socket
Sign inDemoInstall

postcss

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss - npm Package Compare versions

Comparing version 8.1.11 to 8.1.12

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](https://semver.org/).
## 8.1.12
* Fixed Autoprefixer regression.
## 8.1.11

@@ -5,0 +8,0 @@ * Added PostCSS update suggestion on unknown event in plugin.

2

lib/lazy-result.js

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

for (let event in plugin) {
if (!PLUGIN_PROPS[event]) {
if (!PLUGIN_PROPS[event] && /^[A-Z]/.test(event)) {
throw new Error(

@@ -412,0 +412,0 @@ `Unknown event ${event} in ${plugin.postcssPlugin}. ` +

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

constructor (plugins = []) {
this.version = '8.1.11'
this.version = '8.1.12'
this.plugins = this.normalize(plugins)

@@ -11,0 +11,0 @@ }

{
"name": "postcss",
"version": "8.1.11",
"version": "8.1.12",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc