New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bem-cn-fast

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bem-cn-fast - npm Package Compare versions

Comparing version

to
1.0.1

10

package.json
{
"name": "bem-cn-fast",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fast BEM class name generator",

@@ -11,2 +11,10 @@ "main": "index.js",

"license": "MIT",
"keywords": [
"react",
"bem"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GREENpoint/bem-cn-fast.git"
},
"bugs": {

@@ -13,0 +21,0 @@ "url": "https://github.com/GREENpoint/bem-cn-fast/issues"

3

README.md

@@ -12,6 +12,5 @@ Fast BEM class name generator

```javascript
import bemCn from 'fast-bem-cn';
import bemCn from 'bem-cn-fast';
const b = bemCn('block');
b; // -> 'block'
b(); // -> 'block'

@@ -18,0 +17,0 @@ b('element'); // -> 'block__element'