
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
This module reads deps.js
files from requested bem block recursivly and returns a Stream of bem objects which can be queried for files.
deps.js
file exports object with require
and/or expect
property:
// foo.deps.js
export.require = ['one-block', 'two-block', {block: 'three-block'}];
export.expect = ['after'];
Required blocks will be added to stream before foo block and expected blocks will be added after foo.
All elements of require
and expect
are normalized with deps-normalize be default.
Returns object with deps method.
Type: Array
Enumerates level folders, that should be used in blocks search.
Type: Object
normalize
- sets normalization funciton (default: deps-normalize)Returns Stream
of BEM objects - all dependencies for bem
block.
Stream emits dependencies in order, that defined by require
and expect
of corresponding BEM objects and levels of declaration.
Type: string
Bem entity path:
deps('level/block');
deps('level/block__elem');
deps('level/block_mod');
MIT (c) 2014 Vsevolod Strukchinsky
FAQs
Gets dependencies as BEM objects
The npm package bem-deps receives a total of 34 weekly downloads. As such, bem-deps popularity was classified as not popular.
We found that bem-deps demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.