Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stylelint-scss

Package Overview
Dependencies
Maintainers
2
Versions
112
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 3.4.2 to 3.4.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.4.3
- Fixed: `double-slash-comment-whitespace-inside` fix error being thrown when using two backslashes inside a string.
# 3.4.2

@@ -2,0 +6,0 @@

2

dist/utils/findCommentsInRaws.js

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

var lastModeIndex = modesEntered.length - 1;
var mode = modesEntered[lastModeIndex].mode;
var mode = modesEntered[lastModeIndex] && modesEntered[lastModeIndex].mode;

@@ -66,0 +66,0 @@ switch (character) {

{
"name": "stylelint-scss",
"description": "A collection of SCSS specific rules for stylelint",
"version": "3.4.2",
"version": "3.4.3",
"author": "Krister Kari",

@@ -6,0 +6,0 @@ "babel": {

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