New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.1 to 1.3.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### 1.3.2
* Add test coverage
* Reduce number of tags
### 1.3.1

@@ -2,0 +7,0 @@

14

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

@@ -10,2 +10,3 @@ "main": "dist/bem-names.js",

"build": "rollup -c; NODE_ENV='production' rollup -c",
"coverage": "NODE_ENV=test istanbul cover _mocha -- ./test/test.js --compilers js:babel-register --recursive",
"lint": "eslint ."

@@ -15,11 +16,5 @@ },

"bem",
"class",
"classname",
"classnames",
"react",
"class",
"css",
"modules",
"bemNames",
"util",
"utility"
"generator"
],

@@ -45,2 +40,3 @@ "author": "Piotr Tomasz Monarski",

"eslint": "4.0.0",
"istanbul": "1.1.0-alpha.1",
"mocha": "3.4.2",

@@ -47,0 +43,0 @@ "rollup": "0.43.0",

@@ -5,2 +5,3 @@ # bemNames

[![npm version](https://badge.fury.io/js/bem-names.svg)](https://badge.fury.io/js/bem-names)
[![Test Coverage](https://codeclimate.com/github/Monar/bem-names/badges/coverage.svg)](https://codeclimate.com/github/Monar/bem-names/coverage)

@@ -7,0 +8,0 @@ Advanced generator of bem-like class names. `bemNames` can follow any BEM

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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