Socket
Socket
Sign inDemoInstall

postcss

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss - npm Package Versions

1
2426

2.2.5

Diff

Changelog

Source

2.2.5

  • Fix source map with BOM marker support (by Mohammad Younes).
  • Fix source map paths (by Mohammad Younes).
ai
published 2.2.4 •

Changelog

Source

2.2.4

  • Fix prepend() on empty Root.
ai
published 2.2.3 •

Changelog

Source

2.2.3

  • Allow to use object shortcut in use() with functions like autoprefixer.
ai
published 2.2.2 •

Changelog

Source

2.2.2

  • Add shortcut to set processors in use() via object with .postcss property.
ai
published 2.2.1 •

Changelog

Source

2.2.1

  • Send opts from Processor#process(css, opts) to processors.

2.2 “Marquis Cimeies”

  • Use GNU style syntax error messages.
  • Add Node#replace method.
  • Add CssSyntaxError#reason property.
ai
published 2.2.0 •

ai
published 2.1.2 •

Changelog

Source

2.1.2

  • Fix UTF-8 support in inline source map.
  • Fix source map sourcesContent if there is no from and to options.
ai
published 2.1.1 •

Changelog

Source

2.1.1

  • Allow to miss to and from options for inline source maps.
  • Add Node#source.id if file name is unknown.
  • Better detect splitter between rules in CSS concatenation tools.
  • Automatically clone node in insert methods.

2.1 “King Amdusias”

  • Change Traceur ES6 compiler to ES6 Transpiler.
  • Show broken CSS line in syntax error.

2.0 “King Belial”

  • Project was rewritten from CoffeeScript to ES6.
  • Add Safe Mode to works with live input or with hacks from legacy code.
  • More safer parser to pass all hacks from Browserhacks.com.
  • Use real properties instead of magic getter/setter for raw properties.

1.0 “Marquis Decarabia”

  • Save previous source map for each node to support CSS concatenation with multiple previous maps.
  • Add map.sourcesContent option to add origin content to sourcesContent inside map.
  • Allow to set different place of output map in annotation comment.
  • Allow to use arrays and Root in Container#append and same methods.
  • Add Root#prevMap with information about previous map.
  • Allow to use latest PostCSS from GitHub by npm.
  • Result now is lazy and it will generate output CSS only if you use css or map property.
  • Use separated map.prev option to set previous map.
  • Rename inlineMap option to map.inline.
  • Rename mapAnnotation option to map.annotation.
  • Result#map now return SourceMapGenerator object, instead of string.
  • Run previous map autodetect only if input CSS contains annotation comment.
  • Add map: 'inline' shortcut for map: { inline: true } option.
  • Node#source.file now will contains absolute path.
  • Clean Declaration#between style on node clone.
ai
published 2.1.0 •

ai
published 2.0.0 •

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