Socket
Socket
Sign inDemoInstall

stylelint-scss

Package Overview
Dependencies
Maintainers
2
Versions
110
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 2.2.0 to 2.3.0

dist/rules/dollar-variable-default/index.js

4

CHANGELOG.md

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

# 2.3.0
- Added: `dollar-variable-default` rule.
# 2.2.0

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

@@ -99,2 +99,6 @@ "use strict";

var _dollarVariableDefault = require("./dollar-variable-default");
var _dollarVariableDefault2 = _interopRequireDefault(_dollarVariableDefault);
var _dollarVariableEmptyLineBefore = require("./dollar-variable-empty-line-before");

@@ -178,2 +182,3 @@

"dollar-variable-colon-space-before": _dollarVariableColonSpaceBefore2.default,
"dollar-variable-default": _dollarVariableDefault2.default,
"dollar-variable-empty-line-before": _dollarVariableEmptyLineBefore2.default,

@@ -180,0 +185,0 @@ "dollar-variable-no-missing-interpolation": _dollarVariableNoMissingInterpolation2.default,

2

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

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

@@ -99,2 +99,3 @@ # stylelint-scss

- [`dollar-variable-colon-space-before`](./src/rules/dollar-variable-colon-space-before/README.md): Require a single space or disallow whitespace before the colon in `$`-variable declarations.
- [`dollar-variable-default`](./src/rules/dollar-variable-default/README.md): Require `!default` flag for `$`-variable declarations.
- [`dollar-variable-empty-line-before`](./src/rules/dollar-variable-empty-line-before/README.md): Require a single empty line or disallow empty lines before `$`-variable declarations.

@@ -101,0 +102,0 @@ - [`dollar-variable-no-missing-interpolation`](./src/rules/dollar-variable-no-missing-interpolation/README.md): Disallow Sass variables that are used without interpolation with CSS features that use custom identifiers.

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