Socket
Socket
Sign inDemoInstall

special-html

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    special-html

Convert special UTF-8 characters in a string to their HTML escape code equivalents.


Version published
Weekly downloads
6.2K
increased by13.04%
Maintainers
1
Install size
3.34 kB
Created
Weekly downloads
 

Readme

Source

special-html

Converts special UTF-8 characters in a string to their HTML escape code equivalents.

Installation

$ npm install special-html

Usage

var special = require('special-html')
  , original = '├── http-browserify@0.1.6 (concat-stream@0.0.8)'

console.log(special(original))
// ├── http-browserify@0.1.6 (concat-stream@0.0.8)

Keywords

FAQs

Last updated on 22 Dec 2012

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc