Socket
Socket
Sign inDemoInstall

postcss-bem-linter

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

5

lib/validate-selectors.js

@@ -21,2 +21,5 @@ 'use strict';

styles.eachRule(function (rule) {
if (rule.parent && rule.parent.name == 'keyframes') {
return;
}
var column = rule.source.start.column;

@@ -31,3 +34,3 @@ var line = rule.source.start.line;

'Invalid selector "' + selector + '" near line ' +
line + ':' + column + '. ' + 'Please refer to the SUIT CSS naming' +
line + ':' + column + '. ' + 'Please refer to the SUIT CSS naming ' +
'conventions: github.com/suitcss/suit.'

@@ -34,0 +37,0 @@ );

2

package.json
{
"name": "postcss-bem-linter",
"version": "0.1.0",
"version": "0.1.1",
"description": "A BEM linter for postcss",

@@ -5,0 +5,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc