Socket
Socket
Sign inDemoInstall

postcss-loader

Package Overview
Dependencies
Maintainers
2
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 2.1.5 to 2.1.6

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.1.6"></a>
## [2.1.6](https://github.com/postcss/postcss-loader/compare/v2.1.5...v2.1.6) (2018-07-10)
### Bug Fixes
* **package:** config memory leak, updates `postcss-load-config` v1.2.0...2.0.0 (`dependencies`) ([0547b12](https://github.com/postcss/postcss-loader/commit/0547b12))
<a name="2.1.5"></a>

@@ -7,0 +17,0 @@ ## [2.1.5](https://github.com/postcss/postcss-loader/compare/v2.1.4...v2.1.5) (2018-05-04)

2

lib/index.js

@@ -95,3 +95,3 @@ 'use strict'

return postcssrc(rc.ctx, rc.path, { argv: false })
return postcssrc(rc.ctx, rc.path)
}).then((config) => {

@@ -98,0 +98,0 @@ if (!config) config = {}

{
"name": "postcss-loader",
"version": "2.1.5",
"version": "2.1.6",
"description": "PostCSS loader for webpack",
"main": "lib/index.js",
"files": [
"lib"
],
"engines": {
"node": ">= 4"
},
"files": [
"lib"
],
"dependencies": {
"loader-utils": "^1.1.0",
"postcss": "^6.0.0",
"postcss-load-config": "^1.2.0",
"postcss-load-config": "^2.0.0",
"schema-utils": "^0.4.0"

@@ -24,3 +24,3 @@ },

"postcss-js": "^1.0.0",
"standard": "^10.0.0",
"standard": "^11.0.0",
"standard-version": "^4.0.0",

@@ -32,23 +32,8 @@ "sugarss": "^1.0.0",

"scripts": {
"lint": "standard --env jest",
"test": "jest --verbose --coverage",
"docs": "jsdoc2md lib/index.js > LOADER.md",
"clean": "rm -rf coverage test/outputs",
"lint": "standard",
"docs": "jsdoc2md lib/index.js > LOADER.md",
"postdocs": "npm run clean",
"pretest": "npm run clean",
"test": "jest --verbose --coverage",
"release": "standard-version"
},
"jest": {
"collectCoverageFrom": [
"lib/*.js"
]
},
"standard": {
"env": {
"jest": true
},
"ignore": [
"*.test.js"
]
},
"keywords": [

@@ -55,0 +40,0 @@ "css",

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