Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.3.1 to 1.3.2

3

CHANGELOG.md

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

## 1.3.2
* Fix deprecated warning (by Xiaoyu Zhai).
## 1.3.1

@@ -2,0 +5,0 @@ * Fix conflict with CLI `--config` argument (by EGOIST).

2

index.js

@@ -46,3 +46,3 @@ var loaderUtils = require('loader-utils');

var file = loader.resourcePath;
var params = loaderUtils.parseQuery(loader.query);
var params = loaderUtils.getOptions(loader) || {};

@@ -49,0 +49,0 @@ var options = params.plugins || loader.options.postcss;

{
"name": "postcss-loader",
"version": "1.3.1",
"version": "1.3.2",
"description": "PostCSS loader for webpack",

@@ -19,9 +19,9 @@ "engines": {

"dependencies": {
"loader-utils": "^0.2.16",
"loader-utils": "^1.0.2",
"object-assign": "^4.1.1",
"postcss": "^5.2.14",
"postcss": "^5.2.15",
"postcss-load-config": "^1.2.0"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint": "^3.16.1",
"eslint-config-postcss": "^2.0.2",

@@ -32,6 +32,6 @@ "fs-extra": "^2.0.0",

"gulp-jest": "^1.0.0",
"jest-cli": "^18.1.0",
"jest-cli": "^19.0.2",
"json-loader": "^0.5.4",
"lint-staged": "^3.3.0",
"postcss-js": "^0.2.0",
"lint-staged": "^3.3.1",
"postcss-js": "^0.3.0",
"postcss-safe-parser": "^2.0.0",

@@ -38,0 +38,0 @@ "pre-commit": "^1.2.2",

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