Socket
Socket
Sign inDemoInstall

postcss-bem-linter

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-bem-linter - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

4

CHANGELOG.md

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

=== 2.7.1 (June 06, 2017)
* Fix issue with nested rules when using LESS syntax [#114](https://github.com/postcss/postcss-bem-linter/pull/114)
=== 2.7.0 (February 28, 2017)

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

2

lib/get-selectors.js

@@ -12,3 +12,3 @@ var resolveNestedSelector = require('postcss-resolve-nested-selector');

function hasNoDeclarations(node) {
return node.nodes.length && node.every(function(child) {
return node.nodes && node.nodes.length && node.every(function(child) {
return child.type !== 'decl';

@@ -15,0 +15,0 @@ });

{
"name": "postcss-bem-linter",
"version": "2.7.0",
"version": "2.7.1",
"description": "A BEM linter for postcss",

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

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