New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

postcss-prettify

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-prettify - npm Package Versions

0.3.4

Diff
codekirei
published 0.3.4 •

Changelog

Source

0.3.4 — 3/16/16

Fix fail on empty input with checks for setting css.first.raws.before = ''.

codekirei
published 0.3.3 •

Changelog

Source

0.3.1 - 0.3.3 — 3/16/16

  • Update readme and changelog.
  • Fix "files" field not being an array.
  • Fix /dist not being included with package by adding /dist to "files" in package.json.
codekirei
published 0.3.2 •
codekirei
published 0.3.1 •

Changelog

Source

0.3.1 - 0.3.3 — 3/16/16

  • Update readme and changelog.
  • Fix "files" field not being an array.
  • Fix /dist not being included with package by adding /dist to "files" in package.json.
codekirei
published 0.3.0 •

Changelog

Source

0.3.0 — 3/16/16

Switch codebase to es6 with Babel transpilation. Optimize logic into one tree traversal.

ADD

  • smart spacing and indentation around rules and declarations
  • only target top-level rules and comment for enforced empty linebreak
codekirei
published 0.2.0 •

Changelog

Source

0.2.0 — 3/11/16

Restructure logic for easy extending.

ADD

  • prepend newline to @rules (previously only affected non-@rules)
codekirei
published 0.1.1 •

Changelog

Source

0.1.1 — 3/10/16

Switch from AVA to Mocha for tests because Travis-CI was throwing strange errors I don't feel like tracking down.

codekirei
published 0.1.0 •

Changelog

Source

0.1.0 — 3/10/16

Initial release.

ADD

  • newlines between rules
  • one selector per line