Socket
Socket
Sign inDemoInstall

sass-loader

Package Overview
Dependencies
275
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.5.1 to 10.5.2

3

dist/index.js

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

}
var _default = loader;
exports.default = _default;
var _default = exports.default = loader;

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

}
var _default = SassError;
exports.default = _default;
var _default = exports.default = SassError;

@@ -78,4 +78,4 @@ "use strict";

} else if (implementationName === "node-sass") {
if (!_semver.default.satisfies(version, "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0")) {
loaderContext.emitError(new Error(`Node Sass version ${version} is incompatible with ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0.`));
if (!_semver.default.satisfies(version, "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0")) {
loaderContext.emitError(new Error(`Node Sass version ${version} is incompatible with ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0.`));
}

@@ -82,0 +82,0 @@

{
"name": "sass-loader",
"version": "10.5.1",
"version": "10.5.2",
"description": "Sass loader for webpack",

@@ -5,0 +5,0 @@ "license": "MIT",

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