Socket
Socket
Sign inDemoInstall

postcss-loader

Package Overview
Dependencies
125
Maintainers
4
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.1.0 to 8.1.1

6

dist/utils.js

@@ -77,2 +77,5 @@ "use strict";

}
if (result.default) {
return result.default;
}
return result;

@@ -96,2 +99,5 @@ },

}
if (result.default) {
return result.default;
}
return result;

@@ -98,0 +104,0 @@ }

38

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

@@ -62,11 +62,11 @@ "license": "MIT",

"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"cspell": "^8.3.2",
"cspell": "^8.4.1",
"cssnano": "^6.0.3",

@@ -81,23 +81,23 @@ "del": "^7.1.0",

"less": "^4.2.0",
"less-loader": "^12.0.0",
"lint-staged": "^15.2.0",
"memfs": "^4.6.0",
"less-loader": "^12.2.0",
"lint-staged": "^15.2.2",
"memfs": "^4.7.6",
"midas": "^2.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"postcss-dark-theme-class": "^1.1.0",
"postcss-import": "^16.0.0",
"postcss": "^8.4.35",
"postcss-dark-theme-class": "^1.2.1",
"postcss-import": "^16.0.1",
"postcss-js": "^4.0.1",
"postcss-load-config": "^5.0.2",
"postcss-load-config": "^5.0.3",
"postcss-nested": "^6.0.1",
"postcss-short": "^5.0.0",
"prettier": "^3.2.2",
"sass": "^1.69.7",
"sass-loader": "^14.0.0",
"prettier": "^3.2.5",
"sass": "^1.71.0",
"sass-loader": "^14.1.1",
"standard-version": "^9.3.2",
"strip-ansi": "^7.1.0",
"sugarss": "^4.0.1",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"webpack": "^5.88.2"
"webpack": "^5.90.3"
},

@@ -104,0 +104,0 @@ "keywords": [

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