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.2.6 to 8.2.7

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](https://semver.org/).
## 8.2.7
* Fixed browser builds in webpack 5 (by Matt Jones).
## 8.2.6

@@ -5,0 +8,0 @@ * Fixed `Maximum call stack size exceeded` in `Node#toJSON`.

2

lib/processor.js

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

constructor (plugins = []) {
this.version = '8.2.6'
this.version = '8.2.7'
this.plugins = this.normalize(plugins)

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

{
"name": "postcss",
"version": "8.2.6",
"version": "8.2.7",
"description": "Tool for transforming styles with JS plugins",

@@ -38,3 +38,3 @@ "engines": {

"dependencies": {
"colorette": "^1.2.1",
"colorette": "^1.2.2",
"nanoid": "^3.1.20",

@@ -46,4 +46,5 @@ "source-map": "^0.6.1"

"colorette": false,
"fs": false
"fs": false,
"path": false
}
}

@@ -50,3 +50,6 @@ # PostCSS [![Gitter][chat-img]][chat]

<img src="https://refactoringui.nyc3.cdn.digitaloceanspaces.com/tailwind-logo.svg"
alt="Sponsored by Tailwind CSS" width="273" height="64">
alt="Sponsored by Tailwind CSS" width="213" height="50">
</a>      <a href="https://themeisle.com/">
<img src="https://mllj2j8xvfl0.i.optimole.com/d0cOXWA.3970~373ad/w:auto/h:auto/q:90/https://s30246.pcdn.co/wp-content/uploads/2019/03/logo.png"
alt="Sponsored by ThemeIsle" width="171" height="56">
</a>

@@ -53,0 +56,0 @@

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