New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

web-escape

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-escape

HTML用に文字列をエスケープするやつ

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

web-escape

honeo/web-escape
web-escape

なにこれ

Webサイト用に文字列をエスケープするやつ。

使い方

$ npm i -S web-escape
import webEscape from 'web-escape';

webEscape(`& " ' > <`);
"&amp; &quot; &#39; &gt; &lt;"

Keywords

web

FAQs

Package last updated on 19 Dec 2024

Did you know?

Socket

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.

Install

Related posts