
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
angular-match-height
Advanced tools
All Credits Go To eatinabit - https://www.npmjs.com/package/angular-same-height An Angular directive that keeps elements at the same height. With updated scope broadcasting.
(This directive does not work in IE <= 8.)
npm install angular-match-height --save
Format:
match-height="MEDIA QUERY { SELECTOR } [, MEDIA QUERY { SELECTOR } ]"
If MEDIA QUERY is *, the elements found by SELECTOR are always kept at the same height.
Examples:
<article match-height="(min-width: 901px) { h2 } screen and (min-width: 901px) { div p:nth-of-type(1) }">
<div>
<h1>Title 1</h1>
<p>Paragraph 1</p>
</div>
<div>
<h1>Title 2 <br /> Title 2</h1>
<p>Paragraph 2 <br /> Paragraph 2</p>
<p>Paragraph 3 (not kept the same height)</p>
</div>
</article>
<ul match-height="* { li }">
<li>Text</li>
<li>Text<br />Text</li>
<li>Text<br />Text<br />Text</li>
</ul>
FAQs
Angular directive to progmatically match dom node heights
The npm package angular-match-height receives a total of 11 weekly downloads. As such, angular-match-height popularity was classified as not popular.
We found that angular-match-height 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.