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

bem-names

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bem-names - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

lib/bem-names.js

@@ -19,2 +19,8 @@ 'use strict';

exports.defaultParseModifier = defaultParseModifier;
/*
Copyright (C) 2016 Piotr Tomasz Monarski.
Licensed under the MIT License (MIT), see
https://github.com/Monar/bem-names
*/
var StringModifiers = exports.StringModifiers = {

@@ -21,0 +27,0 @@ WARN: 'warn',

2

package.json
{
"name": "bem-names",
"version": "1.1.0",
"version": "1.1.1",
"description": "Advanced generator of BEM-like class names",

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

@@ -8,3 +8,3 @@ # bemNames

naming convention and allow easy transition between any of them. It also
supports the transition between classic [classnames][classnames] as well as
supports a transition between classic [classnames][classnames] as well as
[css-Modules](https://github.com/css-modules/css-modules).

@@ -11,0 +11,0 @@

@@ -0,1 +1,7 @@

/*
Copyright (C) 2016 Piotr Tomasz Monarski.
Licensed under the MIT License (MIT), see
https://github.com/Monar/bem-names
*/
export const StringModifiers = {

@@ -2,0 +8,0 @@ WARN: 'warn',

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