
Research
Malicious npm Package Brand-Squats TanStack to Exfiltrate Environment Variables
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.
dom-text-ellipsis
Advanced tools
a text-ellipsis plugin with common js use.
The situation when you need text ellipsis more then one line and the browser doesn't support the css style -webkit-line-clamp.
This lib hasn't add the test of -webkit-line-clamp.If you are using mobile browsers, use -webkit-line-clamp instead.
npm install --save-dev dom-text-ellipsis
If you are using Vue, use the package vue-text-ellipsis instead.
import ellipsis from 'dom-text-ellipsis';
ellipsis.config({
lineNum: 2,
fontFamily: 'microsoft yahei',
fontWeight: 'bold',
fontSize: '14px',
left: '...',
tagName: 'p',
resize: false,
});
const ells = document.querySelectorAll('.ell');
ellipsis.init(ells);
<div class="par">
<div class="ell" lineNum="4" text="这是一句很长很长的话,到底有多长呢 自己感受一下 够长了吧 还没感受到?那再感受下"></div>
</br>
<div class="ell" lineNum="4" text="这是一句很长很长的话,到底有多长呢 自己感受一下 够长了吧 还没感受到?那再感受下" resize="true"></div>
</div>
You can add config when ellipsis.config to set global-config or use the attribute on vue elempent.
| Props | Type | Default | Effect |
|---|---|---|---|
| width | String | The parentsElement's offsetWidth. | The max width for one line. |
| lineNum | Number | 2 (from global config) | The max line. |
| fontFamily | String | microsoft yahei (from global config) | The fontFamily to calculate the width. |
| fontSize | String| Number | 14px (from global config) | The fontSize to calculate the width. |
| tagName | String | p (from global config) | The tag to show the text. |
| left | String | '…' (from global config) | The String add on the end of the last line. |
| resize | Boolean | False (from global config) | Add the eventListener resize to window to watch the window change. |
| Method | Args | Effect |
|---|---|---|
| config | Object: obj | Update the global config. |
| init | NodeList: doms | HTMLElement: dom | Init the ellipsis dom by the config global and attribute both. |
| watch | NodeList: doms | HTMLElement: dom | init the ellipsis dom and watch the change of attribute. |
FAQs
a text-ellipsis plugin with common js use.
The npm package dom-text-ellipsis receives a total of 2 weekly downloads. As such, dom-text-ellipsis popularity was classified as not popular.
We found that dom-text-ellipsis 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.

Research
A brand-squatted TanStack npm package used postinstall scripts to steal .env files and exfiltrate developer secrets to an attacker-controlled endpoint.

Research
Compromised SAP CAP npm packages download and execute unverified binaries, creating urgent supply chain risk for affected developers and CI/CD environments.

Company News
Socket has acquired Secure Annex to expand extension security across browsers, IDEs, and AI tools.