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

postcss-cli

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-cli - npm Package Compare versions

Comparing version 8.2.0 to 8.3.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 8.3.0 / 2020-11-17
- Exit on EOF/`^D` ([#358](https://github.com/postcss/postcss-cli/pull/358))
# 8.2.0 / 2020-10-29

@@ -2,0 +6,0 @@

@@ -54,2 +54,7 @@ 'use strict'

if (argv.watch) {
process.stdin.on('end', () => process.exit(0))
process.stdin.resume()
}
Promise.resolve()

@@ -56,0 +61,0 @@ .then(() => {

2

package.json
{
"name": "postcss-cli",
"version": "8.2.0",
"version": "8.3.0",
"description": "CLI for PostCSS",

@@ -5,0 +5,0 @@ "main": "index.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