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

postcss

Package Overview
Dependencies
Maintainers
3
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss - npm Package Versions

1
27

4.1.1

Diff

Changelog

Source

4.1.1

  • Show deprecated message only once.

4.1 “Marquis Andras”

  • Asynchronous plugin support.
  • Add warnings from plugins and Result#messages.
  • Add postcss.plugin() to create plugins with a standard API.
  • Insert nodes by CSS string.
  • Show version warning message on error from an outdated plugin.
  • Send Result instance to plugins as the second argument.
  • Add CssSyntaxError#plugin.
  • Add CssSyntaxError#showSourceCode().
  • Add postcss.list and postcss.vendor aliases.
  • Add Processor#version.
  • Parse wrong closing bracket.
  • Parse !important statement with spaces and comments inside (by Ben Briggs).
  • Throw an error on declaration without prop or value (by Philip Peterson).
  • Fix source map mappings position.
  • Add indexed source map support.
  • Always set error.generated.
  • Clean all source map annotation comments.
ai
published 4.1.0 •

ai
published 4.0.6 •

Changelog

Source

4.0.6

  • Remove babel from released package dependencies (by Andres Suarez).
ai
published 4.0.5 •

Changelog

Source

4.0.5

  • Fix error message on double colon in declaration.
ai
published 4.0.4 •

Changelog

Source

4.0.4

  • Fix indent detection in some rare cases.
ai
published 4.0.3 •

Changelog

Source

4.0.3

  • Faster API with 6to5 Loose mode.
  • Fix indexed source maps support.
ai
published 4.0.2 •

Changelog

Source

4.0.2

  • Do not copy IE hacks to code style.
ai
published 4.0.1 •

Changelog

Source

4.0.1

  • Add source.input to Root too.

4.0 “Duke Flauros”

  • Rename Container#childs to nodes.
  • Rename PostCSS#processors to plugins.
  • Add Node#replaceValues() method.
  • Add Node#moveTo(), moveBefore() and moveAfter() methods.
  • Add Node#cloneBefore() and cloneAfter() shortcuts.
  • Add Node#next(), prev() and root() shortcuts.
  • Add Node#replaceWith() method.
  • Add Node#error() method.
  • Add Container#removeAll() method.
  • Add filter argument to eachDecl() and eachAtRule().
  • Add Node#source.input and move source.file or source.id to input.
  • Change code indent, when node was moved.
  • Better fix code style on Rule, AtRule and Comment nodes changes.
  • Allow to create rules and at-rules by hash shortcut in append methods.
  • Add class name to CSS syntax error output.
ai
published 4.0.0 •

ai
published 3.0.7 •

Changelog

Source

3.0.7

  • Fix IE filter parsing with multiple commands.
  • Safer way to consume PostCSS object as plugin (by Maxime Thirouin).
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