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

bem-react-helper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bem-react-helper - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

CHANGELOG.md

2

index.js

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

function camelToKebab(str) {
return str.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
return str.toString().replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
}
{
"name": "bem-react-helper",
"version": "1.0.0",
"version": "1.1.0",
"description": "Allows you to easily manage BEM mods & mixes in React",

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

@@ -27,3 +27,3 @@ # BEM React Helper

render() {
const classes = ['block];
const classes = ['block'];

@@ -30,0 +30,0 @@ if (this.props.visible) classes.push('block_visible');

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