Socket
Socket
Sign inDemoInstall

postcss-loader

Package Overview
Dependencies
10
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.3.0

3

ChangeLog.md

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

## 0.3
* Use PostCSS 4.0.
## 0.2

@@ -2,0 +5,0 @@ * Use PostCSS 3.0.

12

package.json
{
"name": "postcss-loader",
"version": "0.2.0",
"version": "0.3.0",
"description": "PostCSS loader for webpack",

@@ -13,12 +13,12 @@ "keywords": ["webpack", "postcss", "loader", "css", "postproccessor"],

"dependencies": {
"loader-utils": "^0.2.4",
"postcss": "^3.0.0"
"loader-utils": "^0.2.5",
"postcss": "^4.0.0"
},
"devDependencies": {
"jshint-stylish": "1.0.0",
"gulp-webpack": "1.0.0",
"gulp-webpack": "1.1.2",
"gulp-jshint": "1.9.0",
"gulp-mocha": "1.1.1",
"gulp-mocha": "2.0.0",
"raw-loader": "0.5.1",
"fs-extra": "0.12.0",
"fs-extra": "0.13.0",
"chai": "1.10.0",

@@ -25,0 +25,0 @@ "gulp": "3.8.10"

@@ -1,7 +0,11 @@

# PostCSS for Webpack [![Build Status](https://travis-ci.org/postcss/postcss-loader.png)](https://travis-ci.org/postcss/postcss-loader)
# PostCSS for Webpack [![Build Status](https://travis-ci.org/postcss/postcss-loader.svg)](https://travis-ci.org/postcss/postcss-loader)
<img align="right" width="95" height="95" src="http://postcss.github.io/postcss/logo.png" title="Philosopher’s stone, logo of PostCSS">
<img align="right" width="95" height="95" src="http://postcss.github.io/postcss/logo.svg" title="Philosopher’s stone, logo of PostCSS">
[PostCSS] loader for [webpack] to postprocesses your CSS with [PostCSS plugins].
<a href="https://evilmartians.com/?utm_source=postcss-loader">
<img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg" alt="Sponsored by Evil Martians" width="236" height="54">
</a>
[PostCSS plugins]: https://github.com/postcss/postcss#built-with-postcss

@@ -8,0 +12,0 @@ [PostCSS]: https://github.com/postcss/postcss

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc