
Security News
Node.js Drops Bug Bounty Rewards After Funding Dries Up
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.
This is a Angular Library which provide pipe to convert the url, email and mobile number to link format by using linkifyjs.
Angular pipe to convert url, email and mobile number from text to clickable or linkable. This library uses linkifyjs under the hood. All the thing which linkifyjs do all that functionality beed provided in this library with addition to mobile number clickable with custom format of mobile number.
npm install gplink --save
Here pipe 'gplink' will convert all the email, urls and mobile number to clickable format from the text provided in title.
If you want to convert any specific formatted mobile number or phone numbers to clickable you need to provide it's regular expression as another argument.
#Note: Please keep in mind that when you provide regular expression that contain backward slash(), then do it twice to parse it properly. If you regular expression is like this, +?\d[\d -]{8,12}\d, then convert it like this, \+?\d[\d -]{8,12}\d. If you not provide any reg-ex then it will not convert any mobile numbers to clickable except indian mobile number format.
FAQs
This is a Angular Library which provide pipe to convert the url, email and mobile number to link format by using linkifyjs.
We found that gplink 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
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.