Socket
Socket
Sign inDemoInstall

bem-object

Package Overview
Dependencies
1
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bem-object

Data abstraction for gulp-bem


Version published
Weekly downloads
23
decreased by-11.54%
Maintainers
1
Install size
83.9 kB
Created
Weekly downloads
 

Readme

Source

bem-object

NPM version Build Status Coverage Status Dependency Status

Properties

Each object will contain next properties:

  • block - name of the block
  • elem - name of the element
  • modName - name of the modificator
  • modVal - value of the modificator
  • level - level of definition of current block (full path to level directory)

Getters

bemObject.id
alias bem

BEM identifier, composed from block, elem, mod and val.

API

object(props)

Constructs BEM Object.

props can be:

  • String - specifies level and properties: some/level/block__elem_mod_val
  • Object - contains properties to assign

License

MIT (c) 2014 Vsevolod Strukchinsky

Keywords

FAQs

Last updated on 09 Apr 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc