Socket
Socket
Sign inDemoInstall

css-loader

Package Overview
Dependencies
92
Maintainers
3
Versions
151
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.7.2 to 6.7.3

5

dist/runtime/sourceMaps.js

@@ -13,8 +13,5 @@ "use strict";

var sourceMapping = "/*# ".concat(data, " */");
var sourceURLs = cssMapping.sources.map(function (source) {
return "/*# sourceURL=".concat(cssMapping.sourceRoot || "").concat(source, " */");
});
return [content].concat(sourceURLs).concat([sourceMapping]).join("\n");
return [content].concat([sourceMapping]).join("\n");
}
return [content].join("\n");
};

24

package.json
{
"name": "css-loader",
"version": "6.7.2",
"version": "6.7.3",
"description": "css loader module for webpack",

@@ -29,2 +29,3 @@ "license": "MIT",

"lint:js": "eslint --cache .",
"lint:spelling": "cspell \"**/*.*\"",
"lint": "npm-run-all -l -p \"lint:**\"",

@@ -47,3 +48,3 @@ "test:only": "cross-env NODE_ENV=test jest",

"icss-utils": "^5.1.0",
"postcss": "^8.4.18",
"postcss": "^8.4.19",
"postcss-modules-extract-imports": "^3.0.0",

@@ -58,4 +59,4 @@ "postcss-modules-local-by-default": "^4.0.0",

"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@commitlint/cli": "^16.3.0",

@@ -66,6 +67,7 @@ "@commitlint/config-conventional": "^16.2.4",

"cross-env": "^7.0.3",
"cspell": "^6.15.1",
"del": "^6.1.1",
"del-cli": "^4.0.1",
"es-check": "^7.0.1",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",

@@ -80,9 +82,9 @@ "eslint-plugin-import": "^2.26.0",

"lint-staged": "^12.5.0",
"memfs": "^3.4.9",
"mini-css-extract-plugin": "^2.6.1",
"memfs": "^3.4.12",
"mini-css-extract-plugin": "^2.7.1",
"npm-run-all": "^4.1.5",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.8.2",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.0",
"sass": "^1.56.1",
"sass-loader": "^12.6.0",

@@ -95,3 +97,3 @@ "standard-version": "^9.5.0",

"url-loader": "^4.1.1",
"webpack": "^5.74.0"
"webpack": "^5.75.0"
},

@@ -98,0 +100,0 @@ "keywords": [

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

// Don't handle images under root-relatve /external_images/
// Don't handle images under root-relative /external_images/
if (/^\/external_images\//.test(path)) {

@@ -485,3 +485,3 @@ return false;

:local(.className) {
composes: edit hightlight from "./edit.css";
composes: edit highlight from "./edit.css";
composes: button from "module/button.css";

@@ -488,0 +488,0 @@ composes: classFromThisModule;

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