New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

liferay-npm-bundler-loader-sass-loader

Package Overview
Dependencies
Maintainers
16
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

liferay-npm-bundler-loader-sass-loader - npm Package Compare versions

Comparing version 2.27.0 to 2.28.0

2

lib/index.js

@@ -60,3 +60,3 @@ "use strict";

const extname = path_1.default.extname(filePath);
if (extname == '') {
if (!extname) {
filePath = `${filePath}.css`;

@@ -63,0 +63,0 @@ }

@@ -20,4 +20,4 @@ {

},
"version": "2.27.0",
"gitHead": "e19c5b4d5fc7c2196cc37a6e31a30afe1d2c3f74"
"version": "2.28.0",
"gitHead": "c511aeac6b153a560c83c0a0f8bee50efaa5a6a3"
}

@@ -70,3 +70,3 @@ /**

if (extname == '') {
if (!extname) {
filePath = `${filePath}.css`;

@@ -73,0 +73,0 @@ }

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