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

normalization

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalization

normalizes text for search and such

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
19
-61.22%
Maintainers
1
Weekly downloads
 
Created
Source

Normalization

build coverage dependencies devDependencies npm module

npm

Normalizes text for search and such.

Usage

$ npm install normalization
normalization@1.1.1 node_modules/normalization
$ node
> var normalize = require('normalization')
undefined
> normalize('Escrever é uma questão de colocar acentos.')
'escrever e uma questao de colocar acentos'

Keywords

ascii

FAQs

Package last updated on 10 Jul 2015

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