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 Compare versions

Comparing version 4.1.3 to 4.1.4

3

ChangeLog.md

@@ -0,1 +1,4 @@

## 4.1.4
* Fix Promise polyfill dependency (by Anton Yakushev and Matija Marohnić).
## 4.1.3

@@ -2,0 +5,0 @@ * Add Promise polyfill for node.js 0.10 and IE.

6

package.json
{
"name": "postcss",
"version": "4.1.3",
"version": "4.1.4",
"description": "Tool for transforming CSS with JS plugins",

@@ -22,2 +22,3 @@ "keywords": [

"dependencies": {
"es6-promise": "~2.0.1",
"source-map": "~0.4.2",

@@ -32,3 +33,2 @@ "js-base64": "~2.1.7"

"gulp-eslint": "0.6.0",
"es6-promise": "2.0.1",
"browserify": "9.0.7",

@@ -57,3 +57,3 @@ "gulp-babel": "5.0.0",

"chai": "2.2.0",
"babel": "5.0.8"
"babel-core": "5.0.8"
},

@@ -60,0 +60,0 @@ "scripts": {

@@ -311,2 +311,3 @@ # PostCSS [![Build Status](https://travis-ci.org/postcss/postcss.svg)](https://travis-ci.org/postcss/postcss) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/postcss/postcss?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

and only one `@charset` rule at the top of file.
* [`postcss-spiffing`] lets you use British English in your CSS
* [`rtlcss`] mirrors styles for right-to-left locales.

@@ -387,2 +388,3 @@

[`doiuse`]: https://github.com/anandthakker/doiuse
[`postcss-spiffing`]: https://github.com/HashanP/postcss-spiffing

@@ -389,0 +391,0 @@ ## Usage

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