Socket
Socket
Sign inDemoInstall

postcss-loader

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-loader - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1

3

CHANGELOG.md

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

## 0.11.1
* Fix Promise API (by Daniel Haus).
## 0.11

@@ -2,0 +5,0 @@ * Add `postcss-loader-before-processing` webpack event (by Jan Nicklas).

@@ -101,2 +101,3 @@ var formatCodeFrame = require('babel-code-frame');

callback(null, result.css, result.map ? result.map.toJSON() : null);
return null;
})

@@ -103,0 +104,0 @@ .catch(function (error) {

2

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

@@ -5,0 +5,0 @@ "keywords": ["webpack", "loader", "css", "postcss", "postcss-runner"],

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