🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-cli

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-cli - npm Package Versions

23456

11.0.1

Diff
ryanzim
published 11.0.1 •
ryanzim
published 11.0.0 •

Changelog

Source

11.0.0 / 2023-12-05

ryanzim
published 10.1.0 •

Changelog

Source

10.1.0 / 2022-11-29

  • Allow running --watch mode in non-TTY contexts, like Docker (#448)
  • Update dependencies
ryanzim
published 10.0.0 •

Changelog

Source

10.0.0 / 2022-06-29

  • BREAKING: Drop Node 12 support (#438)
  • Add support for ESM config files (#437)
ryanzim
published 9.1.0 •

Changelog

Source

9.1.0 / 2021-12-10

  • Don't write to files if they're unchanged (#320, #417)
ryanzim
published 9.0.2 •

Changelog

Source

9.0.2 / 2021-11-04

  • Switch to picocolors (#409)
  • Remove test files from npm package
ryanzim
published 9.0.1 •

Changelog

Source

9.0.1 / 2021-09-28

  • Actually exit with error when attempting to stdout in watch mode
  • Remove bin/ from files in package.json
ryanzim
published 9.0.0 •

Changelog

Source

9.0.0 / 2021-09-24

  • BREAKING: Require Node.js v12+
  • BREAKING: Must specify full file path, including .js extension, when loading local plugins with --use (#401)
  • BREAKING: Officially remove support for watching postcss config (was already broken in previous releases)
  • Add support for dir-dependency messages (#383, #391)
  • Update deps
ryanzim
published 8.3.1 •

Changelog

Source

8.3.1 / 2020-12-12

  • Ensure paths are not interpreted as numbers (#360)
  • Better errors for incorrect postcss version (#361, #362)
ryanzim
published 8.3.0 •

Changelog

Source

8.3.0 / 2020-11-17

  • Exit on EOF/^D (#358)