Socket
Socket
Sign inDemoInstall

stylelint-declaration-strict-value

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-declaration-strict-value - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

index.js

@@ -34,3 +34,3 @@ 'use strict';

var reVar = /^-?(?:@.+|(?:(?:[a-zA-Z_-]|[^\x00-\x7F])+(?:[a-zA-Z0-9_-]|[^\x00-\x7F])*\.)?\$.+|var\(--.+\))$/;
var reFunc = /^(?!var\(--).+\(.*\)$/;
var reFunc = /^(?!var\(--).+\(.*\)$/s;

@@ -37,0 +37,0 @@ var rule = function rule(properties, options) {

{
"name": "stylelint-declaration-strict-value",
"version": "1.2.1",
"version": "1.2.2",
"description": "Specify properties for which a variable, function, keyword or value must be used",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -635,3 +635,3 @@ <!-- START doctoc generated TOC please keep comment here to allow auto update -->

"": ["currentColor"],
// specific mapping

@@ -638,0 +638,0 @@ "/color/": ["currentColor", "transparent", "inherit"],

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