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

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 3.0.0 to 3.1.0

4

CHANGELOG.md
=== HEAD
=== 3.1.0 (October 11, 2017)
* Allow both `/**` and `/*` for module definitions [#125](https://github.com/postcss/postcss-bem-linter/pull/125)
=== 3.0.0 (July 21, 2017)

@@ -4,0 +8,0 @@

2

index.js

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

const DEFINE_DIRECTIVE = new RegExp(
`(?:\\*\\s*@define ${DEFINE_VALUE})|(?:\\s*postcss-bem-linter: define ${DEFINE_VALUE})\\s*`
`(?:\\*?\\s*@define ${DEFINE_VALUE})|(?:\\s*postcss-bem-linter: define ${DEFINE_VALUE})\\s*`
);

@@ -17,0 +17,0 @@ const END_DIRECTIVE = new RegExp(

{
"name": "postcss-bem-linter",
"version": "3.0.0",
"version": "3.1.0",
"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