Socket
Socket
Sign inDemoInstall

stylelint-scss

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-scss - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

2

package.json
{
"name": "stylelint-scss",
"description": "A collection of SCSS-specific rules for Stylelint",
"version": "6.2.0",
"version": "6.2.1",
"author": "Krister Kari",

@@ -6,0 +6,0 @@ "repository": "stylelint-scss/stylelint-scss",

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

const ruleUrl = require("../../utils/ruleUrl");
const hasInterpolation = require("../../utils/hasInterpolation");

@@ -137,3 +136,3 @@ const ruleToCheckAgainst = "function-no-unknown";

if (!namespace && !hasInterpolation(decl.value)) return;
if (!namespace) return;

@@ -140,0 +139,0 @@ if (atUseNamespaces.has(namespace)) return;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc