🚀 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

13456

8.2.0

Diff
ryanzim
published 8.2.0 •

Changelog

Source

8.2.0 / 2020-10-29

  • Allow backslashes in paths for better Windows experience (#355)
ryanzim
published 8.1.0 •

Changelog

Source

8.1.0 / 2020-10-08

  • Add support for postcss.config.cjs files (#351)
ryanzim
published 8.0.0 •

Changelog

Source

8.0.0 / 2020-09-21

  • BREAKING: Support postcss v8 (#344, #349)
  • BREAKING: postcss is now a peerDependency, you must install it seperately (#344, #349)
  • Upgrade dependencies (#340)
ryanzim
published 7.1.2 •

Changelog

Source

7.1.2 / 2020-08-31

  • Make --version machine-readable (#334, #335)
  • Organize and clarify --help text (#336)
  • Update dependencies
ryanzim
published 7.1.1 •

Changelog

Source

7.1.1 / 2020-04-27

  • Fix bug where external source maps were not properly generated (#324)
  • Update dependencies
ryanzim
published 7.1.0 •

Changelog

Source

7.1.0 / 2020-01-09

  • Respect map.annotation option when set to a string (#307)
ryanzim
published 7.0.0 •

Changelog

Source

7.0.0 / 2020-01-07

  • BREAKING: Drop support for Node 6 & 8
  • Update globby, which may be a breaking change for a small number of users using certain glob patterns, see https://github.com/mrmlnc/fast-glob#pattern-syntax for details (#303)
  • Update dependencies
ryanzim
published 6.1.3 •

Changelog

Source

6.1.3 / 2019-07-08

  • Fix external sourcemap filenames when the directory name contains .css (#283, #286)
ryanzim
published 6.1.2 •

Changelog

Source

6.1.2 / 2019-02-22

  • Upgrade dependency globby to fix bug in sub-dependency (#265, #270)
ryanzim
published 6.1.1 •

Changelog

Source

6.1.1 / 2019-01-04

  • Fix empty lines being printed in some cases (#256, #257)