Socket
Socket
Sign inDemoInstall

postcss-loader

Package Overview
Dependencies
106
Maintainers
4
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.3.4 to 8.0.0

1

dist/utils.js

@@ -110,2 +110,3 @@ "use strict";

const explorer = (0, _cosmiconfig.cosmiconfig)(moduleName, {
searchStrategy: "global",
searchPlaces,

@@ -112,0 +113,0 @@ loaders

52

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

@@ -16,3 +16,3 @@ "license": "MIT",

"engines": {
"node": ">= 14.15.0"
"node": ">= 18.12.0"
},

@@ -26,5 +26,5 @@ "scripts": {

"security": "npm audit --production",
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
"lint:prettier": "prettier --cache --list-different .",
"lint:js": "eslint --cache .",
"lint:spelling": "cspell \"**/*.*\"",
"lint:spelling": "cspell --cache --no-must-find-files --quiet \"**/*.*\"",
"lint": "npm-run-all -l -p \"lint:**\"",

@@ -50,3 +50,3 @@ "fix:js": "npm run lint:js -- --fix",

"dependencies": {
"cosmiconfig": "^8.3.5",
"cosmiconfig": "^9.0.0",
"jiti": "^1.20.0",

@@ -57,36 +57,36 @@ "semver": "^7.5.4"

"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"cspell": "^6.31.2",
"cssnano": "^6.0.0",
"del": "^6.1.1",
"cspell": "^8.3.2",
"cssnano": "^6.0.3",
"del": "^7.1.0",
"del-cli": "^5.1.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-import": "^2.28.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"less": "^4.2.0",
"less-loader": "^11.1.0",
"lint-staged": "^13.2.3",
"memfs": "^3.4.13",
"less-loader": "^12.0.0",
"lint-staged": "^15.2.0",
"memfs": "^4.6.0",
"midas": "^2.0.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.29",
"postcss-dark-theme-class": "^0.7.3",
"postcss-import": "^15.1.0",
"postcss": "^8.4.33",
"postcss-dark-theme-class": "^1.1.0",
"postcss-import": "^16.0.0",
"postcss-js": "^4.0.1",
"postcss-load-config": "^4.0.1",
"postcss-load-config": "^5.0.2",
"postcss-nested": "^6.0.1",
"postcss-short": "^5.0.0",
"prettier": "^2.8.7",
"sass": "^1.69.0",
"sass-loader": "^13.2.2",
"prettier": "^3.2.2",
"sass": "^1.69.7",
"sass-loader": "^14.0.0",
"standard-version": "^9.3.2",
"strip-ansi": "^6.0.0",
"strip-ansi": "^7.1.0",
"sugarss": "^4.0.1",

@@ -93,0 +93,0 @@ "ts-jest": "^29.1.0",

@@ -1142,3 +1142,3 @@ <div align="center">

opts.loaderContext.addDependency(
path.resolve(__dirname, "path", "to", "file")
path.resolve(__dirname, "path", "to", "file"),
);

@@ -1145,0 +1145,0 @@ },

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