Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ibs-format

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibs-format - npm Package Compare versions

Comparing version
1.4.8
to
1.4.9
+1
-1
package.json
{
"name": "ibs-format",
"version": "1.4.8",
"version": "1.4.9",
"description": "Detect the user-defined identifiers in the text and convert them into HTML tags like bold, italic, strike, and many more having XSS (Cross-site scripting) security with escaping functionality, also detect the links like URLs, email, and IP addresses and wrap them into Anchor tag `<a>`.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,3 +6,3 @@ # Description

## Table of Contents
- [Online Demo](#demo)
- [Online Demo](#online-demo)
- [Supported browsers](#browsers)

@@ -13,8 +13,8 @@ - [Installation](#installation)

- [Links Detecting](#links-detecting)
- [Cross Site Scripting (XSS)](#cross-site-scripting)
- [Format the text at run time using custom Pipe](#pipe)
- [Use the external 'ngx-linkifyjs' library for detecting the links](#linkifyjs)
- [Cross Site Scripting (XSS)](#cross-site-scripting-(xss))
- [Format the text at run time using custom Pipe](#format-the-text-at-run-time-using-custom-pipe)
- [Use the external 'ngx-linkifyjs' library for detecting the links](#use-the-external-'ngx-linkifyjs'-library-for-detecting-the-links)
- [Precautions](#precautions)
<a name="demo"/>
<a name="online-demo"/>

@@ -127,3 +127,3 @@ # Online Demo

```
<a name="cross-site-scripting"/>
<a name="cross-site-scripting-(xss)"/>

@@ -144,3 +144,3 @@ # Cross Site Scripting (XSS).

<a name="pipe"/>
<a name="format-the-text-at-run-time-using-custom-pipe"/>

@@ -183,3 +183,3 @@ # Format the text at run time using custom Pipe.

<a name="linkifyjs"/>
<a name="use-the-external-'ngx-linkifyjs'-library-for-detecting-the-links"/>

@@ -186,0 +186,0 @@ # Use the external 'ngx-linkifyjs' library for detecting the links