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.5 to 8.1.6

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 8.1.6
* Reverted `package.exports` Node.js 15 fix.
## 8.1.5

@@ -5,0 +8,0 @@ * Fixed Node.js 15 warning (by 沈鸿飞).

2

lib/processor.js

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

constructor (plugins = []) {
this.version = '8.1.5'
this.version = '8.1.6'
this.plugins = this.normalize(plugins)

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

{
"name": "postcss",
"version": "8.1.5",
"version": "8.1.6",
"description": "Tool for transforming styles with JS plugins",

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

},
"./*": "./*"
"./": "./"
},

@@ -17,0 +17,0 @@ "main": "./lib/postcss.js",

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