Socket
Socket
Sign inDemoInstall

diacritics

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diacritics - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

LICENSE

12

package.json
{
"name": "diacritics",
"version": "1.2.0",
"version": "1.2.1",
"description": "remove diacritics from strings",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/andrewrk/diacritics.git"
"url": "https://github.com/andrewrk/node-diacritics.git"
},

@@ -22,3 +22,9 @@ "keywords": [

"author": "Andrew Kelley",
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewrk/node-diacritics/issues"
},
"directories": {
"test": "test"
}
}

@@ -0,16 +1,13 @@

# node-diacritics
# diacritics
remove diacritics from strings
remove diacritics from strings
useful when implementing some kind of search or filter functionality.
useful when implementing some kind of search or filter functionality.
## Installation
## Node.js Installation
```
$ npm install diacritics
```
$ npm install diacritics
## Component Installation
$ component install andrewrk/diacritics
## API

@@ -23,5 +20,1 @@

```
## License
MIT
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc