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

postcss

Package Overview
Dependencies
Maintainers
1
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

5.0.4

Diff

Changelog

Source

5.0.4

  • Fix start position in Root#source.
  • Fix source map annotation, when CSS uses \r\n (by Mohammad Younes).
ai
published 5.0.3 •

Changelog

Source

5.0.3

  • Fix url() parsing.
  • Fix using selectors in Rule constructor.
  • Add start source to Root node.
ai
published 5.0.2 •

Changelog

Source

5.0.2

  • Fix remove(index) to be compatible with 4.x plugin.
ai
published 5.0.1 •

Changelog

Source

5.0.1

  • Fix PostCSS 4.x plugins compatibility.
  • Fix type definition loading (by Jed Mao).

5.0 “President Valac”

  • Remove safe option. Move Safe Parser to separate project.
  • Node#toString does not include before for root nodes.
  • Remove plugin returning Root API.
  • Remove Promise polyfill for node.js 0.10.
  • Deprecate eachInside, eachDecl, eachRule, eachAtRule and eachComment in favor of walk, walkDecls, walkRules, walkAtRules and walkComments (by Jed Mao).
  • Deprecate Container#remove and Node#removeSelf in favor of Container#removeChild and Node#remove (by Ben Briggs).
  • Deprecate Node#replace in favor of replaceWith (by Ben Briggs).
  • Deprecate raw properties in favor of Node#raws object.
  • Deprecate Node#style in favor of raw.
  • Deprecate CssSyntaxError#generated in favor of input.
  • Deprecate Node#cleanStyles in favor of cleanRaws.
  • Deprecate Root#prevMap in favor of Root.source.input.map.
  • Add syntax, parser and stringifier options for Custom Syntaxes.
  • Add stringifier option to Node#toString.
  • Add Result#content alias for non-CSS syntaxes.
  • Add plugin.process(css) shortcut to every plugin function (by Ben Briggs).
  • Add multiple nodes support to insert methods (by Jonathan Neal).
  • Add Node#warn shortcut (by Ben Briggs).
  • Add word and index options to errors and warnings (by David Clark).
  • Add line, column properties to Warning.
  • Use supports-color library to detect color support in error output.
  • Add type definitions for TypeScript plugin developers (by Jed Mao).
  • Rule#selectors setter detects separators.
  • Add postcss.stringify method.
  • Throw descriptive errors for incorrectly formatted plugins.
  • Add docs to npm release.
  • Fix url() parsing.
  • Fix Windows support (by Jed Mao).
ai
published 5.0.0 •

ai
published 4.1.16 •

Changelog

Source

4.1.16

  • Fix errors without stack trace.
ai
published 4.1.15 •

Changelog

Source

4.1.15

  • Allow asynchronous plugins to change processor plugins list (by Ben Briggs).
ai
published 4.1.14 •

Changelog

Source

4.1.14

  • Fix for plugins packs defined by postcss.plugin.
ai
published 4.1.13 •

Changelog

Source

4.1.13

  • Fix input inlined source maps with UTF-8 encoding.
ai
published 4.1.12 •

Changelog

Source

4.1.12

  • Update Promise polyfill.
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