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

postcss

Package Overview
Dependencies
Maintainers
1
Versions
263
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.4.12 to 8.4.13

2

lib/container.js

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

}
i.parent = this
i.parent = this.proxyOf
return i

@@ -332,0 +332,0 @@ })

@@ -75,3 +75,3 @@ import {

* @param plugin PostCSS plugin or `Processor` with plugins.
* @return {Processes} Current processor to make methods chain.
* @return Current processor to make methods chain.
*/

@@ -78,0 +78,0 @@ use(plugin: AcceptedPlugin): this

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

constructor(plugins = []) {
this.version = '8.4.12'
this.version = '8.4.13'
this.plugins = this.normalize(plugins)

@@ -13,0 +13,0 @@ }

{
"name": "postcss",
"version": "8.4.12",
"version": "8.4.13",
"description": "Tool for transforming styles with JS plugins",

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

"dependencies": {
"nanoid": "^3.3.1",
"nanoid": "^3.3.3",
"picocolors": "^1.0.0",

@@ -77,0 +77,0 @@ "source-map-js": "^1.0.2"

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